Class ProjectsResource.LocationsResource.UnitGroupsResource
The "unitGroups" collection of methods.
Inherited Members
Namespace: Google.Apis.SaaSServiceManagement.v1beta1
Assembly: Google.Apis.SaaSServiceManagement.v1beta1.dll
Syntax
public class ProjectsResource.LocationsResource.UnitGroupsResource
Constructors
UnitGroupsResource(IClientService)
Constructs a new resource.
Declaration
public UnitGroupsResource(IClientService service)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service |
Methods
Create(UnitGroup, string)
Create a new unit group.
Declaration
public virtual ProjectsResource.LocationsResource.UnitGroupsResource.CreateRequest Create(UnitGroup body, string parent)
Parameters
| Type | Name | Description |
|---|---|---|
| UnitGroup | body | The body of the request. |
| string | parent | Required. The parent of the unit group. |
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.UnitGroupsResource.CreateRequest |
Delete(string)
Delete a single unit group.
Declaration
public virtual ProjectsResource.LocationsResource.UnitGroupsResource.DeleteRequest Delete(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | Required. The resource name of the resource within a service. |
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.UnitGroupsResource.DeleteRequest |
Get(string)
Retrieve a single unit group.
Declaration
public virtual ProjectsResource.LocationsResource.UnitGroupsResource.GetRequest Get(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | Required. The resource name of the resource within a service. |
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.UnitGroupsResource.GetRequest |
List(string)
Retrieve a collection of unit groups.
Declaration
public virtual ProjectsResource.LocationsResource.UnitGroupsResource.ListRequest List(string parent)
Parameters
| Type | Name | Description |
|---|---|---|
| string | parent | Required. The parent of the unit group. |
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.UnitGroupsResource.ListRequest |
Patch(UnitGroup, string)
Update a single unit group.
Declaration
public virtual ProjectsResource.LocationsResource.UnitGroupsResource.PatchRequest Patch(UnitGroup body, string name)
Parameters
| Type | Name | Description |
|---|---|---|
| UnitGroup | body | The body of the request. |
| string | name | Identifier. The resource name (full URI of the resource) following the standard naming scheme: "projects/{project}/locations/{location}/unitGroups/{unitGroup}" |
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.UnitGroupsResource.PatchRequest |