public sealed class MuteConfigName : IResourceName, IEquatable<MuteConfigName>
Resource name for the MuteConfig
resource.
Namespace
Google.Cloud.SecurityCenter.V1Assembly
Google.Cloud.SecurityCenter.V1.dll
Constructors
MuteConfigName(String, String)
public MuteConfigName(string organizationId, string muteConfigId)
Constructs a new instance of a MuteConfigName class from the component parts of pattern
organizations/{organization}/muteConfigs/{mute_config}
Parameters | |
---|---|
Name | Description |
organizationId | String The |
muteConfigId | String The |
Properties
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 |
MuteConfigId
public string MuteConfigId { get; }
The MuteConfig
ID. May be null
, depending on which resource name is contained by this
instance.
Property Value | |
---|---|
Type | Description |
String |
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 MuteConfigName.ResourceNameType Type { get; }
The MuteConfigName.ResourceNameType of the contained resource name.
Property Value | |
---|---|
Type | Description |
MuteConfigName.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 organizationId, string muteConfigId)
Formats the IDs into the string representation of this MuteConfigName with pattern
organizations/{organization}/muteConfigs/{mute_config}
.
Parameters | |
---|---|
Name | Description |
organizationId | String The |
muteConfigId | String The |
Returns | |
---|---|
Type | Description |
String | The string representation of this MuteConfigName with pattern
|
FormatFolderMuteConfig(String, String)
public static string FormatFolderMuteConfig(string folderId, string muteConfigId)
Formats the IDs into the string representation of this MuteConfigName with pattern
folders/{folder}/muteConfigs/{mute_config}
.
Parameters | |
---|---|
Name | Description |
folderId | String The |
muteConfigId | String The |
Returns | |
---|---|
Type | Description |
String | The string representation of this MuteConfigName with pattern
|
FormatOrganizationMuteConfig(String, String)
public static string FormatOrganizationMuteConfig(string organizationId, string muteConfigId)
Formats the IDs into the string representation of this MuteConfigName with pattern
organizations/{organization}/muteConfigs/{mute_config}
.
Parameters | |
---|---|
Name | Description |
organizationId | String The |
muteConfigId | String The |
Returns | |
---|---|
Type | Description |
String | The string representation of this MuteConfigName with pattern
|
FormatProjectMuteConfig(String, String)
public static string FormatProjectMuteConfig(string projectId, string muteConfigId)
Formats the IDs into the string representation of this MuteConfigName with pattern
projects/{project}/muteConfigs/{mute_config}
.
Parameters | |
---|---|
Name | Description |
projectId | String The |
muteConfigId | String The |
Returns | |
---|---|
Type | Description |
String | The string representation of this MuteConfigName with pattern
|
FromFolderMuteConfig(String, String)
public static MuteConfigName FromFolderMuteConfig(string folderId, string muteConfigId)
Creates a MuteConfigName with the pattern folders/{folder}/muteConfigs/{mute_config}
.
Parameters | |
---|---|
Name | Description |
folderId | String The |
muteConfigId | String The |
Returns | |
---|---|
Type | Description |
MuteConfigName | A new instance of MuteConfigName constructed from the provided ids. |
FromOrganizationMuteConfig(String, String)
public static MuteConfigName FromOrganizationMuteConfig(string organizationId, string muteConfigId)
Creates a MuteConfigName with the pattern
organizations/{organization}/muteConfigs/{mute_config}
.
Parameters | |
---|---|
Name | Description |
organizationId | String The |
muteConfigId | String The |
Returns | |
---|---|
Type | Description |
MuteConfigName | A new instance of MuteConfigName constructed from the provided ids. |
FromProjectMuteConfig(String, String)
public static MuteConfigName FromProjectMuteConfig(string projectId, string muteConfigId)
Creates a MuteConfigName with the pattern projects/{project}/muteConfigs/{mute_config}
.
Parameters | |
---|---|
Name | Description |
projectId | String The |
muteConfigId | String The |
Returns | |
---|---|
Type | Description |
MuteConfigName | A new instance of MuteConfigName constructed from the provided ids. |
FromUnparsed(UnparsedResourceName)
public static MuteConfigName FromUnparsed(UnparsedResourceName unparsedResourceName)
Creates a MuteConfigName containing an unparsed resource name.
Parameter | |
---|---|
Name | Description |
unparsedResourceName | UnparsedResourceName The unparsed resource name. Must not be |
Returns | |
---|---|
Type | Description |
MuteConfigName | A new instance of MuteConfigName containing the provided
|
GetHashCode()
public override int GetHashCode()
Returns a hash code for this resource name.
Returns | |
---|---|
Type | Description |
Int32 |
Parse(String)
public static MuteConfigName Parse(string muteConfigName)
Parses the given resource name string into a new MuteConfigName instance.
Parameter | |
---|---|
Name | Description |
muteConfigName | String The resource name in string form. Must not be |
Returns | |
---|---|
Type | Description |
MuteConfigName | The parsed MuteConfigName if successful. |
To parse successfully, the resource name must be formatted as one of the following:
organizations/{organization}/muteConfigs/{mute_config}
folders/{folder}/muteConfigs/{mute_config}
projects/{project}/muteConfigs/{mute_config}
Parse(String, Boolean)
public static MuteConfigName Parse(string muteConfigName, bool allowUnparsed)
Parses the given resource name string into a new MuteConfigName instance; optionally allowing an unparseable resource name.
Parameters | |
---|---|
Name | Description |
muteConfigName | String The resource name in string form. Must not be |
allowUnparsed | Boolean If |
Returns | |
---|---|
Type | Description |
MuteConfigName | The parsed MuteConfigName if successful. |
To parse successfully, the resource name must be formatted as one of the following:
organizations/{organization}/muteConfigs/{mute_config}
folders/{folder}/muteConfigs/{mute_config}
projects/{project}/muteConfigs/{mute_config}
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 MuteConfigName)
public static bool TryParse(string muteConfigName, out MuteConfigName result)
Tries to parse the given resource name string into a new MuteConfigName instance.
Parameters | |
---|---|
Name | Description |
muteConfigName | String The resource name in string form. Must not be |
result | MuteConfigName When this method returns, the parsed MuteConfigName, or |
Returns | |
---|---|
Type | Description |
Boolean |
|
To parse successfully, the resource name must be formatted as one of the following:
organizations/{organization}/muteConfigs/{mute_config}
folders/{folder}/muteConfigs/{mute_config}
projects/{project}/muteConfigs/{mute_config}
TryParse(String, Boolean, out MuteConfigName)
public static bool TryParse(string muteConfigName, bool allowUnparsed, out MuteConfigName result)
Tries to parse the given resource name string into a new MuteConfigName instance; optionally allowing an unparseable resource name.
Parameters | |
---|---|
Name | Description |
muteConfigName | String The resource name in string form. Must not be |
allowUnparsed | Boolean If |
result | MuteConfigName When this method returns, the parsed MuteConfigName, or |
Returns | |
---|---|
Type | Description |
Boolean |
|
To parse successfully, the resource name must be formatted as one of the following:
organizations/{organization}/muteConfigs/{mute_config}
folders/{folder}/muteConfigs/{mute_config}
projects/{project}/muteConfigs/{mute_config}
allowUnparsed
is true
.
Operators
Equality(MuteConfigName, MuteConfigName)
public static bool operator ==(MuteConfigName a, MuteConfigName b)
Parameters | |
---|---|
Name | Description |
a | MuteConfigName |
b | MuteConfigName |
Returns | |
---|---|
Type | Description |
Boolean |
Inequality(MuteConfigName, MuteConfigName)
public static bool operator !=(MuteConfigName a, MuteConfigName b)
Parameters | |
---|---|
Name | Description |
a | MuteConfigName |
b | MuteConfigName |
Returns | |
---|---|
Type | Description |
Boolean |