StoragePrivateLinkServiceConnectionState 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.
A collection of information about the state of the connection between service consumer and provider.
public class StoragePrivateLinkServiceConnectionState : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Storage.Models.StoragePrivateLinkServiceConnectionState>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Storage.Models.StoragePrivateLinkServiceConnectionState>
public class StoragePrivateLinkServiceConnectionState
type StoragePrivateLinkServiceConnectionState = class
interface IJsonModel<StoragePrivateLinkServiceConnectionState>
interface IPersistableModel<StoragePrivateLinkServiceConnectionState>
type StoragePrivateLinkServiceConnectionState = class
Public Class StoragePrivateLinkServiceConnectionState
Implements IJsonModel(Of StoragePrivateLinkServiceConnectionState), IPersistableModel(Of StoragePrivateLinkServiceConnectionState)
Public Class StoragePrivateLinkServiceConnectionState
- Inheritance
-
StoragePrivateLinkServiceConnectionState
- Implements
Constructors
StoragePrivateLinkServiceConnectionState() |
Initializes a new instance of StoragePrivateLinkServiceConnectionState. |
Properties
ActionRequired |
A message indicating if changes on the service provider require any updates on the consumer. |
Description |
The reason for approval/rejection of the connection. |
Status |
Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service. |
Explicit Interface Implementations
IJsonModel<StoragePrivateLinkServiceConnectionState>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<StoragePrivateLinkServiceConnectionState>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<StoragePrivateLinkServiceConnectionState>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<StoragePrivateLinkServiceConnectionState>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<StoragePrivateLinkServiceConnectionState>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET