HealthcareApisWorkspaceProperties 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 HealthcareApisWorkspaceProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.HealthcareApis.Models.HealthcareApisWorkspaceProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.HealthcareApis.Models.HealthcareApisWorkspaceProperties>
public class HealthcareApisWorkspaceProperties
type HealthcareApisWorkspaceProperties = class
interface IJsonModel<HealthcareApisWorkspaceProperties>
interface IPersistableModel<HealthcareApisWorkspaceProperties>
type HealthcareApisWorkspaceProperties = class
Public Class HealthcareApisWorkspaceProperties
Implements IJsonModel(Of HealthcareApisWorkspaceProperties), IPersistableModel(Of HealthcareApisWorkspaceProperties)
Public Class HealthcareApisWorkspaceProperties
- Inheritance
-
HealthcareApisWorkspaceProperties
- Implements
Constructors
HealthcareApisWorkspaceProperties() |
Initializes a new instance of HealthcareApisWorkspaceProperties. |
Properties
PrivateEndpointConnections |
The list of private endpoint connections that are set up for this resource. |
ProvisioningState |
The provisioning state. |
PublicNetworkAccess |
Control permission for data plane traffic coming from public networks while private endpoint is enabled. |
Explicit Interface Implementations
IJsonModel<HealthcareApisWorkspaceProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<HealthcareApisWorkspaceProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<HealthcareApisWorkspaceProperties>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<HealthcareApisWorkspaceProperties>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<HealthcareApisWorkspaceProperties>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET