AppConfigurationResourceType 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 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
Azure SDK for .NET