CustomizationPolicy Interface

public interface CustomizationPolicy

An immutable client-side representation of CustomizationPolicy.

Method Summary

Modifier and Type Method and Description
abstract String description()

Gets the description property: Policy description.

abstract String id()

Gets the id property: Customization policy azure id.

abstract CustomizationPolicyInner innerModel()

Gets the inner com.azure.resourcemanager.vmwarecloudsimple.fluent.models.CustomizationPolicyInner object.

abstract String location()

Gets the location property: Azure region.

abstract String name()

Gets the name property: Customization policy name.

abstract String privateCloudId()

Gets the privateCloudId property: The Private cloud id.

abstract CustomizationSpecification specification()

Gets the specification property: Detailed customization policy specification.

abstract String type()

Gets the type property: The type property.

abstract CustomizationPolicyPropertiesType typePropertiesType()

Gets the typePropertiesType property: The type of customization (Linux or Windows).

abstract String version()

Gets the version property: Policy version.

Method Details

description

public abstract String description()

Gets the description property: Policy description.

Returns:

the description value.

id

public abstract String id()

Gets the id property: Customization policy azure id.

Returns:

the id value.

innerModel

public abstract CustomizationPolicyInner innerModel()

Gets the inner com.azure.resourcemanager.vmwarecloudsimple.fluent.models.CustomizationPolicyInner object.

Returns:

the inner object.

location

public abstract String location()

Gets the location property: Azure region.

Returns:

the location value.

name

public abstract String name()

Gets the name property: Customization policy name.

Returns:

the name value.

privateCloudId

public abstract String privateCloudId()

Gets the privateCloudId property: The Private cloud id.

Returns:

the privateCloudId value.

specification

public abstract CustomizationSpecification specification()

Gets the specification property: Detailed customization policy specification.

Returns:

the specification value.

type

public abstract String type()

Gets the type property: The type property.

Returns:

the type value.

typePropertiesType

public abstract CustomizationPolicyPropertiesType typePropertiesType()

Gets the typePropertiesType property: The type of customization (Linux or Windows).

Returns:

the typePropertiesType value.

version

public abstract String version()

Gets the version property: Policy version.

Returns:

the version value.

Applies to

Azure SDK for Java

Preview