public sealed class SubnetworkName : IResourceName, IEquatable<SubnetworkName>
Resource name for the Subnetwork
resource.
Namespace
Google.Cloud.Metastore.V1AlphaAssembly
Google.Cloud.Metastore.V1Alpha.dll
Constructors
SubnetworkName(String, String, String)
public SubnetworkName(string projectId, string regionId, string subnetworkId)
Constructs a new instance of a SubnetworkName class from the component parts of pattern
projects/{project}/regions/{region}/subnetworks/{subnetwork}
Parameters | |
---|---|
Name | Description |
projectId | String The |
regionId | String The |
subnetworkId | String The |
Properties
IsKnownPattern
public bool IsKnownPattern { get; }
Whether this instance contains a resource name with a known pattern.
Property Value | |
---|---|
Type | Description |
Boolean |
ProjectId
public string ProjectId { get; }
The Project
ID. Will not be null
, unless this instance contains an unparsed resource name.
Property Value | |
---|---|
Type | Description |
String |
RegionId
public string RegionId { get; }
The Region
ID. Will not be null
, unless this instance contains an unparsed resource name.
Property Value | |
---|---|
Type | Description |
String |
SubnetworkId
public string SubnetworkId { get; }
The Subnetwork
ID. Will not be null
, unless this instance contains an unparsed resource name.
Property Value | |
---|---|
Type | Description |
String |
Type
public SubnetworkName.ResourceNameType Type { get; }
The SubnetworkName.ResourceNameType of the contained resource name.
Property Value | |
---|---|
Type | Description |
SubnetworkName.ResourceNameType |
UnparsedResource
public UnparsedResourceName UnparsedResource { get; }
The contained UnparsedResourceName. Only non-null
if this instance contains an
unparsed resource name.
Property Value | |
---|---|
Type | Description |
UnparsedResourceName |
Methods
Format(String, String, String)
public static string Format(string projectId, string regionId, string subnetworkId)
Formats the IDs into the string representation of this SubnetworkName with pattern
projects/{project}/regions/{region}/subnetworks/{subnetwork}
.
Parameters | |
---|---|
Name | Description |
projectId | String The |
regionId | String The |
subnetworkId | String The |
Returns | |
---|---|
Type | Description |
String | The string representation of this SubnetworkName with pattern
|
FormatProjectRegionSubnetwork(String, String, String)
public static string FormatProjectRegionSubnetwork(string projectId, string regionId, string subnetworkId)
Formats the IDs into the string representation of this SubnetworkName with pattern
projects/{project}/regions/{region}/subnetworks/{subnetwork}
.
Parameters | |
---|---|
Name | Description |
projectId | String The |
regionId | String The |
subnetworkId | String The |
Returns | |
---|---|
Type | Description |
String | The string representation of this SubnetworkName with pattern
|
FromProjectRegionSubnetwork(String, String, String)
public static SubnetworkName FromProjectRegionSubnetwork(string projectId, string regionId, string subnetworkId)
Creates a SubnetworkName with the pattern
projects/{project}/regions/{region}/subnetworks/{subnetwork}
.
Parameters | |
---|---|
Name | Description |
projectId | String The |
regionId | String The |
subnetworkId | String The |
Returns | |
---|---|
Type | Description |
SubnetworkName | A new instance of SubnetworkName constructed from the provided ids. |
FromUnparsed(UnparsedResourceName)
public static SubnetworkName FromUnparsed(UnparsedResourceName unparsedResourceName)
Creates a SubnetworkName containing an unparsed resource name.
Parameter | |
---|---|
Name | Description |
unparsedResourceName | UnparsedResourceName The unparsed resource name. Must not be |
Returns | |
---|---|
Type | Description |
SubnetworkName | A new instance of SubnetworkName containing the provided
|
GetHashCode()
public override int GetHashCode()
Returns a hash code for this resource name.
Returns | |
---|---|
Type | Description |
Int32 |
Parse(String)
public static SubnetworkName Parse(string subnetworkName)
Parses the given resource name string into a new SubnetworkName instance.
Parameter | |
---|---|
Name | Description |
subnetworkName | String The resource name in string form. Must not be |
Returns | |
---|---|
Type | Description |
SubnetworkName | The parsed SubnetworkName if successful. |
To parse successfully, the resource name must be formatted as one of the following:
projects/{project}/regions/{region}/subnetworks/{subnetwork}
Parse(String, Boolean)
public static SubnetworkName Parse(string subnetworkName, bool allowUnparsed)
Parses the given resource name string into a new SubnetworkName instance; optionally allowing an unparseable resource name.
Parameters | |
---|---|
Name | Description |
subnetworkName | String The resource name in string form. Must not be |
allowUnparsed | Boolean If |
Returns | |
---|---|
Type | Description |
SubnetworkName | The parsed SubnetworkName if successful. |
To parse successfully, the resource name must be formatted as one of the following:
projects/{project}/regions/{region}/subnetworks/{subnetwork}
allowUnparsed
is true
.
ToString()
public override string ToString()
The string representation of the resource name.
Returns | |
---|---|
Type | Description |
String | The string representation of the resource name. |
TryParse(String, out SubnetworkName)
public static bool TryParse(string subnetworkName, out SubnetworkName result)
Tries to parse the given resource name string into a new SubnetworkName instance.
Parameters | |
---|---|
Name | Description |
subnetworkName | String The resource name in string form. Must not be |
result | SubnetworkName When this method returns, the parsed SubnetworkName, or |
Returns | |
---|---|
Type | Description |
Boolean |
|
To parse successfully, the resource name must be formatted as one of the following:
projects/{project}/regions/{region}/subnetworks/{subnetwork}
TryParse(String, Boolean, out SubnetworkName)
public static bool TryParse(string subnetworkName, bool allowUnparsed, out SubnetworkName result)
Tries to parse the given resource name string into a new SubnetworkName instance; optionally allowing an unparseable resource name.
Parameters | |
---|---|
Name | Description |
subnetworkName | String The resource name in string form. Must not be |
allowUnparsed | Boolean If |
result | SubnetworkName When this method returns, the parsed SubnetworkName, or |
Returns | |
---|---|
Type | Description |
Boolean |
|
To parse successfully, the resource name must be formatted as one of the following:
projects/{project}/regions/{region}/subnetworks/{subnetwork}
allowUnparsed
is true
.
Operators
Equality(SubnetworkName, SubnetworkName)
public static bool operator ==(SubnetworkName a, SubnetworkName b)
Parameters | |
---|---|
Name | Description |
a | SubnetworkName |
b | SubnetworkName |
Returns | |
---|---|
Type | Description |
Boolean |
Inequality(SubnetworkName, SubnetworkName)
public static bool operator !=(SubnetworkName a, SubnetworkName b)
Parameters | |
---|---|
Name | Description |
a | SubnetworkName |
b | SubnetworkName |
Returns | |
---|---|
Type | Description |
Boolean |