ServiceDefinedResourceName Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The ServiceDefinedResourceName.
public readonly struct ServiceDefinedResourceName : IEquatable<Azure.ResourceManager.Billing.Models.ServiceDefinedResourceName>
type ServiceDefinedResourceName = struct
Public Structure ServiceDefinedResourceName
Implements IEquatable(Of ServiceDefinedResourceName)
- Inheritance
-
ServiceDefinedResourceName
- Implements
Constructors
ServiceDefinedResourceName(String) |
Initializes a new instance of ServiceDefinedResourceName. |
Properties
Default |
default. |
Methods
Equals(ServiceDefinedResourceName) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(ServiceDefinedResourceName, ServiceDefinedResourceName) |
Determines if two ServiceDefinedResourceName values are the same. |
Implicit(String to ServiceDefinedResourceName) |
Converts a string to a ServiceDefinedResourceName. |
Inequality(ServiceDefinedResourceName, ServiceDefinedResourceName) |
Determines if two ServiceDefinedResourceName values are not the same. |
Applies to
Azure SDK for .NET