public sealed class WorkloadName : IResourceName, IEquatable<WorkloadName>Resource name for the Workload resource.
Namespace
Google.Cloud.AssuredWorkloads.V1Assembly
Google.Cloud.AssuredWorkloads.V1.dll
Constructors
WorkloadName(String, String, String)
public WorkloadName(string organizationId, string locationId, string workloadId)Constructs a new instance of a WorkloadName class from the component parts of pattern
organizations/{organization}/locations/{location}/workloads/{workload}
| Parameters | |
|---|---|
| Name | Description | 
| organizationId | StringThe  | 
| locationId | StringThe  | 
| workloadId | StringThe  | 
Properties
IsKnownPattern
public bool IsKnownPattern { get; }Whether this instance contains a resource name with a known pattern.
| Property Value | |
|---|---|
| Type | Description | 
| Boolean | |
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 | |
OrganizationId
public string OrganizationId { get; }The Organization ID. Will not be null, unless this instance contains an unparsed resource
name.
| Property Value | |
|---|---|
| Type | Description | 
| String | |
Type
public WorkloadName.ResourceNameType Type { get; }The WorkloadName.ResourceNameType of the contained resource name.
| Property Value | |
|---|---|
| Type | Description | 
| WorkloadName.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 | |
WorkloadId
public string WorkloadId { get; }The Workload ID. Will not be null, unless this instance contains an unparsed resource name.
| Property Value | |
|---|---|
| Type | Description | 
| String | |
Methods
Format(String, String, String)
public static string Format(string organizationId, string locationId, string workloadId)Formats the IDs into the string representation of this WorkloadName with pattern
organizations/{organization}/locations/{location}/workloads/{workload}.
| Parameters | |
|---|---|
| Name | Description | 
| organizationId | StringThe  | 
| locationId | StringThe  | 
| workloadId | StringThe  | 
| Returns | |
|---|---|
| Type | Description | 
| String | The string representation of this WorkloadName with pattern
 | 
FormatOrganizationLocationWorkload(String, String, String)
public static string FormatOrganizationLocationWorkload(string organizationId, string locationId, string workloadId)Formats the IDs into the string representation of this WorkloadName with pattern
organizations/{organization}/locations/{location}/workloads/{workload}.
| Parameters | |
|---|---|
| Name | Description | 
| organizationId | StringThe  | 
| locationId | StringThe  | 
| workloadId | StringThe  | 
| Returns | |
|---|---|
| Type | Description | 
| String | The string representation of this WorkloadName with pattern
 | 
FromOrganizationLocationWorkload(String, String, String)
public static WorkloadName FromOrganizationLocationWorkload(string organizationId, string locationId, string workloadId)Creates a WorkloadName with the pattern
organizations/{organization}/locations/{location}/workloads/{workload}.
| Parameters | |
|---|---|
| Name | Description | 
| organizationId | StringThe  | 
| locationId | StringThe  | 
| workloadId | StringThe  | 
| Returns | |
|---|---|
| Type | Description | 
| WorkloadName | A new instance of WorkloadName constructed from the provided ids. | 
FromUnparsed(UnparsedResourceName)
public static WorkloadName FromUnparsed(UnparsedResourceName unparsedResourceName)Creates a WorkloadName containing an unparsed resource name.
| Parameter | |
|---|---|
| Name | Description | 
| unparsedResourceName | UnparsedResourceNameThe unparsed resource name. Must not be  | 
| Returns | |
|---|---|
| Type | Description | 
| WorkloadName | A new instance of WorkloadName containing the provided  | 
GetHashCode()
public override int GetHashCode()Returns a hash code for this resource name.
| Returns | |
|---|---|
| Type | Description | 
| Int32 | |
Parse(String)
public static WorkloadName Parse(string workloadName)Parses the given resource name string into a new WorkloadName instance.
| Parameter | |
|---|---|
| Name | Description | 
| workloadName | StringThe resource name in string form. Must not be  | 
| Returns | |
|---|---|
| Type | Description | 
| WorkloadName | The parsed WorkloadName if successful. | 
To parse successfully, the resource name must be formatted as one of the following:
- organizations/{organization}/locations/{location}/workloads/{workload}
Parse(String, Boolean)
public static WorkloadName Parse(string workloadName, bool allowUnparsed)Parses the given resource name string into a new WorkloadName instance; optionally allowing an unparseable resource name.
| Parameters | |
|---|---|
| Name | Description | 
| workloadName | StringThe resource name in string form. Must not be  | 
| allowUnparsed | BooleanIf  | 
| Returns | |
|---|---|
| Type | Description | 
| WorkloadName | The parsed WorkloadName if successful. | 
To parse successfully, the resource name must be formatted as one of the following:
- organizations/{organization}/locations/{location}/workloads/{workload}
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 WorkloadName)
public static bool TryParse(string workloadName, out WorkloadName result)Tries to parse the given resource name string into a new WorkloadName instance.
| Parameters | |
|---|---|
| Name | Description | 
| workloadName | StringThe resource name in string form. Must not be  | 
| result | WorkloadNameWhen this method returns, the parsed WorkloadName, or  | 
| Returns | |
|---|---|
| Type | Description | 
| Boolean | 
 | 
To parse successfully, the resource name must be formatted as one of the following:
- organizations/{organization}/locations/{location}/workloads/{workload}
TryParse(String, Boolean, out WorkloadName)
public static bool TryParse(string workloadName, bool allowUnparsed, out WorkloadName result)Tries to parse the given resource name string into a new WorkloadName instance; optionally allowing an unparseable resource name.
| Parameters | |
|---|---|
| Name | Description | 
| workloadName | StringThe resource name in string form. Must not be  | 
| allowUnparsed | BooleanIf  | 
| result | WorkloadNameWhen this method returns, the parsed WorkloadName, or  | 
| Returns | |
|---|---|
| Type | Description | 
| Boolean | 
 | 
To parse successfully, the resource name must be formatted as one of the following:
- organizations/{organization}/locations/{location}/workloads/{workload}
allowUnparsed is true.
Operators
Equality(WorkloadName, WorkloadName)
public static bool operator ==(WorkloadName a, WorkloadName b)| Parameters | |
|---|---|
| Name | Description | 
| a | WorkloadName | 
| b | WorkloadName | 
| Returns | |
|---|---|
| Type | Description | 
| Boolean | |
Inequality(WorkloadName, WorkloadName)
public static bool operator !=(WorkloadName a, WorkloadName b)| Parameters | |
|---|---|
| Name | Description | 
| a | WorkloadName | 
| b | WorkloadName | 
| Returns | |
|---|---|
| Type | Description | 
| Boolean | |