SecretInner Class

public final class SecretInner
extends Resource

A secret.

Constructor Summary

Constructor Description
SecretInner()

Creates an instance of SecretInner class.

Method Summary

Modifier and Type Method and Description
String provisioningState()

Get the provisioningState property: The provisioning status of the resource.

String uniqueIdentifier()

Get the uniqueIdentifier property: The unique immutable identifier of a resource (Guid).

void validate()

Validates the instance.

String value()

Get the value property: The value of the secret for secret creation.

SecretInner withLocation(String location)
SecretInner withTags(Map<String,String> tags)
SecretInner withValue(String value)

Set the value property: The value of the secret for secret creation.

Methods inherited from ProxyResource

Methods inherited from Resource

Methods inherited from java.lang.Object

Constructor Details

SecretInner

public SecretInner()

Creates an instance of SecretInner class.

Method Details

provisioningState

public String provisioningState()

Get the provisioningState property: The provisioning status of the resource.

Returns:

the provisioningState value.

uniqueIdentifier

public String uniqueIdentifier()

Get the uniqueIdentifier property: The unique immutable identifier of a resource (Guid).

Returns:

the uniqueIdentifier value.

validate

public void validate()

Validates the instance.

value

public String value()

Get the value property: The value of the secret for secret creation.

Returns:

the value value.

withLocation

public SecretInner withLocation(String location)

Overrides:

SecretInner.withLocation(String location)

Parameters:

location

withTags

public SecretInner withTags(Map<String,String> tags)

Overrides:

SecretInner.withTags(Map<String,String> tags)

Parameters:

tags

withValue

public SecretInner withValue(String value)

Set the value property: The value of the secret for secret creation.

Parameters:

value - the value value to set.

Returns:

the SecretInner object itself.

Applies to