Compartilhar via


VirtualApplianceSite Class

Virtual Appliance Site resource.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.network.models._models_py3.SubResource
VirtualApplianceSite

Constructor

VirtualApplianceSite(*, id: str | None = None, name: str | None = None, address_prefix: str | None = None, o365_policy: _models.Office365PolicyProperties | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
id
str

Resource ID.

name
str

Name of the virtual appliance site.

address_prefix
str

Address Prefix.

o365_policy

Office 365 Policy.

Variables

Name Description
id
str

Resource ID.

name
str

Name of the virtual appliance site.

etag
str

A unique read-only string that changes whenever the resource is updated.

type
str

Site type.

address_prefix
str

Address Prefix.

o365_policy

Office 365 Policy.

provisioning_state

The provisioning state of the resource. Known values are: "Failed", "Succeeded", "Canceled", "Creating", "Updating", and "Deleting".