public final class ServiceEndpointPropertiesFormat extends Object
| Constructor and Description |
|---|
ServiceEndpointPropertiesFormat() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
locations()
Get the locations property: A list of locations.
|
ProvisioningState |
provisioningState()
Get the provisioningState property: The provisioning state of the service endpoint resource.
|
String |
service()
Get the service property: The type of the endpoint service.
|
void |
validate()
Validates the instance.
|
ServiceEndpointPropertiesFormat |
withLocations(List<String> locations)
Set the locations property: A list of locations.
|
ServiceEndpointPropertiesFormat |
withService(String service)
Set the service property: The type of the endpoint service.
|
public String service()
public ServiceEndpointPropertiesFormat withService(String service)
service - the service value to set.public List<String> locations()
public ServiceEndpointPropertiesFormat withLocations(List<String> locations)
locations - the locations value to set.public ProvisioningState provisioningState()
public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.