ServiceEndpointPolicy 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
ServiceEndpointPolicy() |
Initializes a new instance of the ServiceEndpointPolicy class. |
ServiceEndpointPolicy(String, String, String, String, IDictionary<String, String>, IList<ServiceEndpointPolicyDefinition>, IList<Subnet>, String, String, String) |
Initializes a new instance of the ServiceEndpointPolicy class. |
ServiceEndpointPolicy()
Initializes a new instance of the ServiceEndpointPolicy class.
public ServiceEndpointPolicy ();
Public Sub New ()
Applies to
ServiceEndpointPolicy(String, String, String, String, IDictionary<String, String>, IList<ServiceEndpointPolicyDefinition>, IList<Subnet>, String, String, String)
Initializes a new instance of the ServiceEndpointPolicy class.
public ServiceEndpointPolicy (string id = default, string name = default, string type = default, string location = default, System.Collections.Generic.IDictionary<string,string> tags = default, 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, string etag = default);
new Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.ServiceEndpointPolicy : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * 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 * string -> Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.ServiceEndpointPolicy
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional location As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional serviceEndpointPolicyDefinitions As IList(Of ServiceEndpointPolicyDefinition) = Nothing, Optional subnets As IList(Of Subnet) = Nothing, Optional resourceGuid As String = Nothing, Optional provisioningState As String = Nothing, Optional etag As String = Nothing)
Parameters
- id
- String
Resource ID.
- name
- String
Resource name.
- type
- String
Resource type.
- location
- String
Resource location.
- tags
- IDictionary<String,String>
Resource tags.
- 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'
- etag
- String
A unique read-only string that changes whenever the resource is updated.