public class ServiceEndpointPropertiesFormat extends Object
| Constructor and Description |
|---|
ServiceEndpointPropertiesFormat() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
locations()
Get a list of locations.
|
String |
provisioningState()
Get the provisioning state of the resource.
|
String |
service()
Get the type of the endpoint service.
|
ServiceEndpointPropertiesFormat |
withLocations(List<String> locations)
Set a list of locations.
|
ServiceEndpointPropertiesFormat |
withProvisioningState(String provisioningState)
Set the provisioning state of the resource.
|
ServiceEndpointPropertiesFormat |
withService(String service)
Set the type of the endpoint service.
|
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 set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/