HybridComputePrivateLinkScopeProperties 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.
Properties that define a Azure Arc PrivateLinkScope resource.
public class HybridComputePrivateLinkScopeProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.HybridCompute.Models.HybridComputePrivateLinkScopeProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.HybridCompute.Models.HybridComputePrivateLinkScopeProperties>
type HybridComputePrivateLinkScopeProperties = class
interface IJsonModel<HybridComputePrivateLinkScopeProperties>
interface IPersistableModel<HybridComputePrivateLinkScopeProperties>
Public Class HybridComputePrivateLinkScopeProperties
Implements IJsonModel(Of HybridComputePrivateLinkScopeProperties), IPersistableModel(Of HybridComputePrivateLinkScopeProperties)
- Inheritance
-
HybridComputePrivateLinkScopeProperties
- Implements
Constructors
HybridComputePrivateLinkScopeProperties() |
Initializes a new instance of HybridComputePrivateLinkScopeProperties. |
Properties
PrivateEndpointConnections |
The collection of associated Private Endpoint Connections. |
PrivateLinkScopeId |
The Guid id of the private link scope. |
ProvisioningState |
Current state of this PrivateLinkScope: whether or not is has been provisioned within the resource group it is defined. Users cannot change this value but are able to read from it. Values will include Provisioning ,Succeeded, Canceled and Failed. |
PublicNetworkAccess |
Indicates whether machines associated with the private link scope can also use public Azure Arc service endpoints. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<HybridComputePrivateLinkScopeProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<HybridComputePrivateLinkScopeProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<HybridComputePrivateLinkScopeProperties>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<HybridComputePrivateLinkScopeProperties>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<HybridComputePrivateLinkScopeProperties>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET