ConnectionSharedKey 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.
Response for GetConnectionSharedKey API service call.
public class ConnectionSharedKey : Azure.ResourceManager.Network.Models.NetworkSubResource, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.Models.ConnectionSharedKey>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.Models.ConnectionSharedKey>
type ConnectionSharedKey = class
inherit NetworkSubResource
interface IJsonModel<ConnectionSharedKey>
interface IPersistableModel<ConnectionSharedKey>
Public Class ConnectionSharedKey
Inherits NetworkSubResource
Implements IJsonModel(Of ConnectionSharedKey), IPersistableModel(Of ConnectionSharedKey)
- Inheritance
- Implements
Constructors
ConnectionSharedKey(String) |
Initializes a new instance of ConnectionSharedKey. |
Properties
Id |
Resource ID. (Inherited from NetworkSubResource) |
Value |
The virtual network connection shared key value. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET