ServiceEndpointPropertiesFormat Constructors

Definition

Overloads

ServiceEndpointPropertiesFormat()

Initializes a new instance of the ServiceEndpointPropertiesFormat class.

ServiceEndpointPropertiesFormat(String, IList<String>, String)

Initializes a new instance of the ServiceEndpointPropertiesFormat class.

ServiceEndpointPropertiesFormat()

Initializes a new instance of the ServiceEndpointPropertiesFormat class.

public ServiceEndpointPropertiesFormat ();
Public Sub New ()

Applies to

ServiceEndpointPropertiesFormat(String, IList<String>, String)

Initializes a new instance of the ServiceEndpointPropertiesFormat class.

public ServiceEndpointPropertiesFormat (string service = default, System.Collections.Generic.IList<string> locations = default, string provisioningState = default);
new Microsoft.Azure.Management.Network.Models.ServiceEndpointPropertiesFormat : string * System.Collections.Generic.IList<string> * string -> Microsoft.Azure.Management.Network.Models.ServiceEndpointPropertiesFormat
Public Sub New (Optional service As String = Nothing, Optional locations As IList(Of String) = Nothing, Optional provisioningState As String = Nothing)

Parameters

service
String

The type of the endpoint service.

locations
IList<String>

A list of locations.

provisioningState
String

The provisioning state of the service endpoint resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'

Applies to