Class ProjectsResource.LocationsResource.IpamAdminScopesResource.CheckAvailabilityRequest
Checks the availability of IPAM admin scopes in a given project and location.
Inheritance
ProjectsResource.LocationsResource.IpamAdminScopesResource.CheckAvailabilityRequest
Inherited Members
Namespace: Google.Apis.CloudNumberRegistry.v1alpha
Assembly: Google.Apis.CloudNumberRegistry.v1alpha.dll
Syntax
public class ProjectsResource.LocationsResource.IpamAdminScopesResource.CheckAvailabilityRequest : CloudNumberRegistryBaseServiceRequest<CheckAvailabilityIpamAdminScopesResponse>, IClientServiceRequest<CheckAvailabilityIpamAdminScopesResponse>, IClientServiceRequest
Constructors
CheckAvailabilityRequest(IClientService, string)
Constructs a new CheckAvailability request.
Declaration
public CheckAvailabilityRequest(IClientService service, string parent)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| string | parent |
Properties
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
Parent
Required. Parent value for the IpamAdminScopes.
Declaration
[RequestParameter("parent", RequestParameterType.Path)]
public virtual string Parent { get; }
Property Value
| Type | Description |
|---|---|
| string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
Scopes
Required. The scopes of the IpamAdminScopes to look for.
Declaration
[RequestParameter("scopes", RequestParameterType.Query)]
public virtual Repeatable<string> Scopes { get; set; }
Property Value
| Type | Description |
|---|---|
| Repeatable<string> |
Methods
InitParameters()
Initializes CheckAvailability parameter list.
Declaration
protected override void InitParameters()