Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.UnitGroupOperationsResource

The "unitGroupOperations" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.UnitGroupOperationsResource
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.UnitGroupOperationsResource

Constructors

UnitGroupOperationsResource(IClientService)

Constructs a new resource.

Declaration
public UnitGroupOperationsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Create(UnitGroupOperation, string)

Create a new unit group operation.

Declaration
public virtual ProjectsResource.LocationsResource.UnitGroupOperationsResource.CreateRequest Create(UnitGroupOperation body, string parent)
Parameters
Type Name Description
UnitGroupOperation body

The body of the request.

string parent

Required. The parent of the unit group operation.

Returns
Type Description
ProjectsResource.LocationsResource.UnitGroupOperationsResource.CreateRequest

Delete(string)

Delete a single unit group operation.

Declaration
public virtual ProjectsResource.LocationsResource.UnitGroupOperationsResource.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.UnitGroupOperationsResource.DeleteRequest

Get(string)

Retrieve a single unit group operation.

Declaration
public virtual ProjectsResource.LocationsResource.UnitGroupOperationsResource.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.UnitGroupOperationsResource.GetRequest

List(string)

Retrieve a collection of unit group operations.

Declaration
public virtual ProjectsResource.LocationsResource.UnitGroupOperationsResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

Required. The parent of the unit group operation.

Returns
Type Description
ProjectsResource.LocationsResource.UnitGroupOperationsResource.ListRequest
In this article
Back to top Generated by DocFX