MhsmPrivateLinkResourceListResultInner Class
- java.
lang. Object - com.
azure. resourcemanager. keyvault. fluent. models. MhsmPrivateLinkResourceListResultInner
- com.
Implements
public final class MhsmPrivateLinkResourceListResultInner
implements JsonSerializable<MhsmPrivateLinkResourceListResultInner>
A list of private link resources.
Constructor Summary
Constructor | Description |
---|---|
MhsmPrivateLinkResourceListResultInner() |
Creates an instance of Mhsm |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Mhsm |
fromJson(JsonReader jsonReader)
Reads an instance of Mhsm |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
List<Mhsm |
value()
Get the value property: Array of private link resources. |
Mhsm |
withValue(List<MhsmPrivateLinkResource> value)
Set the value property: Array of private link resources. |
Methods inherited from java.lang.Object
Constructor Details
MhsmPrivateLinkResourceListResultInner
public MhsmPrivateLinkResourceListResultInner()
Creates an instance of MhsmPrivateLinkResourceListResultInner class.
Method Details
fromJson
public static MhsmPrivateLinkResourceListResultInner fromJson(JsonReader jsonReader)
Reads an instance of MhsmPrivateLinkResourceListResultInner from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
value
public List
Get the value property: Array of private link resources.
Returns:
withValue
public MhsmPrivateLinkResourceListResultInner withValue(List
Set the value property: Array of private link resources.
Parameters:
Returns:
Applies to
Azure SDK for Java