public sealed class AlertPolicyName : IResourceName, IEquatable<AlertPolicyName>
Resource name for the AlertPolicy
resource.
Namespace
Google.Cloud.Monitoring.V3Assembly
Google.Cloud.Monitoring.V3.dll
Constructors
AlertPolicyName(String, String)
public AlertPolicyName(string projectId, string alertPolicyId)
Constructs a new instance of a AlertPolicyName class from the component parts of pattern
projects/{project}/alertPolicies/{alert_policy}
Parameters | |
---|---|
Name | Description |
projectId | String The |
alertPolicyId | String The |
Properties
AlertPolicyId
public string AlertPolicyId { get; }
The AlertPolicy
ID. May be null
, depending on which resource name is contained by this
instance.
Property Value | |
---|---|
Type | Description |
String |
FolderId
public string FolderId { get; }
The Folder
ID. May be null
, depending on which resource name is contained by this instance.
Property Value | |
---|---|
Type | Description |
String |
IsKnownPattern
public bool IsKnownPattern { get; }
Whether this instance contains a resource name with a known pattern.
Property Value | |
---|---|
Type | Description |
Boolean |
OrganizationId
public string OrganizationId { get; }
The Organization
ID. May be null
, depending on which resource name is contained by this
instance.
Property Value | |
---|---|
Type | Description |
String |
ProjectId
public string ProjectId { get; }
The Project
ID. May be null
, depending on which resource name is contained by this instance.
Property Value | |
---|---|
Type | Description |
String |
Type
public AlertPolicyName.ResourceNameType Type { get; }
The AlertPolicyName.ResourceNameType of the contained resource name.
Property Value | |
---|---|
Type | Description |
AlertPolicyName.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)
public static string Format(string projectId, string alertPolicyId)
Formats the IDs into the string representation of this AlertPolicyName with pattern
projects/{project}/alertPolicies/{alert_policy}
.
Parameters | |
---|---|
Name | Description |
projectId | String The |
alertPolicyId | String The |
Returns | |
---|---|
Type | Description |
String | The string representation of this AlertPolicyName with pattern
|
FormatFolderAlertPolicy(String, String)
public static string FormatFolderAlertPolicy(string folderId, string alertPolicyId)
Formats the IDs into the string representation of this AlertPolicyName with pattern
folders/{folder}/alertPolicies/{alert_policy}
.
Parameters | |
---|---|
Name | Description |
folderId | String The |
alertPolicyId | String The |
Returns | |
---|---|
Type | Description |
String | The string representation of this AlertPolicyName with pattern
|
FormatOrganizationAlertPolicy(String, String)
public static string FormatOrganizationAlertPolicy(string organizationId, string alertPolicyId)
Formats the IDs into the string representation of this AlertPolicyName with pattern
organizations/{organization}/alertPolicies/{alert_policy}
.
Parameters | |
---|---|
Name | Description |
organizationId | String The |
alertPolicyId | String The |
Returns | |
---|---|
Type | Description |
String | The string representation of this AlertPolicyName with pattern
|
FormatProjectAlertPolicy(String, String)
public static string FormatProjectAlertPolicy(string projectId, string alertPolicyId)
Formats the IDs into the string representation of this AlertPolicyName with pattern
projects/{project}/alertPolicies/{alert_policy}
.
Parameters | |
---|---|
Name | Description |
projectId | String The |
alertPolicyId | String The |
Returns | |
---|---|
Type | Description |
String | The string representation of this AlertPolicyName with pattern
|
FromFolderAlertPolicy(String, String)
public static AlertPolicyName FromFolderAlertPolicy(string folderId, string alertPolicyId)
Creates a AlertPolicyName with the pattern folders/{folder}/alertPolicies/{alert_policy}
.
Parameters | |
---|---|
Name | Description |
folderId | String The |
alertPolicyId | String The |
Returns | |
---|---|
Type | Description |
AlertPolicyName | A new instance of AlertPolicyName constructed from the provided ids. |
FromOrganizationAlertPolicy(String, String)
public static AlertPolicyName FromOrganizationAlertPolicy(string organizationId, string alertPolicyId)
Creates a AlertPolicyName with the pattern
organizations/{organization}/alertPolicies/{alert_policy}
.
Parameters | |
---|---|
Name | Description |
organizationId | String The |
alertPolicyId | String The |
Returns | |
---|---|
Type | Description |
AlertPolicyName | A new instance of AlertPolicyName constructed from the provided ids. |
FromProjectAlertPolicy(String, String)
public static AlertPolicyName FromProjectAlertPolicy(string projectId, string alertPolicyId)
Creates a AlertPolicyName with the pattern projects/{project}/alertPolicies/{alert_policy}
.
Parameters | |
---|---|
Name | Description |
projectId | String The |
alertPolicyId | String The |
Returns | |
---|---|
Type | Description |
AlertPolicyName | A new instance of AlertPolicyName constructed from the provided ids. |
FromUnparsed(UnparsedResourceName)
public static AlertPolicyName FromUnparsed(UnparsedResourceName unparsedResourceName)
Creates a AlertPolicyName containing an unparsed resource name.
Parameter | |
---|---|
Name | Description |
unparsedResourceName | UnparsedResourceName The unparsed resource name. Must not be |
Returns | |
---|---|
Type | Description |
AlertPolicyName | A new instance of AlertPolicyName containing the provided
|
GetHashCode()
public override int GetHashCode()
Returns a hash code for this resource name.
Returns | |
---|---|
Type | Description |
Int32 |
Parse(String)
public static AlertPolicyName Parse(string alertPolicyName)
Parses the given resource name string into a new AlertPolicyName instance.
Parameter | |
---|---|
Name | Description |
alertPolicyName | String The resource name in string form. Must not be |
Returns | |
---|---|
Type | Description |
AlertPolicyName | The parsed AlertPolicyName if successful. |
To parse successfully, the resource name must be formatted as one of the following:
projects/{project}/alertPolicies/{alert_policy}
organizations/{organization}/alertPolicies/{alert_policy}
folders/{folder}/alertPolicies/{alert_policy}
Parse(String, Boolean)
public static AlertPolicyName Parse(string alertPolicyName, bool allowUnparsed)
Parses the given resource name string into a new AlertPolicyName instance; optionally allowing an unparseable resource name.
Parameters | |
---|---|
Name | Description |
alertPolicyName | String The resource name in string form. Must not be |
allowUnparsed | Boolean If |
Returns | |
---|---|
Type | Description |
AlertPolicyName | The parsed AlertPolicyName if successful. |
To parse successfully, the resource name must be formatted as one of the following:
projects/{project}/alertPolicies/{alert_policy}
organizations/{organization}/alertPolicies/{alert_policy}
folders/{folder}/alertPolicies/{alert_policy}
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 AlertPolicyName)
public static bool TryParse(string alertPolicyName, out AlertPolicyName result)
Tries to parse the given resource name string into a new AlertPolicyName instance.
Parameters | |
---|---|
Name | Description |
alertPolicyName | String The resource name in string form. Must not be |
result | AlertPolicyName When this method returns, the parsed AlertPolicyName, or |
Returns | |
---|---|
Type | Description |
Boolean |
|
To parse successfully, the resource name must be formatted as one of the following:
projects/{project}/alertPolicies/{alert_policy}
organizations/{organization}/alertPolicies/{alert_policy}
folders/{folder}/alertPolicies/{alert_policy}
TryParse(String, Boolean, out AlertPolicyName)
public static bool TryParse(string alertPolicyName, bool allowUnparsed, out AlertPolicyName result)
Tries to parse the given resource name string into a new AlertPolicyName instance; optionally allowing an unparseable resource name.
Parameters | |
---|---|
Name | Description |
alertPolicyName | String The resource name in string form. Must not be |
allowUnparsed | Boolean If |
result | AlertPolicyName When this method returns, the parsed AlertPolicyName, or |
Returns | |
---|---|
Type | Description |
Boolean |
|
To parse successfully, the resource name must be formatted as one of the following:
projects/{project}/alertPolicies/{alert_policy}
organizations/{organization}/alertPolicies/{alert_policy}
folders/{folder}/alertPolicies/{alert_policy}
allowUnparsed
is true
.
Operators
Equality(AlertPolicyName, AlertPolicyName)
public static bool operator ==(AlertPolicyName a, AlertPolicyName b)
Parameters | |
---|---|
Name | Description |
a | AlertPolicyName |
b | AlertPolicyName |
Returns | |
---|---|
Type | Description |
Boolean |
Inequality(AlertPolicyName, AlertPolicyName)
public static bool operator !=(AlertPolicyName a, AlertPolicyName b)
Parameters | |
---|---|
Name | Description |
a | AlertPolicyName |
b | AlertPolicyName |
Returns | |
---|---|
Type | Description |
Boolean |