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

29 строки
1.5 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.resources.fluentcore.model.Updatable"
fullName: "com.microsoft.azure.management.resources.fluentcore.model.Updatable<T>"
name: "Updatable<T>"
nameWithType: "Updatable<T>"
summary: "Base class for resource that can be updated."
syntax: "public interface **Updatable<T>**"
methods:
- uid: "com.microsoft.azure.management.resources.fluentcore.model.Updatable.update()"
fullName: "com.microsoft.azure.management.resources.fluentcore.model.Updatable<T>.update()"
name: "update()"
nameWithType: "Updatable<T>.update()"
summary: "Begins an update for a new resource."
modifiers:
- "abstract"
syntax: "public abstract T update()"
desc: "Begins an update for a new resource.\n\nThis is the beginning of the builder pattern used to update top level resources in Azure. The final method completing the definition and starting the actual resource creation process in Azure is <xref uid=\"com.microsoft.azure.management.resources.fluentcore.model.Appliable.apply()\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Appliable#apply()\"></xref>."
returns:
description: "the stage of new resource update"
type: "<xref href=\"T?alt=T&text=T\" data-throw-if-not-resolved=\"False\" />"
type: "interface"
typeParameters:
- description: "the fluent type of the resource"
name: "T"
desc: "Base class for resource that can be updated."
metadata: {}
package: "com.microsoft.azure.management.resources.fluentcore.model"
artifact: com.microsoft.azure:azure-mgmt-resources:1.41.4