Bagikan melalui


AppPlatformSkuRestrictionsType Struct

Definition

Gets the type of restrictions. Possible values include: 'Location', 'Zone'.

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

Constructors

AppPlatformSkuRestrictionsType(String)

Initializes a new instance of AppPlatformSkuRestrictionsType.

Properties

Location

Location.

Zone

Zone.

Methods

Equals(AppPlatformSkuRestrictionsType)

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(AppPlatformSkuRestrictionsType, AppPlatformSkuRestrictionsType)

Determines if two AppPlatformSkuRestrictionsType values are the same.

Implicit(String to AppPlatformSkuRestrictionsType)

Converts a string to a AppPlatformSkuRestrictionsType.

Inequality(AppPlatformSkuRestrictionsType, AppPlatformSkuRestrictionsType)

Determines if two AppPlatformSkuRestrictionsType values are not the same.

Applies to