public class ServiceEndpointPropertiesFormat extends Object
| Constructor and Description |
|---|
ServiceEndpointPropertiesFormat() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
locations()
Get the locations value.
|
String |
provisioningState()
Get the provisioningState value.
|
String |
service()
Get the service value.
|
ServiceEndpointPropertiesFormat |
withLocations(List<String> locations)
Set the locations value.
|
ServiceEndpointPropertiesFormat |
withProvisioningState(String provisioningState)
Set the provisioningState value.
|
ServiceEndpointPropertiesFormat |
withService(String service)
Set the service value.
|
public String service()
public ServiceEndpointPropertiesFormat withService(String service)
service - the service value to setpublic ServiceEndpointPropertiesFormat withLocations(List<String> locations)
locations - the locations value to setpublic String provisioningState()
public ServiceEndpointPropertiesFormat withProvisioningState(String provisioningState)
provisioningState - the provisioningState value to setCopyright © 2019. All rights reserved.