Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.UnitGroupsResource

The "unitGroups" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.UnitGroupsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.SaaSServiceManagement.v1
Assembly: Google.Apis.SaaSServiceManagement.v1.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
In this article
Back to top Generated by DocFX