Condividi tramite


AppConfigurationResourceType Struct

Definition

The resource type to check for name availability.

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

Constructors

AppConfigurationResourceType(String)

Initializes a new instance of AppConfigurationResourceType.

Properties

MicrosoftAppConfigurationConfigurationStores

Microsoft.AppConfiguration/configurationStores.

Methods

Equals(AppConfigurationResourceType)

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

Determines if two AppConfigurationResourceType values are the same.

Implicit(String to AppConfigurationResourceType)

Converts a string to a AppConfigurationResourceType.

Inequality(AppConfigurationResourceType, AppConfigurationResourceType)

Determines if two AppConfigurationResourceType values are not the same.

Applies to