ValidateResourceType 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 ValidateResourceType : IEquatable<Azure.ResourceManager.AppService.Models.ValidateResourceType>
type ValidateResourceType = struct
Public Structure ValidateResourceType
Implements IEquatable(Of ValidateResourceType)
- Inheritance
-
ValidateResourceType
- Implements
Constructors
ValidateResourceType(String) |
Initializes a new instance of ValidateResourceType. |
Properties
MicrosoftWebHostingEnvironments |
Microsoft.Web/hostingEnvironments. |
ServerFarm |
ServerFarm. |
WebSite |
Site. |
Methods
Equals(ValidateResourceType) |
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(ValidateResourceType, ValidateResourceType) |
Determines if two ValidateResourceType values are the same. |
Implicit(String to ValidateResourceType) |
Converts a String to a ValidateResourceType. |
Inequality(ValidateResourceType, ValidateResourceType) |
Determines if two ValidateResourceType values are not the same. |
Applies to
Azure SDK for .NET