Anthos Multi-Cloud v1 API - Class AzureNodePoolName (2.2.0)

public sealed class AzureNodePoolName : IResourceName, IEquatable<AzureNodePoolName>

Reference documentation and code samples for the Anthos Multi-Cloud v1 API class AzureNodePoolName.

Resource name for the AzureNodePool resource.

Inheritance

object > AzureNodePoolName

Namespace

GoogleCloudGoogle.Cloud.GkeMultiCloudV1

Assembly

Google.Cloud.GkeMultiCloud.V1.dll

Constructors

AzureNodePoolName(string, string, string, string)

public AzureNodePoolName(string projectId, string locationId, string azureClusterId, string azureNodePoolId)

Constructs a new instance of a AzureNodePoolName class from the component parts of pattern projects/{project}/locations/{location}/azureClusters/{azure_cluster}/azureNodePools/{azure_node_pool}

Parameters
NameDescription
projectIdstring

The Project ID. Must not be null or empty.

locationIdstring

The Location ID. Must not be null or empty.

azureClusterIdstring

The AzureCluster ID. Must not be null or empty.

azureNodePoolIdstring

The AzureNodePool ID. Must not be null or empty.

Properties

AzureClusterId

public string AzureClusterId { get; }

The AzureCluster ID. Will not be null, unless this instance contains an unparsed resource name.

Property Value
TypeDescription
string

AzureNodePoolId

public string AzureNodePoolId { get; }

The AzureNodePool ID. Will not be null, unless this instance contains an unparsed resource name.

Property Value
TypeDescription
string

IsKnownPattern

public bool IsKnownPattern { get; }

Whether this instance contains a resource name with a known pattern.

Property Value
TypeDescription
bool

LocationId

public string LocationId { get; }

The Location ID. Will not be null, unless this instance contains an unparsed resource name.

Property Value
TypeDescription
string

ProjectId

public string ProjectId { get; }

The Project ID. Will not be null, unless this instance contains an unparsed resource name.

Property Value
TypeDescription
string

Type

public AzureNodePoolName.ResourceNameType Type { get; }

The AzureNodePoolName.ResourceNameType of the contained resource name.

Property Value
TypeDescription
AzureNodePoolNameResourceNameType

UnparsedResource

public UnparsedResourceName UnparsedResource { get; }

The contained UnparsedResourceName. Only non-null if this instance contains an unparsed resource name.

Property Value
TypeDescription
UnparsedResourceName

Methods

Format(string, string, string, string)

public static string Format(string projectId, string locationId, string azureClusterId, string azureNodePoolId)

Formats the IDs into the string representation of this AzureNodePoolName with pattern projects/{project}/locations/{location}/azureClusters/{azure_cluster}/azureNodePools/{azure_node_pool} .

Parameters
NameDescription
projectIdstring

The Project ID. Must not be null or empty.

locationIdstring

The Location ID. Must not be null or empty.

azureClusterIdstring

The AzureCluster ID. Must not be null or empty.

azureNodePoolIdstring

The AzureNodePool ID. Must not be null or empty.

Returns
TypeDescription
string

The string representation of this AzureNodePoolName with pattern projects/{project}/locations/{location}/azureClusters/{azure_cluster}/azureNodePools/{azure_node_pool} .

FormatProjectLocationAzureClusterAzureNodePool(string, string, string, string)

public static string FormatProjectLocationAzureClusterAzureNodePool(string projectId, string locationId, string azureClusterId, string azureNodePoolId)

Formats the IDs into the string representation of this AzureNodePoolName with pattern projects/{project}/locations/{location}/azureClusters/{azure_cluster}/azureNodePools/{azure_node_pool} .

Parameters
NameDescription
projectIdstring

The Project ID. Must not be null or empty.

locationIdstring

The Location ID. Must not be null or empty.

azureClusterIdstring

The AzureCluster ID. Must not be null or empty.

azureNodePoolIdstring

The AzureNodePool ID. Must not be null or empty.

Returns
TypeDescription
string

The string representation of this AzureNodePoolName with pattern projects/{project}/locations/{location}/azureClusters/{azure_cluster}/azureNodePools/{azure_node_pool} .

FromProjectLocationAzureClusterAzureNodePool(string, string, string, string)

public static AzureNodePoolName FromProjectLocationAzureClusterAzureNodePool(string projectId, string locationId, string azureClusterId, string azureNodePoolId)

Creates a AzureNodePoolName with the pattern projects/{project}/locations/{location}/azureClusters/{azure_cluster}/azureNodePools/{azure_node_pool} .

Parameters
NameDescription
projectIdstring

