ArmApplicationPackageSupportUris Class

Definition

The appliance package support URLs.

public class ArmApplicationPackageSupportUris : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Resources.Models.ArmApplicationPackageSupportUris>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Resources.Models.ArmApplicationPackageSupportUris>
public class ArmApplicationPackageSupportUris
type ArmApplicationPackageSupportUris = class
    interface IJsonModel<ArmApplicationPackageSupportUris>
    interface IPersistableModel<ArmApplicationPackageSupportUris>
type ArmApplicationPackageSupportUris = class
Public Class ArmApplicationPackageSupportUris
Implements IJsonModel(Of ArmApplicationPackageSupportUris), IPersistableModel(Of ArmApplicationPackageSupportUris)
Public Class ArmApplicationPackageSupportUris
Inheritance
ArmApplicationPackageSupportUris
Implements

Properties

AzureGovernmentUri

The government cloud support URL.

AzurePublicCloudUri

The public azure support URL.

Explicit Interface Implementations

IJsonModel<ArmApplicationPackageSupportUris>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ArmApplicationPackageSupportUris>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ArmApplicationPackageSupportUris>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ArmApplicationPackageSupportUris>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ArmApplicationPackageSupportUris>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to