StaticSiteBasicAuthName 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 StaticSiteBasicAuthName.
public readonly struct StaticSiteBasicAuthName : IEquatable<Azure.ResourceManager.AppService.Models.StaticSiteBasicAuthName>
type StaticSiteBasicAuthName = struct
Public Structure StaticSiteBasicAuthName
Implements IEquatable(Of StaticSiteBasicAuthName)
- Inheritance
-
StaticSiteBasicAuthName
- Implements
Constructors
StaticSiteBasicAuthName(String) |
Initializes a new instance of StaticSiteBasicAuthName. |
Properties
Default |
default. |
Methods
Equals(StaticSiteBasicAuthName) |
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(StaticSiteBasicAuthName, StaticSiteBasicAuthName) |
Determines if two StaticSiteBasicAuthName values are the same. |
Implicit(String to StaticSiteBasicAuthName) |
Converts a String to a StaticSiteBasicAuthName. |
Inequality(StaticSiteBasicAuthName, StaticSiteBasicAuthName) |
Determines if two StaticSiteBasicAuthName values are not the same. |
Applies to
Azure SDK for .NET