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>
public class ConnectionSharedKey : Azure.ResourceManager.Network.Models.NetworkSubResource
type ConnectionSharedKey = class
inherit NetworkSubResource
interface IJsonModel<ConnectionSharedKey>
interface IPersistableModel<ConnectionSharedKey>
type ConnectionSharedKey = class
inherit NetworkSubResource
Public Class ConnectionSharedKey
Inherits NetworkSubResource
Implements IJsonModel(Of ConnectionSharedKey), IPersistableModel(Of ConnectionSharedKey)
Public Class ConnectionSharedKey
Inherits NetworkSubResource
- 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. |
Explicit Interface Implementations
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET