ManagedHsmInner Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. core. management. Resource - com.
azure. resourcemanager. keyvault. models. ManagedHsmResource - com.
azure. resourcemanager. keyvault. fluent. models. ManagedHsmInner
- com.
- com.
- com.
- com.
public final class ManagedHsmInner
extends ManagedHsmResource
Resource information with extended details.
Constructor Summary
Constructor | Description |
---|---|
ManagedHsmInner() |
Creates an instance of Managed |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Managed |
fromJson(JsonReader jsonReader)
Reads an instance of Managed |
String |
id()
Get the id property: Fully qualified resource Id for the resource. |
String |
name()
Get the name property: The name of the resource. |
Managed |
properties()
Get the properties property: Properties of the managed HSM. |
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. |
Managed |
withIdentity(ManagedServiceIdentity identity)
Set the identity property: Managed service identity (system assigned and/or user assigned identities). |
Managed |
withLocation(String location) |
Managed |
withProperties(ManagedHsmProperties properties)
Set the properties property: Properties of the managed HSM. |
Managed |
withSku(ManagedHsmSku sku)
Set the sku property: SKU details. |
Managed |
withTags(Map<String,String> tags) |
Methods inherited from Resource
Methods inherited from ManagedHsmResource
Methods inherited from java.lang.Object
Constructor Details
ManagedHsmInner
public ManagedHsmInner()
Creates an instance of ManagedHsmInner class.
Method Details
fromJson
public static ManagedHsmInner fromJson(JsonReader jsonReader)
Reads an instance of ManagedHsmInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
ManagedHsmInner.id()Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
ManagedHsmInner.name()Returns:
properties
public ManagedHsmProperties properties()
Get the properties property: Properties of the managed HSM.
Returns:
systemData
public SystemData systemData()
Get the systemData property: Metadata pertaining to creation and last modification of the key vault resource.
Overrides:
ManagedHsmInner.systemData()Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
ManagedHsmInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
ManagedHsmInner.type()Returns:
validate
public void validate()
Validates the instance.
Overrides:
ManagedHsmInner.validate()withIdentity
public ManagedHsmInner withIdentity(ManagedServiceIdentity identity)
Set the identity property: Managed service identity (system assigned and/or user assigned identities).
Overrides:
ManagedHsmInner.withIdentity(ManagedServiceIdentity identity)Parameters:
withLocation
public ManagedHsmInner withLocation(String location)
Overrides:
ManagedHsmInner.withLocation(String location)Parameters:
withProperties
public ManagedHsmInner withProperties(ManagedHsmProperties properties)
Set the properties property: Properties of the managed HSM.
Parameters:
Returns:
withSku
public ManagedHsmInner withSku(ManagedHsmSku sku)
Set the sku property: SKU details.
Overrides:
ManagedHsmInner.withSku(ManagedHsmSku sku)Parameters:
withTags
public ManagedHsmInner withTags(Map
Overrides:
ManagedHsmInner.withTags(Map<String,String> tags)Parameters:
Applies to
Azure SDK for Java