ServiceEndpointPolicyDefinition 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
ServiceEndpointPolicyDefinition() |
Initializes a new instance of the ServiceEndpointPolicyDefinition class. |
ServiceEndpointPolicyDefinition(String, String, String, IList<String>, String, String, String, String) |
Initializes a new instance of the ServiceEndpointPolicyDefinition class. |
ServiceEndpointPolicyDefinition()
Initializes a new instance of the ServiceEndpointPolicyDefinition class.
public ServiceEndpointPolicyDefinition ();
Public Sub New ()
Applies to
ServiceEndpointPolicyDefinition(String, String, String, IList<String>, String, String, String, String)
Initializes a new instance of the ServiceEndpointPolicyDefinition class.
public ServiceEndpointPolicyDefinition (string id = default, string description = default, string service = default, System.Collections.Generic.IList<string> serviceResources = default, string provisioningState = default, string name = default, string etag = default, string type = default);
new Microsoft.Azure.Management.Network.Models.ServiceEndpointPolicyDefinition : string * string * string * System.Collections.Generic.IList<string> * string * string * string * string -> Microsoft.Azure.Management.Network.Models.ServiceEndpointPolicyDefinition
Public Sub New (Optional id As String = Nothing, Optional description As String = Nothing, Optional service As String = Nothing, Optional serviceResources As IList(Of String) = Nothing, Optional provisioningState As String = Nothing, Optional name As String = Nothing, Optional etag As String = Nothing, Optional type As String = Nothing)
Parameters
- id
- String
Resource ID.
- 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'
- name
- String
The name of the resource that is unique within a resource group. This name can be used to access the resource.
- etag
- String
A unique read-only string that changes whenever the resource is updated.
- type
- String
The type of the resource.