ContainerServiceSkuRestrictionsType Struct

Definition

The type of restrictions.

public readonly struct ContainerServiceSkuRestrictionsType : IEquatable<Azure.ResourceManager.ContainerService.Models.ContainerServiceSkuRestrictionsType>
type ContainerServiceSkuRestrictionsType = struct
Public Structure ContainerServiceSkuRestrictionsType
Implements IEquatable(Of ContainerServiceSkuRestrictionsType)
Inheritance
ContainerServiceSkuRestrictionsType
Implements

Constructors

Name Description
ContainerServiceSkuRestrictionsType(String)

Initializes a new instance of ContainerServiceSkuRestrictionsType.

Properties

Name Description
Location

Location restriction.

Zone

Zone restriction.

Methods

Name Description
Equals(ContainerServiceSkuRestrictionsType)

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

Name Description
Equality(ContainerServiceSkuRestrictionsType, ContainerServiceSkuRestrictionsType)

Determines if two ContainerServiceSkuRestrictionsType values are the same.

Implicit(String to ContainerServiceSkuRestrictionsType)

Converts a string to a ContainerServiceSkuRestrictionsType.

Implicit(String to Nullable<ContainerServiceSkuRestrictionsType>)
Inequality(ContainerServiceSkuRestrictionsType, ContainerServiceSkuRestrictionsType)

Determines if two ContainerServiceSkuRestrictionsType values are not the same.

Applies to