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