ServiceEndpointPolicyPropertiesFormat 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 |
|---|---|
| ServiceEndpointPolicyPropertiesFormat() |
Initializes a new instance of the ServiceEndpointPolicyPropertiesFormat class. |
| ServiceEndpointPolicyPropertiesFormat(IList<ServiceEndpointPolicyDefinition>, IList<Subnet>, String, String) |
Initializes a new instance of the ServiceEndpointPolicyPropertiesFormat class. |
ServiceEndpointPolicyPropertiesFormat()
Initializes a new instance of the ServiceEndpointPolicyPropertiesFormat class.
public ServiceEndpointPolicyPropertiesFormat();
Public Sub New ()
Applies to
ServiceEndpointPolicyPropertiesFormat(IList<ServiceEndpointPolicyDefinition>, IList<Subnet>, String, String)
Initializes a new instance of the ServiceEndpointPolicyPropertiesFormat class.
public ServiceEndpointPolicyPropertiesFormat(System.Collections.Generic.IList<Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.ServiceEndpointPolicyDefinition> serviceEndpointPolicyDefinitions = default, System.Collections.Generic.IList<Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.Subnet> subnets = default, string resourceGuid = default, string provisioningState = default);
new Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.ServiceEndpointPolicyPropertiesFormat : System.Collections.Generic.IList<Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.ServiceEndpointPolicyDefinition> * System.Collections.Generic.IList<Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.Subnet> * string * string -> Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.ServiceEndpointPolicyPropertiesFormat
Public Sub New (Optional serviceEndpointPolicyDefinitions As IList(Of ServiceEndpointPolicyDefinition) = Nothing, Optional subnets As IList(Of Subnet) = Nothing, Optional resourceGuid As String = Nothing, Optional provisioningState As String = Nothing)
Parameters
- serviceEndpointPolicyDefinitions
- IList<ServiceEndpointPolicyDefinition>
A collection of service endpoint policy definitions of the service endpoint policy.
- resourceGuid
- String
The resource GUID property of the service endpoint policy resource.
- provisioningState
- String
The provisioning state of the service endpoint policy resource. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed'