ServiceEndpointPolicyInner 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
ServiceEndpointPolicyInner() |
Initializes a new instance of the ServiceEndpointPolicyInner class. |
ServiceEndpointPolicyInner(String, String, String, String, IDictionary<String, String>, IList<ServiceEndpointPolicyDefinitionInner>, IList<SubnetInner>, String, ProvisioningState, String) |
Initializes a new instance of the ServiceEndpointPolicyInner class. |
ServiceEndpointPolicyInner()
Initializes a new instance of the ServiceEndpointPolicyInner class.
public ServiceEndpointPolicyInner ();
Public Sub New ()
Applies to
ServiceEndpointPolicyInner(String, String, String, String, IDictionary<String, String>, IList<ServiceEndpointPolicyDefinitionInner>, IList<SubnetInner>, String, ProvisioningState, String)
Initializes a new instance of the ServiceEndpointPolicyInner class.
public ServiceEndpointPolicyInner (string location = default, string id = default, string name = default, string type = default, System.Collections.Generic.IDictionary<string,string> tags = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.ServiceEndpointPolicyDefinitionInner> serviceEndpointPolicyDefinitions = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.SubnetInner> subnets = default, string resourceGuid = default, Microsoft.Azure.Management.Network.Fluent.Models.ProvisioningState provisioningState = default, string etag = default);
new Microsoft.Azure.Management.Network.Fluent.Models.ServiceEndpointPolicyInner : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.ServiceEndpointPolicyDefinitionInner> * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Fluent.Models.SubnetInner> * string * Microsoft.Azure.Management.Network.Fluent.Models.ProvisioningState * string -> Microsoft.Azure.Management.Network.Fluent.Models.ServiceEndpointPolicyInner
Public Sub New (Optional location As String = Nothing, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional serviceEndpointPolicyDefinitions As IList(Of ServiceEndpointPolicyDefinitionInner) = Nothing, Optional subnets As IList(Of SubnetInner) = Nothing, Optional resourceGuid As String = Nothing, Optional provisioningState As ProvisioningState = Nothing, Optional etag As String = Nothing)
Parameters
- location
- String
- id
- String
- name
- String
- type
- String
- tags
- IDictionary<String,String>
- serviceEndpointPolicyDefinitions
- IList<ServiceEndpointPolicyDefinitionInner>
A collection of service endpoint policy definitions of the service endpoint policy.
- subnets
- IList<SubnetInner>
A collection of references to subnets.
- resourceGuid
- String
The resource GUID property of the service endpoint policy resource.
- provisioningState
- ProvisioningState
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.