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