The Project ID. Must not be null or empty.

locationIdstring

The Location ID. Must not be null or empty.

azureClusterIdstring

The AzureCluster ID. Must not be null or empty.

azureNodePoolIdstring

The AzureNodePool ID. Must not be null or empty.

Returns
TypeDescription
AzureNodePoolName

A new instance of AzureNodePoolName constructed from the provided ids.

FromUnparsed(UnparsedResourceName)

public static AzureNodePoolName FromUnparsed(UnparsedResourceName unparsedResourceName)

Creates a AzureNodePoolName containing an unparsed resource name.

Parameter
NameDescription
unparsedResourceNameUnparsedResourceName

The unparsed resource name. Must not be null.

Returns
TypeDescription
AzureNodePoolName

A new instance of AzureNodePoolName containing the provided unparsedResourceName.

GetHashCode()

public override int GetHashCode()

Returns a hash code for this resource name.

Returns
TypeDescription
int
Overrides

Parse(string)

public static AzureNodePoolName Parse(string azureNodePoolName)

Parses the given resource name string into a new AzureNodePoolName instance.

Parameter
NameDescription
azureNodePoolNamestring

The resource name in string form. Must not be null.

Returns
TypeDescription
AzureNodePoolName

The parsed AzureNodePoolName if successful.

Remarks

To parse successfully, the resource name must be formatted as one of the following:

  • projects/{project}/locations/{location}/azureClusters/{azure_cluster}/azureNodePools/{azure_node_pool}

Parse(string, bool)

public static AzureNodePoolName Parse(string azureNodePoolName, bool allowUnparsed)

Parses the given resource name string into a new AzureNodePoolName instance; optionally allowing an unparseable resource name.

Parameters
NameDescription
azureNodePoolNamestring

The resource name in string form. Must not be null.

allowUnparsedbool

If true will successfully store an unparseable resource name into the UnparsedResource property; otherwise will throw an ArgumentException if an unparseable resource name is specified.

Returns
TypeDescription
AzureNodePoolName

The parsed AzureNodePoolName if successful.

Remarks

To parse successfully, the resource name must be formatted as one of the following:

  • projects/{project}/locations/{location}/azureClusters/{azure_cluster}/azureNodePools/{azure_node_pool}
Or may be in any format if allowUnparsed is true.

ToString()

public override string ToString()

The string representation of the resource name.

Returns
TypeDescription
string

The string representation of the resource name.

Overrides

TryParse(string, out AzureNodePoolName)

public static bool TryParse(string azureNodePoolName, out AzureNodePoolName result)

Tries to parse the given resource name string into a new AzureNodePoolName instance.

Parameters
NameDescription
azureNodePoolNamestring

The resource name in string form. Must not be null.

resultAzureNodePoolName

When this method returns, the parsed AzureNodePoolName, or null if parsing failed.

Returns
TypeDescription
bool

true if the name was parsed successfully; false otherwise.

Remarks

To parse successfully, the resource name must be formatted as one of the following:

  • projects/{project}/locations/{location}/azureClusters/{azure_cluster}/azureNodePools/{azure_node_pool}

TryParse(string, bool, out AzureNodePoolName)

public static bool TryParse(string azureNodePoolName, bool allowUnparsed, out AzureNodePoolName result)

Tries to parse the given resource name string into a new AzureNodePoolName instance; optionally allowing an unparseable resource name.

Parameters
NameDescription
azureNodePoolNamestring

The resource name in string form. Must not be null.

allowUnparsedbool

If true will successfully store an unparseable resource name into the UnparsedResource property; otherwise will throw an ArgumentException if an unparseable resource name is specified.

resultAzureNodePoolName

When this method returns, the parsed AzureNodePoolName, or null if parsing failed.

Returns
TypeDescription
bool

true if the name was parsed successfully; false otherwise.

Remarks

To parse successfully, the resource name must be formatted as one of the following:

  • projects/{project}/locations/{location}/azureClusters/{azure_cluster}/azureNodePools/{azure_node_pool}
Or may be in any format if allowUnparsed is true.

Operators

operator ==(AzureNodePoolName, AzureNodePoolName)

public static bool operator ==(AzureNodePoolName a, AzureNodePoolName b)
Parameters
NameDescription
aAzureNodePoolName
bAzureNodePoolName
Returns
TypeDescription
bool

operator !=(AzureNodePoolName, AzureNodePoolName)

public static bool operator !=(AzureNodePoolName a, AzureNodePoolName b)
Parameters
NameDescription
aAzureNodePoolName
bAzureNodePoolName
Returns
TypeDescription
bool