次の方法で共有


UnencryptedCredentials Interface

public interface UnencryptedCredentials

An immutable client-side representation of UnencryptedCredentials.

Method Summary

Modifier and Type Method and Description
abstract UnencryptedCredentialsInner innerModel()

Gets the inner com.azure.resourcemanager.databox.fluent.models.UnencryptedCredentialsInner object.

abstract String jobName()

Gets the jobName property: Name of the job.

abstract JobSecrets jobSecrets()

Gets the jobSecrets property: Secrets related to this job.

Method Details

innerModel

public abstract UnencryptedCredentialsInner innerModel()

Gets the inner com.azure.resourcemanager.databox.fluent.models.UnencryptedCredentialsInner object.

Returns:

the inner object.

jobName

public abstract String jobName()

Gets the jobName property: Name of the job.

Returns:

the jobName value.

jobSecrets

public abstract JobSecrets jobSecrets()

Gets the jobSecrets property: Secrets related to this job.

Returns:

the jobSecrets value.

Applies to