azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

29 строки
1.8 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.resources.fluentcore.model.Settable"
fullName: "com.microsoft.azure.management.resources.fluentcore.model.Settable<ParentT>"
name: "Settable<ParentT>"
nameWithType: "Settable<ParentT>"
summary: "The base interface for all template interfaces for child resources that support update operations."
syntax: "public interface **Settable<ParentT>**"
methods:
- uid: "com.microsoft.azure.management.resources.fluentcore.model.Settable.parent()"
fullName: "com.microsoft.azure.management.resources.fluentcore.model.Settable<ParentT>.parent()"
name: "parent()"
nameWithType: "Settable<ParentT>.parent()"
summary: "Begins an update for a child resource."
modifiers:
- "abstract"
syntax: "public abstract ParentT parent()"
desc: "Begins an update for a child resource.\n\nThis is the beginning of the builder pattern used to update child resources The final method completing the update and continue the actual parent resource update process in Azure is <xref uid=\"com.microsoft.azure.management.resources.fluentcore.model.Settable.parent()\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Settable#parent()\"></xref>."
returns:
description: "the stage of parent resource update"
type: "<xref href=\"ParentT?alt=ParentT&text=ParentT\" data-throw-if-not-resolved=\"False\" />"
type: "interface"
typeParameters:
- description: "the parent definition <xref uid=\"Settable#parent()\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Settable#parent()\"></xref> returns to"
name: "ParentT"
desc: "The base interface for all template interfaces for child resources that support update operations."
metadata: {}
package: "com.microsoft.azure.management.resources.fluentcore.model"
artifact: com.microsoft.azure:azure-mgmt-resources:1.41.4