ServiceEndpointPolicyDefinitionPropertiesFormat Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
- provisioningState
- String
The provisioning state of the service endpoint policy definition resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'