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.v1beta1
Assembly: Google.Apis.SaaSServiceManagement.v1beta1.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

Patch(UnitGroupOperation, string)

Update a single unit group operation.

Declaration
public virtual ProjectsResource.LocationsResource.UnitGroupOperationsResource.PatchRequest Patch(UnitGroupOperation body, string name)
Parameters
Type Name Description
UnitGroupOperation 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}/unitGroupOperations/{unitGroupOperation}"

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