public sealed class ChannelPartnerRepricingConfigName : IResourceName, IEquatable<ChannelPartnerRepricingConfigName>
Reference documentation and code samples for the Cloud Channel v1 API class ChannelPartnerRepricingConfigName.
Resource name for the ChannelPartnerRepricingConfig
resource.
Namespace
Google.Cloud.Channel.V1Assembly
Google.Cloud.Channel.V1.dll
Constructors
ChannelPartnerRepricingConfigName(String, String, String)
public ChannelPartnerRepricingConfigName(string accountId, string channelPartnerId, string channelPartnerRepricingConfigId)
Constructs a new instance of a ChannelPartnerRepricingConfigName class from the component
parts of pattern
accounts/{account}/channelPartnerLinks/{channel_partner}/channelPartnerRepricingConfigs/{channel_partner_repricing_config}
Parameters | |
---|---|
Name | Description |
accountId | String The |
channelPartnerId | String The |
channelPartnerRepricingConfigId | String The |
Properties
AccountId
public string AccountId { get; }
The Account
ID. Will not be null
, unless this instance contains an unparsed resource name.
Property Value | |
---|---|
Type | Description |
String |
ChannelPartnerId
public string ChannelPartnerId { get; }
The ChannelPartner
ID. Will not be null
, unless this instance contains an unparsed resource
name.
Property Value | |
---|---|
Type | Description |
String |
ChannelPartnerRepricingConfigId
public string ChannelPartnerRepricingConfigId { get; }
The ChannelPartnerRepricingConfig
ID. Will not be null
, unless this instance contains an
unparsed resource name.
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 |
Type
public ChannelPartnerRepricingConfigName.ResourceNameType Type { get; }
The ChannelPartnerRepricingConfigName.ResourceNameType of the contained resource name.
Property Value | |
---|---|
Type | Description |
ChannelPartnerRepricingConfigName.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 accountId, string channelPartnerId, string channelPartnerRepricingConfigId)
Formats the IDs into the string representation of this ChannelPartnerRepricingConfigName with
pattern
accounts/{account}/channelPartnerLinks/{channel_partner}/channelPartnerRepricingConfigs/{channel_partner_repricing_config}
.
Parameters | |
---|---|
Name | Description |
accountId | String The |
channelPartnerId | String The |
channelPartnerRepricingConfigId | String The |
Returns | |
---|---|
Type | Description |
String | The string representation of this ChannelPartnerRepricingConfigName with pattern
|
FormatAccountChannelPartnerChannelPartnerRepricingConfig(String, String, String)
public static string FormatAccountChannelPartnerChannelPartnerRepricingConfig(string accountId, string channelPartnerId, string channelPartnerRepricingConfigId)
Formats the IDs into the string representation of this ChannelPartnerRepricingConfigName with
pattern
accounts/{account}/channelPartnerLinks/{channel_partner}/channelPartnerRepricingConfigs/{channel_partner_repricing_config}
.
Parameters | |
---|---|
Name | Description |
accountId | String The |
channelPartnerId | String The |
channelPartnerRepricingConfigId | String The |
Returns | |
---|---|
Type | Description |
String | The string representation of this ChannelPartnerRepricingConfigName with pattern
|
FromAccountChannelPartnerChannelPartnerRepricingConfig(String, String, String)
public static ChannelPartnerRepricingConfigName FromAccountChannelPartnerChannelPartnerRepricingConfig(string accountId, string channelPartnerId, string channelPartnerRepricingConfigId)
Creates a ChannelPartnerRepricingConfigName with the pattern
accounts/{account}/channelPartnerLinks/{channel_partner}/channelPartnerRepricingConfigs/{channel_partner_repricing_config}
.
Parameters | |
---|---|
Name | Description |
accountId | String The |
channelPartnerId | String The |
channelPartnerRepricingConfigId | String The |
Returns | |
---|---|
Type | Description |
ChannelPartnerRepricingConfigName | A new instance of ChannelPartnerRepricingConfigName constructed from the provided ids. |
FromUnparsed(UnparsedResourceName)
public static ChannelPartnerRepricingConfigName FromUnparsed(UnparsedResourceName unparsedResourceName)
Creates a ChannelPartnerRepricingConfigName containing an unparsed resource name.
Parameter | |
---|---|
Name | Description |
unparsedResourceName | UnparsedResourceName The unparsed resource name. Must not be |
Returns | |
---|---|
Type | Description |
ChannelPartnerRepricingConfigName | A new instance of ChannelPartnerRepricingConfigName containing the provided
|
GetHashCode()
public override int GetHashCode()
Returns a hash code for this resource name.
Returns | |
---|---|
Type | Description |
Int32 |
Parse(String)
public static ChannelPartnerRepricingConfigName Parse(string channelPartnerRepricingConfigName)
Parses the given resource name string into a new ChannelPartnerRepricingConfigName instance.
Parameter | |
---|---|
Name | Description |
channelPartnerRepricingConfigName | String The resource name in string form. Must not be |
Returns | |
---|---|
Type | Description |
ChannelPartnerRepricingConfigName | The parsed ChannelPartnerRepricingConfigName if successful. |
To parse successfully, the resource name must be formatted as one of the following:
-
accounts/{account}/channelPartnerLinks/{channel_partner}/channelPartnerRepricingConfigs/{channel_partner_repricing_config}
Parse(String, Boolean)
public static ChannelPartnerRepricingConfigName Parse(string channelPartnerRepricingConfigName, bool allowUnparsed)
Parses the given resource name string into a new ChannelPartnerRepricingConfigName instance; optionally allowing an unparseable resource name.
Parameters | |
---|---|
Name | Description |
channelPartnerRepricingConfigName | String The resource name in string form. Must not be |
allowUnparsed | Boolean If |
Returns | |
---|---|
Type | Description |
ChannelPartnerRepricingConfigName | The parsed ChannelPartnerRepricingConfigName if successful. |
To parse successfully, the resource name must be formatted as one of the following:
-
accounts/{account}/channelPartnerLinks/{channel_partner}/channelPartnerRepricingConfigs/{channel_partner_repricing_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 ChannelPartnerRepricingConfigName)
public static bool TryParse(string channelPartnerRepricingConfigName, out ChannelPartnerRepricingConfigName result)
Tries to parse the given resource name string into a new ChannelPartnerRepricingConfigName instance.
Parameters | |
---|---|
Name | Description |
channelPartnerRepricingConfigName | String The resource name in string form. Must not be |
result | ChannelPartnerRepricingConfigName When this method returns, the parsed ChannelPartnerRepricingConfigName, or |
Returns | |
---|---|
Type | Description |
Boolean |
|
To parse successfully, the resource name must be formatted as one of the following:
-
accounts/{account}/channelPartnerLinks/{channel_partner}/channelPartnerRepricingConfigs/{channel_partner_repricing_config}
TryParse(String, Boolean, out ChannelPartnerRepricingConfigName)
public static bool TryParse(string channelPartnerRepricingConfigName, bool allowUnparsed, out ChannelPartnerRepricingConfigName result)
Tries to parse the given resource name string into a new ChannelPartnerRepricingConfigName instance; optionally allowing an unparseable resource name.
Parameters | |
---|---|
Name | Description |
channelPartnerRepricingConfigName | String The resource name in string form. Must not be |
allowUnparsed | Boolean If |
result | ChannelPartnerRepricingConfigName When this method returns, the parsed ChannelPartnerRepricingConfigName, or |
Returns | |
---|---|
Type | Description |
Boolean |
|
To parse successfully, the resource name must be formatted as one of the following:
-
accounts/{account}/channelPartnerLinks/{channel_partner}/channelPartnerRepricingConfigs/{channel_partner_repricing_config}
allowUnparsed
is true
.
Operators
Equality(ChannelPartnerRepricingConfigName, ChannelPartnerRepricingConfigName)
public static bool operator ==(ChannelPartnerRepricingConfigName a, ChannelPartnerRepricingConfigName b)
Parameters | |
---|---|
Name | Description |
a | ChannelPartnerRepricingConfigName |
b | ChannelPartnerRepricingConfigName |
Returns | |
---|---|
Type | Description |
Boolean |
Inequality(ChannelPartnerRepricingConfigName, ChannelPartnerRepricingConfigName)
public static bool operator !=(ChannelPartnerRepricingConfigName a, ChannelPartnerRepricingConfigName b)
Parameters | |
---|---|
Name | Description |
a | ChannelPartnerRepricingConfigName |
b | ChannelPartnerRepricingConfigName |
Returns | |
---|---|
Type | Description |
Boolean |