SecretInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. core. management. Resource - com.
azure. resourcemanager. devtestlabs. fluent. models. SecretInner
- com.
- com.
- com.
public final class SecretInner
extends Resource
A secret.
Constructor Summary
| Constructor | Description |
|---|---|
| SecretInner() |
Creates an instance of Secret |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
provisioningState()
Get the provisioning |
| String |
uniqueIdentifier()
Get the unique |
| void |
validate()
Validates the instance. |
| String |
value()
Get the value property: The value of the secret for secret creation. |
|
Secret |
withLocation(String location) |
|
Secret |
withTags(Map<String,String> tags) |
|
Secret |
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:
uniqueIdentifier
public String uniqueIdentifier()
Get the uniqueIdentifier property: The unique immutable identifier of a resource (Guid).
Returns:
validate
public void validate()
Validates the instance.
value
public String value()
Get the value property: The value of the secret for secret creation.
Returns:
withLocation
public SecretInner withLocation(String location)
Overrides:
SecretInner.withLocation(String location)Parameters:
withTags
public SecretInner withTags(Map<String,String> tags)
Overrides:
SecretInner.withTags(Map<String,String> tags)Parameters:
withValue
public SecretInner withValue(String value)
Set the value property: The value of the secret for secret creation.
Parameters:
Returns: