WorkspaceProperties 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
WorkspaceProperties() |
Initializes a new instance of the WorkspaceProperties class. |
WorkspaceProperties(String, IList<PrivateEndpointConnection>, String) |
Initializes a new instance of the WorkspaceProperties class. |
WorkspaceProperties()
Initializes a new instance of the WorkspaceProperties class.
public WorkspaceProperties ();
Public Sub New ()
Applies to
WorkspaceProperties(String, IList<PrivateEndpointConnection>, String)
Initializes a new instance of the WorkspaceProperties class.
public WorkspaceProperties (string provisioningState = default, System.Collections.Generic.IList<Microsoft.Azure.Management.HealthcareApis.Models.PrivateEndpointConnection> privateEndpointConnections = default, string publicNetworkAccess = default);
new Microsoft.Azure.Management.HealthcareApis.Models.WorkspaceProperties : string * System.Collections.Generic.IList<Microsoft.Azure.Management.HealthcareApis.Models.PrivateEndpointConnection> * string -> Microsoft.Azure.Management.HealthcareApis.Models.WorkspaceProperties
Public Sub New (Optional provisioningState As String = Nothing, Optional privateEndpointConnections As IList(Of PrivateEndpointConnection) = Nothing, Optional publicNetworkAccess As String = Nothing)
Parameters
- provisioningState
- String
The provisioning state. Possible values include: 'Deleting', 'Succeeded', 'Creating', 'Accepted', 'Verifying', 'Updating', 'Failed', 'Canceled', 'Deprovisioned', 'Moving', 'Suspended', 'Warned', 'SystemMaintenance'
- privateEndpointConnections
- IList<PrivateEndpointConnection>
The list of private endpoint connections that are set up for this resource.
- publicNetworkAccess
- String
Control permission for data plane traffic coming from public networks while private endpoint is enabled. Possible values include: 'Enabled', 'Disabled'
Applies to
Azure SDK for .NET