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

22 строки
1.5 KiB
YAML

### YamlMime:JavaType
inheritedMembers:
- com.microsoft.azure.management.resources.fluentcore.model.Appliable.apply()
- com.microsoft.azure.management.resources.fluentcore.model.Appliable.applyAsync()
- com.microsoft.azure.management.resources.fluentcore.model.Appliable.applyAsync(final ServiceCallback<T>)
- com.microsoft.azure.management.resources.fluentcore.model.Indexable.key()
- com.microsoft.azure.management.compute.Disk.UpdateStages.WithOSSettings.withOSType(OperatingSystemTypes)
- com.microsoft.azure.management.resources.fluentcore.arm.models.Resource.UpdateWithTags.withoutTag(String)
- com.microsoft.azure.management.compute.Disk.UpdateStages.WithSize.withSizeInGB(int)
- com.microsoft.azure.management.compute.Disk.UpdateStages.WithSku.withSku(DiskSkuTypes)
- com.microsoft.azure.management.resources.fluentcore.arm.models.Resource.UpdateWithTags.withTag(String,String)
- com.microsoft.azure.management.resources.fluentcore.arm.models.Resource.UpdateWithTags.withTags(Map<String, String>)
nameWithType: Disk.Update
syntax: public interface Update extends Appliable<Disk>,Resource.UpdateWithTags<Disk.Update>,Disk.UpdateStages.WithSku,Disk.UpdateStages.WithSize,Disk.UpdateStages.WithOSSettings
type: interface
uid: com.microsoft.azure.management.compute.Disk.Update
fullName: com.microsoft.azure.management.compute.Disk.Update
name: Disk.Update
package: com.microsoft.azure.management.compute
summary: <p>The template for an update operation, containing all the settings that can be modified. </p>
metadata: {}