public sealed class TerraformVersionName : IResourceName, IEquatable<TerraformVersionName>
Reference documentation and code samples for the Infrastructure Manager v1 API class TerraformVersionName.
Resource name for the TerraformVersion
resource.
Namespace
Google.Cloud.Config.V1Assembly
Google.Cloud.Config.V1.dll
Constructors
TerraformVersionName(string, string, string)
public TerraformVersionName(string projectId, string locationId, string terraformVersionId)
Constructs a new instance of a TerraformVersionName class from the component parts of pattern
projects/{project}/locations/{location}/terraformVersions/{terraform_version}
Parameters | |
---|---|
Name | Description |
projectId | string The |
locationId | string The |
terraformVersionId | string The |
Properties
IsKnownPattern
public bool IsKnownPattern { get; }
Whether this instance contains a resource name with a known pattern.
Property Value | |
---|---|
Type | Description |
bool |
LocationId
public string LocationId { get; }
The Location
ID. Will not be null
, unless this instance contains an unparsed resource name.
Property Value | |
---|---|
Type | Description |
string |
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 |
TerraformVersionId
public string TerraformVersionId { get; }
The TerraformVersion
ID. Will not be null
, unless this instance contains an unparsed resource
name.
Property Value | |
---|---|
Type | Description |
string |
Type
public TerraformVersionName.ResourceNameType Type { get; }
The TerraformVersionName.ResourceNameType of the contained resource name.
Property Value | |
---|---|
Type | Description |
TerraformVersionNameResourceNameType |
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 locationId, string terraformVersionId)
Formats the IDs into the string representation of this TerraformVersionName with pattern
projects/{project}/locations/{location}/terraformVersions/{terraform_version}
.
Parameters | |
---|---|
Name | Description |
projectId | string The |
locationId | string The |
terraformVersionId | string The |
Returns | |
---|---|
Type | Description |
string | The string representation of this TerraformVersionName with pattern
|
FormatProjectLocationTerraformVersion(string, string, string)
public static string FormatProjectLocationTerraformVersion(string projectId, string locationId, string terraformVersionId)
Formats the IDs into the string representation of this TerraformVersionName with pattern
projects/{project}/locations/{location}/terraformVersions/{terraform_version}
.
Parameters | |
---|---|
Name | Description |
projectId | string The |
locationId | string The |
terraformVersionId | string The |
Returns | |
---|---|
Type | Description |
string | The string representation of this TerraformVersionName with pattern
|
FromProjectLocationTerraformVersion(string, string, string)
public static TerraformVersionName FromProjectLocationTerraformVersion(string projectId, string locationId, string terraformVersionId)
Creates a TerraformVersionName with the pattern
projects/{project}/locations/{location}/terraformVersions/{terraform_version}
.
Parameters | |
---|---|
Name | Description |
projectId | string The |
locationId | string The |
terraformVersionId | string The |
Returns | |
---|---|
Type | Description |
TerraformVersionName | A new instance of TerraformVersionName constructed from the provided ids. |
FromUnparsed(UnparsedResourceName)
public static TerraformVersionName FromUnparsed(UnparsedResourceName unparsedResourceName)
Creates a TerraformVersionName containing an unparsed resource name.
Parameter | |
---|---|
Name | Description |
unparsedResourceName | UnparsedResourceName The unparsed resource name. Must not be |
Returns | |
---|---|
Type | Description |
TerraformVersionName | A new instance of TerraformVersionName containing the provided
|
GetHashCode()
public override int GetHashCode()
Returns a hash code for this resource name.
Returns | |
---|---|
Type | Description |
int |
Parse(string)
public static TerraformVersionName Parse(string terraformVersionName)
Parses the given resource name string into a new TerraformVersionName instance.
Parameter | |
---|---|
Name | Description |
terraformVersionName | string The resource name in string form. Must not be |
Returns | |
---|---|
Type | Description |
TerraformVersionName | The parsed TerraformVersionName if successful. |
To parse successfully, the resource name must be formatted as one of the following:
-
projects/{project}/locations/{location}/terraformVersions/{terraform_version}
Parse(string, bool)
public static TerraformVersionName Parse(string terraformVersionName, bool allowUnparsed)
Parses the given resource name string into a new TerraformVersionName instance; optionally allowing an unparseable resource name.
Parameters | |
---|---|
Name | Description |
terraformVersionName | string The resource name in string form. Must not be |
allowUnparsed | bool If |
Returns | |
---|---|
Type | Description |
TerraformVersionName | The parsed TerraformVersionName if successful. |
To parse successfully, the resource name must be formatted as one of the following:
-
projects/{project}/locations/{location}/terraformVersions/{terraform_version}
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 TerraformVersionName)
public static bool TryParse(string terraformVersionName, out TerraformVersionName result)
Tries to parse the given resource name string into a new TerraformVersionName instance.
Parameters | |
---|---|
Name | Description |
terraformVersionName | string The resource name in string form. Must not be |
result | TerraformVersionName When this method returns, the parsed TerraformVersionName, or |
Returns | |
---|---|
Type | Description |
bool |
|
To parse successfully, the resource name must be formatted as one of the following:
-
projects/{project}/locations/{location}/terraformVersions/{terraform_version}
TryParse(string, bool, out TerraformVersionName)
public static bool TryParse(string terraformVersionName, bool allowUnparsed, out TerraformVersionName result)
Tries to parse the given resource name string into a new TerraformVersionName instance; optionally allowing an unparseable resource name.
Parameters | |
---|---|
Name | Description |
terraformVersionName | string The resource name in string form. Must not be |
allowUnparsed | bool If |
result | TerraformVersionName When this method returns, the parsed TerraformVersionName, or |
Returns | |
---|---|
Type | Description |
bool |
|
To parse successfully, the resource name must be formatted as one of the following:
-
projects/{project}/locations/{location}/terraformVersions/{terraform_version}
allowUnparsed
is true
.
Operators
operator ==(TerraformVersionName, TerraformVersionName)
public static bool operator ==(TerraformVersionName a, TerraformVersionName b)
Determines whether two specified resource names have the same value.
Parameters | |
---|---|
Name | Description |
a | TerraformVersionName The first resource name to compare, or null. |
b | TerraformVersionName The second resource name to compare, or null. |
Returns | |
---|---|
Type | Description |
bool | true if the value of |
operator !=(TerraformVersionName, TerraformVersionName)
public static bool operator !=(TerraformVersionName a, TerraformVersionName b)
Determines whether two specified resource names have different values.
Parameters | |
---|---|
Name | Description |
a | TerraformVersionName The first resource name to compare, or null. |
b | TerraformVersionName The second resource name to compare, or null. |
Returns | |
---|---|
Type | Description |
bool | true if the value of |