DatastoreSecrets Interface

public interface DatastoreSecrets

An immutable client-side representation of DatastoreSecrets.

Method Summary

Modifier and Type Method and Description
abstract DatastoreSecretsInner innerModel()

Gets the inner com.azure.resourcemanager.machinelearning.fluent.models.DatastoreSecretsInner object.

abstract SecretsType secretsType()

Gets the secretsType property: [Required] Credential type used to authentication with storage.

Method Details

innerModel

public abstract DatastoreSecretsInner innerModel()

Gets the inner com.azure.resourcemanager.machinelearning.fluent.models.DatastoreSecretsInner object.

Returns:

the inner object.

secretsType

public abstract SecretsType secretsType()

Gets the secretsType property: [Required] Credential type used to authentication with storage.

Returns:

the secretsType value.

Applies to