Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.ManagementServersResource.GetRequest

Gets details of a single ManagementServer.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<ManagementServer>
BackupdrBaseServiceRequest<ManagementServer>
ProjectsResource.LocationsResource.ManagementServersResource.GetRequest
Implements
IClientServiceRequest<ManagementServer>
IClientServiceRequest
Inherited Members
BackupdrBaseServiceRequest<ManagementServer>.Xgafv
BackupdrBaseServiceRequest<ManagementServer>.AccessToken
BackupdrBaseServiceRequest<ManagementServer>.Alt
BackupdrBaseServiceRequest<ManagementServer>.Callback
BackupdrBaseServiceRequest<ManagementServer>.Fields
BackupdrBaseServiceRequest<ManagementServer>.Key
BackupdrBaseServiceRequest<ManagementServer>.OauthToken
BackupdrBaseServiceRequest<ManagementServer>.PrettyPrint
BackupdrBaseServiceRequest<ManagementServer>.QuotaUser
BackupdrBaseServiceRequest<ManagementServer>.UploadType
BackupdrBaseServiceRequest<ManagementServer>.UploadProtocol
ClientServiceRequest<ManagementServer>.Execute()
ClientServiceRequest<ManagementServer>.ExecuteAsStream()
ClientServiceRequest<ManagementServer>.ExecuteAsync()
ClientServiceRequest<ManagementServer>.ExecuteAsync(CancellationToken)
ClientServiceRequest<ManagementServer>.ExecuteAsStreamAsync()
ClientServiceRequest<ManagementServer>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<ManagementServer>.CreateRequest(bool?)
ClientServiceRequest<ManagementServer>.GenerateRequestUri()
ClientServiceRequest<ManagementServer>.GetBody()
ClientServiceRequest<ManagementServer>.GetDefaultETagAction(string)
ClientServiceRequest<ManagementServer>.ETagAction
ClientServiceRequest<ManagementServer>.ModifyRequest
ClientServiceRequest<ManagementServer>.ValidateParameters
ClientServiceRequest<ManagementServer>.ApiVersion
ClientServiceRequest<ManagementServer>.RequestParameters
ClientServiceRequest<ManagementServer>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Backupdr.v1
Assembly: Google.Apis.Backupdr.v1.dll
Syntax
public class ProjectsResource.LocationsResource.ManagementServersResource.GetRequest : BackupdrBaseServiceRequest<ManagementServer>, IClientServiceRequest<ManagementServer>, IClientServiceRequest

Constructors

GetRequest(IClientService, string)

Constructs a new Get request.

Declaration
public GetRequest(IClientService service, string name)
Parameters
Type Name Description
IClientService service
string name

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<ManagementServer>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<ManagementServer>.MethodName

Name

Required. Name of the management server resource name, in the format 'projects/{project_id}/locations/{location}/managementServers/{resource_name}'

Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { get; }
Property Value
Type Description
string

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<ManagementServer>.RestPath

Methods

InitParameters()

Initializes Get parameter list.

Declaration
protected override void InitParameters()
Overrides
BackupdrBaseServiceRequest<ManagementServer>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX