GetVpnSitesConfigurationContent 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.
List of Vpn-Sites.
public class GetVpnSitesConfigurationContent : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.Models.GetVpnSitesConfigurationContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.Models.GetVpnSitesConfigurationContent>
public class GetVpnSitesConfigurationContent
type GetVpnSitesConfigurationContent = class
interface IJsonModel<GetVpnSitesConfigurationContent>
interface IPersistableModel<GetVpnSitesConfigurationContent>
type GetVpnSitesConfigurationContent = class
Public Class GetVpnSitesConfigurationContent
Implements IJsonModel(Of GetVpnSitesConfigurationContent), IPersistableModel(Of GetVpnSitesConfigurationContent)
Public Class GetVpnSitesConfigurationContent
- Inheritance
-
GetVpnSitesConfigurationContent
- Implements
Constructors
GetVpnSitesConfigurationContent(Uri) |
Initializes a new instance of GetVpnSitesConfigurationContent. |
Properties
OutputBlobSasUri |
The sas-url to download the configurations for vpn-sites. |
VpnSites |
List of resource-ids of the vpn-sites for which config is to be downloaded. |
Explicit Interface Implementations
IJsonModel<GetVpnSitesConfigurationContent>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<GetVpnSitesConfigurationContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<GetVpnSitesConfigurationContent>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<GetVpnSitesConfigurationContent>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<GetVpnSitesConfigurationContent>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET