2023-03-23 23:02:24 +03:00
|
|
|
### YamlMime:JavaType
|
|
|
|
uid: "com.azure.resourcemanager.avs.models.PlacementPolicy"
|
|
|
|
fullName: "com.azure.resourcemanager.avs.models.PlacementPolicy"
|
|
|
|
name: "PlacementPolicy"
|
|
|
|
nameWithType: "PlacementPolicy"
|
|
|
|
summary: "An immutable client-side representation of Placement<wbr>Policy."
|
|
|
|
syntax: "public interface **PlacementPolicy**"
|
|
|
|
methods:
|
|
|
|
- uid: "com.azure.resourcemanager.avs.models.PlacementPolicy.id()"
|
|
|
|
fullName: "com.azure.resourcemanager.avs.models.PlacementPolicy.id()"
|
|
|
|
name: "id()"
|
|
|
|
nameWithType: "PlacementPolicy.id()"
|
|
|
|
summary: "Gets the id property: Fully qualified resource Id for the resource."
|
|
|
|
modifiers:
|
|
|
|
- "abstract"
|
|
|
|
syntax: "public abstract String id()"
|
|
|
|
desc: "Gets the id property: Fully qualified resource Id for the resource."
|
|
|
|
returns:
|
|
|
|
description: "the id value."
|
|
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
|
|
- uid: "com.azure.resourcemanager.avs.models.PlacementPolicy.innerModel()"
|
|
|
|
fullName: "com.azure.resourcemanager.avs.models.PlacementPolicy.innerModel()"
|
|
|
|
name: "innerModel()"
|
|
|
|
nameWithType: "PlacementPolicy.innerModel()"
|
|
|
|
summary: "Gets the inner com.<wbr>azure.<wbr>resourcemanager.<wbr>avs.<wbr>fluent.<wbr>models.<wbr>Placement<wbr>Policy<wbr>Inner object."
|
|
|
|
modifiers:
|
|
|
|
- "abstract"
|
|
|
|
syntax: "public abstract PlacementPolicyInner innerModel()"
|
|
|
|
desc: "Gets the inner com.azure.resourcemanager.avs.fluent.models.PlacementPolicyInner object."
|
|
|
|
returns:
|
|
|
|
description: "the inner object."
|
|
|
|
type: "<xref href=\"com.azure.resourcemanager.avs.fluent.models.PlacementPolicyInner?alt=com.azure.resourcemanager.avs.fluent.models.PlacementPolicyInner&text=PlacementPolicyInner\" data-throw-if-not-resolved=\"False\" />"
|
|
|
|
- uid: "com.azure.resourcemanager.avs.models.PlacementPolicy.name()"
|
|
|
|
fullName: "com.azure.resourcemanager.avs.models.PlacementPolicy.name()"
|
|
|
|
name: "name()"
|
|
|
|
nameWithType: "PlacementPolicy.name()"
|
|
|
|
summary: "Gets the name property: The name of the resource."
|
|
|
|
modifiers:
|
|
|
|
- "abstract"
|
|
|
|
syntax: "public abstract String name()"
|
|
|
|
desc: "Gets the name property: The name of the resource."
|
|
|
|
returns:
|
|
|
|
description: "the name value."
|
|
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
|
|
- uid: "com.azure.resourcemanager.avs.models.PlacementPolicy.properties()"
|
|
|
|
fullName: "com.azure.resourcemanager.avs.models.PlacementPolicy.properties()"
|
|
|
|
name: "properties()"
|
|
|
|
nameWithType: "PlacementPolicy.properties()"
|
2024-09-12 07:59:27 +03:00
|
|
|
summary: "Gets the properties property: The resource-specific properties for this resource."
|
2023-03-23 23:02:24 +03:00
|
|
|
modifiers:
|
|
|
|
- "abstract"
|
|
|
|
syntax: "public abstract PlacementPolicyProperties properties()"
|
2024-09-12 07:59:27 +03:00
|
|
|
desc: "Gets the properties property: The resource-specific properties for this resource."
|
2023-03-23 23:02:24 +03:00
|
|
|
returns:
|
|
|
|
description: "the properties value."
|
|
|
|
type: "<xref href=\"com.azure.resourcemanager.avs.models.PlacementPolicyProperties?alt=com.azure.resourcemanager.avs.models.PlacementPolicyProperties&text=PlacementPolicyProperties\" data-throw-if-not-resolved=\"False\" />"
|
|
|
|
- uid: "com.azure.resourcemanager.avs.models.PlacementPolicy.refresh()"
|
|
|
|
fullName: "com.azure.resourcemanager.avs.models.PlacementPolicy.refresh()"
|
|
|
|
name: "refresh()"
|
|
|
|
nameWithType: "PlacementPolicy.refresh()"
|
|
|
|
summary: "Refreshes the resource to sync with Azure."
|
|
|
|
modifiers:
|
|
|
|
- "abstract"
|
|
|
|
syntax: "public abstract PlacementPolicy refresh()"
|
|
|
|
desc: "Refreshes the resource to sync with Azure."
|
|
|
|
returns:
|
|
|
|
description: "the refreshed resource."
|
|
|
|
type: "<xref href=\"com.azure.resourcemanager.avs.models.PlacementPolicy?alt=com.azure.resourcemanager.avs.models.PlacementPolicy&text=PlacementPolicy\" data-throw-if-not-resolved=\"False\" />"
|
|
|
|
- uid: "com.azure.resourcemanager.avs.models.PlacementPolicy.refresh(com.azure.core.util.Context)"
|
|
|
|
fullName: "com.azure.resourcemanager.avs.models.PlacementPolicy.refresh(Context context)"
|
|
|
|
name: "refresh(Context context)"
|
|
|
|
nameWithType: "PlacementPolicy.refresh(Context context)"
|
|
|
|
summary: "Refreshes the resource to sync with Azure."
|
|
|
|
modifiers:
|
|
|
|
- "abstract"
|
|
|
|
parameters:
|
|
|
|
- description: "The context to associate with this operation."
|
|
|
|
name: "context"
|
|
|
|
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
|
|
|
syntax: "public abstract PlacementPolicy refresh(Context context)"
|
|
|
|
desc: "Refreshes the resource to sync with Azure."
|
|
|
|
returns:
|
|
|
|
description: "the refreshed resource."
|
|
|
|
type: "<xref href=\"com.azure.resourcemanager.avs.models.PlacementPolicy?alt=com.azure.resourcemanager.avs.models.PlacementPolicy&text=PlacementPolicy\" data-throw-if-not-resolved=\"False\" />"
|
|
|
|
- uid: "com.azure.resourcemanager.avs.models.PlacementPolicy.resourceGroupName()"
|
|
|
|
fullName: "com.azure.resourcemanager.avs.models.PlacementPolicy.resourceGroupName()"
|
|
|
|
name: "resourceGroupName()"
|
|
|
|
nameWithType: "PlacementPolicy.resourceGroupName()"
|
|
|
|
summary: "Gets the name of the resource group."
|
|
|
|
modifiers:
|
|
|
|
- "abstract"
|
|
|
|
syntax: "public abstract String resourceGroupName()"
|
|
|
|
desc: "Gets the name of the resource group."
|
|
|
|
returns:
|
|
|
|
description: "the name of the resource group."
|
|
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
2024-09-12 07:59:27 +03:00
|
|
|
- uid: "com.azure.resourcemanager.avs.models.PlacementPolicy.systemData()"
|
|
|
|
fullName: "com.azure.resourcemanager.avs.models.PlacementPolicy.systemData()"
|
|
|
|
name: "systemData()"
|
|
|
|
nameWithType: "PlacementPolicy.systemData()"
|
|
|
|
summary: "Gets the system<wbr>Data property: Azure Resource Manager metadata containing created<wbr>By and modified<wbr>By information."
|
|
|
|
modifiers:
|
|
|
|
- "abstract"
|
|
|
|
syntax: "public abstract SystemData systemData()"
|
|
|
|
desc: "Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information."
|
|
|
|
returns:
|
|
|
|
description: "the systemData value."
|
|
|
|
type: "<xref href=\"com.azure.core.management.SystemData?alt=com.azure.core.management.SystemData&text=SystemData\" data-throw-if-not-resolved=\"False\" />"
|
2023-03-23 23:02:24 +03:00
|
|
|
- uid: "com.azure.resourcemanager.avs.models.PlacementPolicy.type()"
|
|
|
|
fullName: "com.azure.resourcemanager.avs.models.PlacementPolicy.type()"
|
|
|
|
name: "type()"
|
|
|
|
nameWithType: "PlacementPolicy.type()"
|
|
|
|
summary: "Gets the type property: The type of the resource."
|
|
|
|
modifiers:
|
|
|
|
- "abstract"
|
|
|
|
syntax: "public abstract String type()"
|
|
|
|
desc: "Gets the type property: The type of the resource."
|
|
|
|
returns:
|
|
|
|
description: "the type value."
|
|
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
|
|
- uid: "com.azure.resourcemanager.avs.models.PlacementPolicy.update()"
|
|
|
|
fullName: "com.azure.resourcemanager.avs.models.PlacementPolicy.update()"
|
|
|
|
name: "update()"
|
|
|
|
nameWithType: "PlacementPolicy.update()"
|
|
|
|
summary: "Begins update for the Placement<wbr>Policy resource."
|
|
|
|
modifiers:
|
|
|
|
- "abstract"
|
|
|
|
syntax: "public abstract PlacementPolicy.Update update()"
|
|
|
|
desc: "Begins update for the PlacementPolicy resource."
|
|
|
|
returns:
|
|
|
|
description: "the stage of resource update."
|
|
|
|
type: "<xref href=\"com.azure.resourcemanager.avs.models.PlacementPolicy.Update?alt=com.azure.resourcemanager.avs.models.PlacementPolicy.Update&text=Update\" data-throw-if-not-resolved=\"False\" />"
|
|
|
|
type: "interface"
|
|
|
|
desc: "An immutable client-side representation of PlacementPolicy."
|
|
|
|
metadata: {}
|
|
|
|
package: "com.azure.resourcemanager.avs.models"
|
2024-09-12 07:59:27 +03:00
|
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-avs:1.2.0
|