public final class ResponseMessageEnvelopeRemotePrivateEndpointConnection extends Object
| Constructor and Description |
|---|
ResponseMessageEnvelopeRemotePrivateEndpointConnection() |
| Modifier and Type | Method and Description |
|---|---|
ErrorEntity |
error()
Get the error property: Azure-AsyncOperation Error info.
|
String |
id()
Get the id property: Resource Id.
|
ManagedServiceIdentity |
identity()
Get the identity property: MSI resource.
|
String |
location()
Get the location property: Geographical region resource belongs to e.g.
|
String |
name()
Get the name property: Name of resource.
|
ArmPlan |
plan()
Get the plan property: Azure resource manager plan.
|
RemotePrivateEndpointConnection |
properties()
Get the properties property: Resource specific properties.
|
SkuDescription |
sku()
Get the sku property: SKU description of the resource.
|
String |
status()
Get the status property: Azure-AsyncOperation Status info.
|
Map<String,String> |
tags()
Get the tags property: Tags associated with resource.
|
String |
type()
Get the type property: Type of resource e.g "Microsoft.Web/sites".
|
void |
validate()
Validates the instance.
|
ResponseMessageEnvelopeRemotePrivateEndpointConnection |
withError(ErrorEntity error)
Set the error property: Azure-AsyncOperation Error info.
|
ResponseMessageEnvelopeRemotePrivateEndpointConnection |
withId(String id)
Set the id property: Resource Id.
|
ResponseMessageEnvelopeRemotePrivateEndpointConnection |
withIdentity(ManagedServiceIdentity identity)
Set the identity property: MSI resource.
|
ResponseMessageEnvelopeRemotePrivateEndpointConnection |
withLocation(String location)
Set the location property: Geographical region resource belongs to e.g.
|
ResponseMessageEnvelopeRemotePrivateEndpointConnection |
withName(String name)
Set the name property: Name of resource.
|
ResponseMessageEnvelopeRemotePrivateEndpointConnection |
withPlan(ArmPlan plan)
Set the plan property: Azure resource manager plan.
|
ResponseMessageEnvelopeRemotePrivateEndpointConnection |
withProperties(RemotePrivateEndpointConnection properties)
Set the properties property: Resource specific properties.
|
ResponseMessageEnvelopeRemotePrivateEndpointConnection |
withSku(SkuDescription sku)
Set the sku property: SKU description of the resource.
|
ResponseMessageEnvelopeRemotePrivateEndpointConnection |
withStatus(String status)
Set the status property: Azure-AsyncOperation Status info.
|
ResponseMessageEnvelopeRemotePrivateEndpointConnection |
withTags(Map<String,String> tags)
Set the tags property: Tags associated with resource.
|
ResponseMessageEnvelopeRemotePrivateEndpointConnection |
withType(String type)
Set the type property: Type of resource e.g "Microsoft.Web/sites".
|
ResponseMessageEnvelopeRemotePrivateEndpointConnection |
withZones(List<String> zones)
Set the zones property: Logical Availability Zones the service is hosted in.
|
List<String> |
zones()
Get the zones property: Logical Availability Zones the service is hosted in.
|
public ResponseMessageEnvelopeRemotePrivateEndpointConnection()
public String id()
public ResponseMessageEnvelopeRemotePrivateEndpointConnection withId(String id)
id - the id value to set.public String name()
public ResponseMessageEnvelopeRemotePrivateEndpointConnection withName(String name)
name - the name value to set.public String type()
public ResponseMessageEnvelopeRemotePrivateEndpointConnection withType(String type)
type - the type value to set.public String location()
public ResponseMessageEnvelopeRemotePrivateEndpointConnection withLocation(String location)
location - the location value to set.public Map<String,String> tags()
public ResponseMessageEnvelopeRemotePrivateEndpointConnection withTags(Map<String,String> tags)
tags - the tags value to set.public ArmPlan plan()
public ResponseMessageEnvelopeRemotePrivateEndpointConnection withPlan(ArmPlan plan)
plan - the plan value to set.public RemotePrivateEndpointConnection properties()
public ResponseMessageEnvelopeRemotePrivateEndpointConnection withProperties(RemotePrivateEndpointConnection properties)
properties - the properties value to set.public SkuDescription sku()
public ResponseMessageEnvelopeRemotePrivateEndpointConnection withSku(SkuDescription sku)
sku - the sku value to set.public String status()
public ResponseMessageEnvelopeRemotePrivateEndpointConnection withStatus(String status)
status - the status value to set.public ErrorEntity error()
public ResponseMessageEnvelopeRemotePrivateEndpointConnection withError(ErrorEntity error)
error - the error value to set.public ManagedServiceIdentity identity()
public ResponseMessageEnvelopeRemotePrivateEndpointConnection withIdentity(ManagedServiceIdentity identity)
identity - the identity value to set.public List<String> zones()
public ResponseMessageEnvelopeRemotePrivateEndpointConnection withZones(List<String> zones)
zones - the zones value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.