DatabaseWatcherSharedPrivateLinkResourceProperties 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.
The generic properties of a Shared Private Link resource.
public class DatabaseWatcherSharedPrivateLinkResourceProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DatabaseWatcher.Models.DatabaseWatcherSharedPrivateLinkResourceProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DatabaseWatcher.Models.DatabaseWatcherSharedPrivateLinkResourceProperties>
type DatabaseWatcherSharedPrivateLinkResourceProperties = class
interface IJsonModel<DatabaseWatcherSharedPrivateLinkResourceProperties>
interface IPersistableModel<DatabaseWatcherSharedPrivateLinkResourceProperties>
Public Class DatabaseWatcherSharedPrivateLinkResourceProperties
Implements IJsonModel(Of DatabaseWatcherSharedPrivateLinkResourceProperties), IPersistableModel(Of DatabaseWatcherSharedPrivateLinkResourceProperties)
- Inheritance
-
DatabaseWatcherSharedPrivateLinkResourceProperties
- Implements
Constructors
DatabaseWatcherSharedPrivateLinkResourceProperties(ResourceIdentifier, String, String) |
Initializes a new instance of DatabaseWatcherSharedPrivateLinkResourceProperties. |
Properties
DnsZone |
The DNS zone segment to be included in the DNS name of the shared private link. Value is required for Azure Data Explorer clusters and SQL managed instances, and must be omitted for SQL logical servers and key vaults. The value is the second segment of the host FQDN name of the resource that the shared private link resource is for. For example: if the host name is 'adx-cluster-21187695.eastus.kusto.windows.net', then the value is 'eastus'; if the host name is 'sql-mi-23961134.767d5869f605.database.windows.net', then the value is '767d5869f605'. |
GroupId |
The group id from the provider of resource the shared private link resource is for. |
PrivateLinkResourceId |
The resource ID of the resource the shared private link resource is for. |
ProvisioningState |
The provisioning state of the resource. |
RequestMessage |
The request message for requesting approval of the shared private link resource. |
Status |
Status of the shared private link resource. Can be Pending, Approved, Rejected or Disconnected. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<DatabaseWatcherSharedPrivateLinkResourceProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<DatabaseWatcherSharedPrivateLinkResourceProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<DatabaseWatcherSharedPrivateLinkResourceProperties>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<DatabaseWatcherSharedPrivateLinkResourceProperties>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<DatabaseWatcherSharedPrivateLinkResourceProperties>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |