WorkspaceProperties Class
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.
Workspaces resource specific properties.
public class WorkspaceProperties : Microsoft.Rest.Azure.IResource
type WorkspaceProperties = class
interface IResource
Public Class WorkspaceProperties
Implements IResource
- Inheritance
-
WorkspaceProperties
- Implements
Constructors
WorkspaceProperties() |
Initializes a new instance of the WorkspaceProperties class. |
WorkspaceProperties(String, IList<PrivateEndpointConnection>, String) |
Initializes a new instance of the WorkspaceProperties class. |
Properties
PrivateEndpointConnections |
Gets the list of private endpoint connections that are set up for this resource. |
ProvisioningState |
Gets or sets the provisioning state. Possible values include: 'Deleting', 'Succeeded', 'Creating', 'Accepted', 'Verifying', 'Updating', 'Failed', 'Canceled', 'Deprovisioned', 'Moving', 'Suspended', 'Warned', 'SystemMaintenance' |
PublicNetworkAccess |
Gets or sets 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