SecretInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. resourcemanager. cdn. fluent. models. SecretInner
- com.
- com.
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 Secret |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Deployment |
deploymentStatus()
Get the deployment |
|
static
Secret |
fromJson(JsonReader jsonReader)
Reads an instance of Secret |
| String |
id()
Get the id property: Fully qualified resource Id for the resource. |
| String |
name()
Get the name property: The name of the resource. |
|
Secret |
parameters()
Get the parameters property: object which contains secret parameters. |
| String |
profileName()
Get the profile |
|
Afd |
provisioningState()
Get the provisioning |
|
System |
systemData()
Get the system |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: The type of the resource. |
| void |
validate()
Validates the instance. |
|
Secret |
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:
fromJson
public static SecretInner fromJson(JsonReader jsonReader)
Reads an instance of SecretInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
SecretInner.id()Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
SecretInner.name()Returns:
parameters
public SecretParameters parameters()
Get the parameters property: object which contains secret parameters.
Returns:
profileName
public String profileName()
Get the profileName property: The name of the profile which holds the secret.
Returns:
provisioningState
public AfdProvisioningState provisioningState()
Get the provisioningState property: Provisioning status.
Returns:
systemData
public SystemData systemData()
Get the systemData property: Read only system data.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
SecretInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
SecretInner.type()Returns:
validate
public void validate()
Validates the instance.
withParameters
public SecretInner withParameters(SecretParameters parameters)
Set the parameters property: object which contains secret parameters.
Parameters:
Returns: