AppServiceEnvironmentAddressResult Class

Definition

Describes main public IP address and any extra virtual IPs. Serialized Name: AddressResponse

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

Name Description
AppServiceEnvironmentAddressResult()

Initializes a new instance of AppServiceEnvironmentAddressResult.

Properties

Name Description
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. Serialized Name: AddressResponse.properties.internalIpAddress

Kind

Kind of resource. Serialized Name: AddressResponse.kind

Name

The name of the resource.

(Inherited from ResourceData)
OutboundIPAddresses

IP addresses appearing on outbound connections. Serialized Name: AddressResponse.properties.outboundIpAddresses

ResourceType

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

(Inherited from ResourceData)
ServiceIPAddress

Main public virtual IP. Serialized Name: AddressResponse.properties.serviceIpAddress

SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)
VirtualIPMappings

Additional virtual IPs. Serialized Name: AddressResponse.properties.vipMappings

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
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