public final class AvailablePrivateEndpointTypeInner extends Object
| Constructor and Description |
|---|
AvailablePrivateEndpointTypeInner() |
| Modifier and Type | Method and Description |
|---|---|
String |
displayName()
Get the displayName property: Display name of the resource.
|
String |
id()
Get the id property: A unique identifier of the AvailablePrivateEndpoint Type resource.
|
String |
name()
Get the name property: The name of the service and resource.
|
String |
resourceName()
Get the resourceName property: The name of the service and resource.
|
String |
type()
Get the type property: Resource type.
|
void |
validate()
Validates the instance.
|
AvailablePrivateEndpointTypeInner |
withDisplayName(String displayName)
Set the displayName property: Display name of the resource.
|
AvailablePrivateEndpointTypeInner |
withId(String id)
Set the id property: A unique identifier of the AvailablePrivateEndpoint Type resource.
|
AvailablePrivateEndpointTypeInner |
withName(String name)
Set the name property: The name of the service and resource.
|
AvailablePrivateEndpointTypeInner |
withResourceName(String resourceName)
Set the resourceName property: The name of the service and resource.
|
AvailablePrivateEndpointTypeInner |
withType(String type)
Set the type property: Resource type.
|
public String name()
public AvailablePrivateEndpointTypeInner withName(String name)
name - the name value to set.public String id()
public AvailablePrivateEndpointTypeInner withId(String id)
id - the id value to set.public String type()
public AvailablePrivateEndpointTypeInner withType(String type)
type - the type value to set.public String resourceName()
public AvailablePrivateEndpointTypeInner withResourceName(String resourceName)
resourceName - the resourceName value to set.public String displayName()
public AvailablePrivateEndpointTypeInner withDisplayName(String displayName)
displayName - the displayName value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.