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.
Indicates the endpoint name reuse scope. The default value is TenantReuse.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Support.AutoGeneratedDomainNameLabelScopeTypeConverter))]
public struct AutoGeneratedDomainNameLabelScope : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Cdn.Support.AutoGeneratedDomainNameLabelScope>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Support.AutoGeneratedDomainNameLabelScopeTypeConverter))>]
type AutoGeneratedDomainNameLabelScope = struct
interface IArgumentCompleter
Public Structure AutoGeneratedDomainNameLabelScope
Implements IArgumentCompleter, IEquatable(Of AutoGeneratedDomainNameLabelScope)
- Inheritance
-
AutoGeneratedDomainNameLabelScope
- Attributes
- Implements
Fields
NoReuse | |
ResourceGroupReuse | |
SubscriptionReuse | |
TenantReuse |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(AutoGeneratedDomainNameLabelScope) |
Compares values of enum type AutoGeneratedDomainNameLabelScope |
Equals(Object) |
Compares values of enum type AutoGeneratedDomainNameLabelScope (override for Object) |
GetHashCode() |
Returns hashCode for enum AutoGeneratedDomainNameLabelScope |
ToString() |
Returns string representation for AutoGeneratedDomainNameLabelScope |
Operators
Equality(AutoGeneratedDomainNameLabelScope, AutoGeneratedDomainNameLabelScope) |
Overriding == operator for enum AutoGeneratedDomainNameLabelScope |
Implicit(AutoGeneratedDomainNameLabelScope to String) |
Implicit operator to convert AutoGeneratedDomainNameLabelScope to string |
Implicit(String to AutoGeneratedDomainNameLabelScope) |
Implicit operator to convert string to AutoGeneratedDomainNameLabelScope |
Inequality(AutoGeneratedDomainNameLabelScope, AutoGeneratedDomainNameLabelScope) |
Overriding != operator for enum AutoGeneratedDomainNameLabelScope |