Class ProjectsResource.LocationsResource.GroupsResource.RemoveGroupMigrationRequest
Removes a MigratingVm from a Group.
Inheritance
ProjectsResource.LocationsResource.GroupsResource.RemoveGroupMigrationRequest
Inherited Members
Namespace: Google.Apis.VMMigrationService.v1
Assembly: Google.Apis.VMMigrationService.v1.dll
Syntax
public class ProjectsResource.LocationsResource.GroupsResource.RemoveGroupMigrationRequest : VMMigrationServiceBaseServiceRequest<Operation>, IClientServiceRequest<Operation>, IClientServiceRequest
Constructors
RemoveGroupMigrationRequest(IClientService, RemoveGroupMigrationRequest, string)
Constructs a new RemoveGroupMigration request.
Declaration
public RemoveGroupMigrationRequest(IClientService service, RemoveGroupMigrationRequest body, string group)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
RemoveGroupMigrationRequest | body | |
string | group |
Properties
Group
Required. The name of the Group.
Declaration
[RequestParameter("group", RequestParameterType.Path)]
public virtual string Group { get; }
Property Value
Type | Description |
---|---|
string |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes RemoveGroupMigration parameter list.
Declaration
protected override void InitParameters()