CheckNameResourceType 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.
Resource type used for verification.
public readonly struct CheckNameResourceType : IEquatable<Azure.ResourceManager.AppService.Models.CheckNameResourceType>
type CheckNameResourceType = struct
Public Structure CheckNameResourceType
Implements IEquatable(Of CheckNameResourceType)
- Inheritance
-
CheckNameResourceType
- Implements
Constructors
CheckNameResourceType(String) |
Initializes a new instance of CheckNameResourceType. |
Properties
HostingEnvironment |
HostingEnvironment. |
MicrosoftWebHostingEnvironments |
Microsoft.Web/hostingEnvironments. |
MicrosoftWebPublishingUsers |
Microsoft.Web/publishingUsers. |
MicrosoftWebSites |
Microsoft.Web/sites. |
MicrosoftWebSitesSlots |
Microsoft.Web/sites/slots. |
PublishingUser |
PublishingUser. |
Slot |
Slot. |
WebSite |
Site. |
Methods
Equals(CheckNameResourceType) |
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(CheckNameResourceType, CheckNameResourceType) |
Determines if two CheckNameResourceType values are the same. |
Implicit(String to CheckNameResourceType) |
Converts a String to a CheckNameResourceType. |
Inequality(CheckNameResourceType, CheckNameResourceType) |
Determines if two CheckNameResourceType values are not the same. |
Applies to
Azure SDK for .NET