AutoGeneratedDomainNameLabelScope 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 value representing the security enum.
public readonly struct AutoGeneratedDomainNameLabelScope : IEquatable<Azure.ResourceManager.ContainerInstance.Models.AutoGeneratedDomainNameLabelScope>
type AutoGeneratedDomainNameLabelScope = struct
Public Structure AutoGeneratedDomainNameLabelScope
Implements IEquatable(Of AutoGeneratedDomainNameLabelScope)
- Inheritance
-
AutoGeneratedDomainNameLabelScope
- Implements
Constructors
AutoGeneratedDomainNameLabelScope(String) |
Initializes a new instance of AutoGeneratedDomainNameLabelScope. |
Properties
NoReuse |
Noreuse. |
ResourceGroupReuse |
ResourceGroupReuse. |
SubscriptionReuse |
SubscriptionReuse. |
TenantReuse |
TenantReuse. |
Unsecure |
Unsecure. |
Methods
Equals(AutoGeneratedDomainNameLabelScope) |
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(AutoGeneratedDomainNameLabelScope, AutoGeneratedDomainNameLabelScope) |
Determines if two AutoGeneratedDomainNameLabelScope values are the same. |
Implicit(String to AutoGeneratedDomainNameLabelScope) |
Converts a string to a AutoGeneratedDomainNameLabelScope. |
Inequality(AutoGeneratedDomainNameLabelScope, AutoGeneratedDomainNameLabelScope) |
Determines if two AutoGeneratedDomainNameLabelScope values are not the same. |
Applies to
Azure SDK for .NET