Megosztás a következőn keresztül:


ServiceAccountHostingModel Struct

Definition

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