MhsmPrivateLinkResource Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. core. management. Resource - com.
azure. resourcemanager. keyvault. models. MhsmPrivateLinkResource
- com.
- com.
- com.
public final class MhsmPrivateLinkResource
extends Resource
A private link resource.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Mhsm |
fromJson(JsonReader jsonReader)
Reads an instance of Mhsm |
| String |
groupId()
Get the group |
| String |
id()
Get the id property: Fully qualified resource Id for the resource. |
|
Managed |
identity()
Get the identity property: Managed service identity (system assigned and/or user assigned identities). |
| String |
name()
Get the name property: The name of the resource. |
| List<String> |
requiredMembers()
Get the required |
| List<String> |
requiredZoneNames()
Get the required |
|
Managed |
sku()
Get the sku property: SKU details. |
|
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. |
Methods inherited from ProxyResource
Methods inherited from Resource
Methods inherited from java.lang.Object
Method Details
fromJson
public static MhsmPrivateLinkResource fromJson(JsonReader jsonReader)
Reads an instance of MhsmPrivateLinkResource from the JsonReader.
Parameters:
Returns:
Throws:
groupId
public String groupId()
Get the groupId property: Group identifier of private link resource.
Returns:
id
public String id()
Get the id property: Fully qualified resource Id for the resource.
Overrides:
MhsmPrivateLinkResource.id()Returns:
identity
public ManagedServiceIdentity identity()
Get the identity property: Managed service identity (system assigned and/or user assigned identities).
Returns:
name
public String name()
Get the name property: The name of the resource.
Overrides:
MhsmPrivateLinkResource.name()Returns:
requiredMembers
public List<String> requiredMembers()
Get the requiredMembers property: Required member names of private link resource.
Returns:
requiredZoneNames
public List<String> requiredZoneNames()
Get the requiredZoneNames property: Required DNS zone names of the the private link resource.
Returns:
sku
public ManagedHsmSku sku()
Get the sku property: SKU details.
Returns:
systemData
public SystemData systemData()
Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
MhsmPrivateLinkResource.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: The type of the resource.
Overrides:
MhsmPrivateLinkResource.type()Returns:
validate
public void validate()
Validates the instance.