Class ZoneFolderOperationsResource.GetRequest
Retrieves the specified Operations resource.
Inheritance
ZoneFolderOperationsResource.GetRequest
Inherited Members
Namespace: Google.Apis.Compute.alpha
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class ZoneFolderOperationsResource.GetRequest : ComputeBaseServiceRequest<Operation>, IClientServiceRequest<Operation>, IClientServiceRequest
Constructors
GetRequest(IClientService, string, string, string)
Constructs a new Get request.
Declaration
public GetRequest(IClientService service, string folder, string zone, string operation)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| string | folder | |
| string | zone | |
| string | operation |
Properties
Folder
Folder ID for this request.
Declaration
[RequestParameter("folder", RequestParameterType.Path)]
public virtual string Folder { 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
Operation
Name of the Operations resource to return.
Declaration
[RequestParameter("operation", RequestParameterType.Path)]
public virtual string Operation { get; }
Property Value
| Type | Description |
|---|---|
| string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
Zone
Name of the zone for this request.
Declaration
[RequestParameter("zone", RequestParameterType.Path)]
public virtual string Zone { get; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
InitParameters()
Initializes Get parameter list.
Declaration
protected override void InitParameters()