Condividi tramite


ServiceEndpointPolicyDefinitionPropertiesFormat Constructors

Definition

Overloads

Name Description
ServiceEndpointPolicyDefinitionPropertiesFormat()

Initializes a new instance of the ServiceEndpointPolicyDefinitionPropertiesFormat class.

ServiceEndpointPolicyDefinitionPropertiesFormat(String, String, IList<String>, String)

Initializes a new instance of the ServiceEndpointPolicyDefinitionPropertiesFormat class.

ServiceEndpointPolicyDefinitionPropertiesFormat()

Initializes a new instance of the ServiceEndpointPolicyDefinitionPropertiesFormat class.

public ServiceEndpointPolicyDefinitionPropertiesFormat();
Public Sub New ()

Applies to

ServiceEndpointPolicyDefinitionPropertiesFormat(String, String, IList<String>, String)

Initializes a new instance of the ServiceEndpointPolicyDefinitionPropertiesFormat class.

public ServiceEndpointPolicyDefinitionPropertiesFormat(string description = default, string service = default, System.Collections.Generic.IList<string> serviceResources = default, string provisioningState = default);
new Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.ServiceEndpointPolicyDefinitionPropertiesFormat : string * string * System.Collections.Generic.IList<string> * string -> Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.ServiceEndpointPolicyDefinitionPropertiesFormat
Public Sub New (Optional description As String = Nothing, Optional service As String = Nothing, Optional serviceResources As IList(Of String) = Nothing, Optional provisioningState As String = Nothing)

Parameters

description
String

A description for this rule. Restricted to 140 chars.

service
String

Service endpoint name.

serviceResources
IList<String>

A list of service resources.

provisioningState
String

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

Applies to