AppServiceEnvironmentAddressResult Class

Definition

Describes main public IP address and any extra virtual IPs.

public class AppServiceEnvironmentAddressResult : Azure.ResourceManager.Models.ResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppService.Models.AppServiceEnvironmentAddressResult>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppService.Models.AppServiceEnvironmentAddressResult>
type AppServiceEnvironmentAddressResult = class
    inherit ResourceData
    interface IJsonModel<AppServiceEnvironmentAddressResult>
    interface IPersistableModel<AppServiceEnvironmentAddressResult>
Public Class AppServiceEnvironmentAddressResult
Inherits ResourceData
Implements IJsonModel(Of AppServiceEnvironmentAddressResult), IPersistableModel(Of AppServiceEnvironmentAddressResult)
Inheritance
AppServiceEnvironmentAddressResult
Implements

Constructors

AppServiceEnvironmentAddressResult()

Initializes a new instance of AppServiceEnvironmentAddressResult.

Properties

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

(Inherited from ResourceData)
InternalIPAddress

Virtual Network internal IP address of the App Service Environment if it is in internal load-balancing mode.

Kind

Kind of resource.

Name

The name of the resource.

(Inherited from ResourceData)
OutboundIPAddresses

IP addresses appearing on outbound connections.

ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

(Inherited from ResourceData)
ServiceIPAddress

Main public virtual IP.

SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)
VirtualIPMappings

Additional virtual IPs.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) (Inherited from ResourceData)

Explicit Interface Implementations

IJsonModel<AppServiceEnvironmentAddressResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AppServiceEnvironmentAddressResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AppServiceEnvironmentAddressResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AppServiceEnvironmentAddressResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AppServiceEnvironmentAddressResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to