MhsmPrivateLinkResource Class
- java.
lang. Object - com.
azure. core. management. ProxyResource - com.
azure. core. management. Resource - com.
azure. resourcemanager. keyvault. models. ManagedHsmResource - com.
azure. resourcemanager. keyvault. models. MhsmPrivateLinkResource
- com.
- com.
- com.
- com.
public final class MhsmPrivateLinkResource
extends ManagedHsmResource
A private link resource.
Constructor Summary
Constructor | Description |
---|---|
MhsmPrivateLinkResource() |
Creates an instance of Mhsm |
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. |
String |
name()
Get the name property: The name of the resource. |
List<String> |
requiredMembers()
Get the required |
List<String> |
requiredZoneNames()
Get the required |
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. |
Mhsm |
withIdentity(ManagedServiceIdentity identity)
Set the identity property: Managed service identity (system assigned and/or user assigned identities). |
Mhsm |
withLocation(String location) |
Mhsm |
withRequiredZoneNames(List<String> requiredZoneNames)
Set the required |
Mhsm |
withSku(ManagedHsmSku sku)
Set the sku property: SKU details. |
Mhsm |
withTags(Map<String,String> tags) |
Methods inherited from Resource
Methods inherited from ManagedHsmResource
Methods inherited from java.lang.Object
Constructor Details
MhsmPrivateLinkResource
public MhsmPrivateLinkResource()
Creates an instance of MhsmPrivateLinkResource class.
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:
name
public String name()
Get the name property: The name of the resource.
Overrides:
MhsmPrivateLinkResource.name()Returns:
requiredMembers
public List
Get the requiredMembers property: Required member names of private link resource.
Returns:
requiredZoneNames
public List
Get the requiredZoneNames property: Required DNS zone names of the the private link resource.
Returns:
systemData
public SystemData systemData()
Get the systemData property: Metadata pertaining to creation and last modification of the key vault resource.
Overrides:
MhsmPrivateLinkResource.systemData()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.
Overrides:
MhsmPrivateLinkResource.validate()withIdentity
public MhsmPrivateLinkResource withIdentity(ManagedServiceIdentity identity)
Set the identity property: Managed service identity (system assigned and/or user assigned identities).
Overrides:
MhsmPrivateLinkResource.withIdentity(ManagedServiceIdentity identity)Parameters:
withLocation
public MhsmPrivateLinkResource withLocation(String location)
Overrides:
MhsmPrivateLinkResource.withLocation(String location)Parameters:
withRequiredZoneNames
public MhsmPrivateLinkResource withRequiredZoneNames(List
Set the requiredZoneNames property: Required DNS zone names of the the private link resource.
Parameters:
Returns:
withSku
public MhsmPrivateLinkResource withSku(ManagedHsmSku sku)
Set the sku property: SKU details.
Overrides:
MhsmPrivateLinkResource.withSku(ManagedHsmSku sku)Parameters:
withTags
public MhsmPrivateLinkResource withTags(Map
Overrides:
MhsmPrivateLinkResource.withTags(Map<String,String> tags)Parameters:
Applies to
Azure SDK for Java