共用方式為


WorkspaceProperties Constructors

Definition

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