Dela via


SecretInner Class

public final class SecretInner
extends ProxyResource

Friendly Secret name mapping to the any Secret or secret related information.

Constructor Summary

Constructor Description
SecretInner()

Creates an instance of SecretInner class.

Method Summary

Modifier and Type Method and Description
DeploymentStatus deploymentStatus()

Get the deploymentStatus property: The deploymentStatus property.

static SecretInner fromJson(JsonReader jsonReader)

Reads an instance of SecretInner from the JsonReader.

String id()

Get the id property: Fully qualified resource Id for the resource.

String name()

Get the name property: The name of the resource.

SecretParameters parameters()

Get the parameters property: object which contains secret parameters.

String profileName()

Get the profileName property: The name of the profile which holds the secret.

AfdProvisioningState provisioningState()

Get the provisioningState property: Provisioning status.

SystemData systemData()

Get the systemData property: Read only system data.

JsonWriter toJson(JsonWriter jsonWriter)
String type()

Get the type property: The type of the resource.

void validate()

Validates the instance.

SecretInner withParameters(SecretParameters parameters)

Set the parameters property: object which contains secret parameters.

Methods inherited from ProxyResource

Methods inherited from java.lang.Object

Constructor Details

SecretInner

public SecretInner()

Creates an instance of SecretInner class.

Method Details

deploymentStatus

public DeploymentStatus deploymentStatus()

Get the deploymentStatus property: The deploymentStatus property.

Returns:

the deploymentStatus value.

fromJson

public static SecretInner fromJson(JsonReader jsonReader)

Reads an instance of SecretInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of SecretInner if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If the deserialized JSON object was missing any required properties.

id

public String id()

Get the id property: Fully qualified resource Id for the resource.

Overrides:

SecretInner.id()

Returns:

the id value.

name

public String name()

Get the name property: The name of the resource.

Overrides:

SecretInner.name()

Returns:

the name value.

parameters

public SecretParameters parameters()

Get the parameters property: object which contains secret parameters.

Returns:

the parameters value.

profileName

public String profileName()

Get the profileName property: The name of the profile which holds the secret.

Returns:

the profileName value.

provisioningState

public AfdProvisioningState provisioningState()

Get the provisioningState property: Provisioning status.

Returns:

the provisioningState value.

systemData

public SystemData systemData()

Get the systemData property: Read only system data.

Returns:

the systemData value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Overrides:

SecretInner.toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

type

public String type()

Get the type property: The type of the resource.

Overrides:

SecretInner.type()

Returns:

the type value.

validate

public void validate()

Validates the instance.

withParameters

public SecretInner withParameters(SecretParameters parameters)

Set the parameters property: object which contains secret parameters.

Parameters:

parameters - the parameters value to set.

Returns:

the SecretInner object itself.

Applies to