public class VirtualApplianceSiteInner
extends com.azure.core.management.SubResource
| Constructor and Description |
|---|
VirtualApplianceSiteInner() |
| Modifier and Type | Method and Description |
|---|---|
String |
addressPrefix()
Get the addressPrefix property: Address Prefix.
|
String |
etag()
Get the etag property: A unique read-only string that changes whenever the resource is updated.
|
String |
name()
Get the name property: Name of the virtual appliance site.
|
Office365PolicyProperties |
o365Policy()
Get the o365Policy property: Office 365 Policy.
|
ProvisioningState |
provisioningState()
Get the provisioningState property: The provisioning state of the resource.
|
String |
type()
Get the type property: Site type.
|
void |
validate()
Validates the instance.
|
VirtualApplianceSiteInner |
withAddressPrefix(String addressPrefix)
Set the addressPrefix property: Address Prefix.
|
VirtualApplianceSiteInner |
withId(String id) |
VirtualApplianceSiteInner |
withName(String name)
Set the name property: Name of the virtual appliance site.
|
VirtualApplianceSiteInner |
withO365Policy(Office365PolicyProperties o365Policy)
Set the o365Policy property: Office 365 Policy.
|
public String name()
public VirtualApplianceSiteInner withName(String name)
name - the name value to set.public String etag()
public String type()
public String addressPrefix()
public VirtualApplianceSiteInner withAddressPrefix(String addressPrefix)
addressPrefix - the addressPrefix value to set.public Office365PolicyProperties o365Policy()
public VirtualApplianceSiteInner withO365Policy(Office365PolicyProperties o365Policy)
o365Policy - the o365Policy value to set.public ProvisioningState provisioningState()
public VirtualApplianceSiteInner withId(String id)
withId in class com.azure.core.management.SubResourcepublic void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.