你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ServicePrincipalDatastoreSecrets Class

Definition

Datastore Service Principal secrets.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.ServicePrincipalDatastoreSecretsTypeConverter))]
public class ServicePrincipalDatastoreSecrets : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.IServicePrincipalDatastoreSecrets, Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.ServicePrincipalDatastoreSecretsTypeConverter))>]
type ServicePrincipalDatastoreSecrets = class
    interface IServicePrincipalDatastoreSecrets
    interface IJsonSerializable
    interface IDatastoreSecrets
    interface IValidates
Public Class ServicePrincipalDatastoreSecrets
Implements IServicePrincipalDatastoreSecrets, IValidates
Inheritance
ServicePrincipalDatastoreSecrets
Attributes
Implements

Constructors

ServicePrincipalDatastoreSecrets()

Creates an new ServicePrincipalDatastoreSecrets instance.

Properties

ClientSecret

Service principal secret.

SecretsType

[Required] Credential type used to authentication with storage.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ServicePrincipalDatastoreSecrets.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ServicePrincipalDatastoreSecrets.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.IServicePrincipalDatastoreSecrets.

FromJsonString(String)

Creates a new instance of ServicePrincipalDatastoreSecrets, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ServicePrincipalDatastoreSecrets into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to