Uses of Class
com.azure.resourcemanager.compute.fluent.models.DiskInner
Packages that use DiskInner
Package
Description
Package containing the service clients for ComputeManagementClient.
Package containing the inner data models for ComputeManagementClient.
Package containing the data models for ComputeManagementClient.
-
Uses of DiskInner in com.azure.resourcemanager.compute.fluent
Methods in com.azure.resourcemanager.compute.fluent that return DiskInnerModifier and TypeMethodDescriptionDisksClient.createOrUpdate(String resourceGroupName, String diskName, DiskInner disk) Creates or updates a disk.DisksClient.createOrUpdate(String resourceGroupName, String diskName, DiskInner disk, com.azure.core.util.Context context) Creates or updates a disk.DisksClient.getByResourceGroup(String resourceGroupName, String diskName) Gets information about a disk.DisksClient.update(String resourceGroupName, String diskName, DiskUpdate disk) Updates (patches) a disk.DisksClient.update(String resourceGroupName, String diskName, DiskUpdate disk, com.azure.core.util.Context context) Updates (patches) a disk.Methods in com.azure.resourcemanager.compute.fluent that return types with arguments of type DiskInnerModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<DiskInner>,DiskInner> DisksClient.beginCreateOrUpdate(String resourceGroupName, String diskName, DiskInner disk) Creates or updates a disk.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<DiskInner>,DiskInner> DisksClient.beginCreateOrUpdate(String resourceGroupName, String diskName, DiskInner disk) Creates or updates a disk.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<DiskInner>,DiskInner> DisksClient.beginCreateOrUpdate(String resourceGroupName, String diskName, DiskInner disk, com.azure.core.util.Context context) Creates or updates a disk.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<DiskInner>,DiskInner> DisksClient.beginCreateOrUpdate(String resourceGroupName, String diskName, DiskInner disk, com.azure.core.util.Context context) Creates or updates a disk.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<DiskInner>,DiskInner> DisksClient.beginCreateOrUpdateAsync(String resourceGroupName, String diskName, DiskInner disk) Creates or updates a disk.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<DiskInner>,DiskInner> DisksClient.beginCreateOrUpdateAsync(String resourceGroupName, String diskName, DiskInner disk) Creates or updates a disk.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<DiskInner>,DiskInner> DisksClient.beginUpdate(String resourceGroupName, String diskName, DiskUpdate disk) Updates (patches) a disk.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<DiskInner>,DiskInner> DisksClient.beginUpdate(String resourceGroupName, String diskName, DiskUpdate disk) Updates (patches) a disk.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<DiskInner>,DiskInner> DisksClient.beginUpdate(String resourceGroupName, String diskName, DiskUpdate disk, com.azure.core.util.Context context) Updates (patches) a disk.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<DiskInner>,DiskInner> DisksClient.beginUpdate(String resourceGroupName, String diskName, DiskUpdate disk, com.azure.core.util.Context context) Updates (patches) a disk.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<DiskInner>,DiskInner> DisksClient.beginUpdateAsync(String resourceGroupName, String diskName, DiskUpdate disk) Updates (patches) a disk.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<DiskInner>,DiskInner> DisksClient.beginUpdateAsync(String resourceGroupName, String diskName, DiskUpdate disk) Updates (patches) a disk.DisksClient.createOrUpdateAsync(String resourceGroupName, String diskName, DiskInner disk) Creates or updates a disk.DisksClient.getByResourceGroupAsync(String resourceGroupName, String diskName) Gets information about a disk.com.azure.core.http.rest.Response<DiskInner>DisksClient.getByResourceGroupWithResponse(String resourceGroupName, String diskName, com.azure.core.util.Context context) Gets information about a disk.DisksClient.getByResourceGroupWithResponseAsync(String resourceGroupName, String diskName) Gets information about a disk.com.azure.core.http.rest.PagedIterable<DiskInner>DisksClient.list()Lists all the disks under a subscription.com.azure.core.http.rest.PagedIterable<DiskInner>DisksClient.list(com.azure.core.util.Context context) Lists all the disks under a subscription.com.azure.core.http.rest.PagedFlux<DiskInner>DisksClient.listAsync()Lists all the disks under a subscription.com.azure.core.http.rest.PagedIterable<DiskInner>DisksClient.listByResourceGroup(String resourceGroupName) Lists all the disks under a resource group.com.azure.core.http.rest.PagedIterable<DiskInner>DisksClient.listByResourceGroup(String resourceGroupName, com.azure.core.util.Context context) Lists all the disks under a resource group.com.azure.core.http.rest.PagedFlux<DiskInner>DisksClient.listByResourceGroupAsync(String resourceGroupName) Lists all the disks under a resource group.DisksClient.updateAsync(String resourceGroupName, String diskName, DiskUpdate disk) Updates (patches) a disk.Methods in com.azure.resourcemanager.compute.fluent with parameters of type DiskInnerModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<DiskInner>,DiskInner> DisksClient.beginCreateOrUpdate(String resourceGroupName, String diskName, DiskInner disk) Creates or updates a disk.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<DiskInner>,DiskInner> DisksClient.beginCreateOrUpdate(String resourceGroupName, String diskName, DiskInner disk, com.azure.core.util.Context context) Creates or updates a disk.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<DiskInner>,DiskInner> DisksClient.beginCreateOrUpdateAsync(String resourceGroupName, String diskName, DiskInner disk) Creates or updates a disk.DisksClient.createOrUpdate(String resourceGroupName, String diskName, DiskInner disk) Creates or updates a disk.DisksClient.createOrUpdate(String resourceGroupName, String diskName, DiskInner disk, com.azure.core.util.Context context) Creates or updates a disk.DisksClient.createOrUpdateAsync(String resourceGroupName, String diskName, DiskInner disk) Creates or updates a disk.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>>DisksClient.createOrUpdateWithResponseAsync(String resourceGroupName, String diskName, DiskInner disk) Creates or updates a disk. -
Uses of DiskInner in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return DiskInnerModifier and TypeMethodDescriptionDiskInner.withBurstingEnabled(Boolean burstingEnabled) Set the burstingEnabled property: Set to true to enable bursting beyond the provisioned performance target of the disk.DiskInner.withCompletionPercent(Float completionPercent) Set the completionPercent property: Percentage complete for the background copy when a resource is created via the CopyStart operation.DiskInner.withCreationData(CreationData creationData) Set the creationData property: Disk source information.DiskInner.withDataAccessAuthMode(DataAccessAuthMode dataAccessAuthMode) Set the dataAccessAuthMode property: Additional authentication requirements when exporting or uploading to a disk or snapshot.DiskInner.withDiskAccessId(String diskAccessId) Set the diskAccessId property: ARM id of the DiskAccess resource for using private endpoints on disks.DiskInner.withDiskIopsReadOnly(Long diskIopsReadOnly) Set the diskIopsReadOnly property: The total number of IOPS that will be allowed across all VMs mounting the shared disk as ReadOnly.DiskInner.withDiskIopsReadWrite(Long diskIopsReadWrite) Set the diskIopsReadWrite property: The number of IOPS allowed for this disk; only settable for UltraSSD disks.DiskInner.withDiskMBpsReadOnly(Long diskMBpsReadOnly) Set the diskMBpsReadOnly property: The total throughput (MBps) that will be allowed across all VMs mounting the shared disk as ReadOnly.DiskInner.withDiskMBpsReadWrite(Long diskMBpsReadWrite) Set the diskMBpsReadWrite property: The bandwidth allowed for this disk; only settable for UltraSSD disks.DiskInner.withDiskSizeGB(Integer diskSizeGB) Set the diskSizeGB property: If creationData.createOption is Empty, this field is mandatory and it indicates the size of the disk to create.DiskInner.withEncryption(Encryption encryption) Set the encryption property: Encryption property can be used to encrypt data at rest with customer managed keys or platform managed keys.DiskInner.withEncryptionSettingsCollection(EncryptionSettingsCollection encryptionSettingsCollection) Set the encryptionSettingsCollection property: Encryption settings collection used for Azure Disk Encryption, can contain multiple encryption settings per disk or snapshot.DiskInner.withExtendedLocation(ExtendedLocation extendedLocation) Set the extendedLocation property: The extended location where the disk will be created.DiskInner.withHyperVGeneration(HyperVGeneration hyperVGeneration) Set the hyperVGeneration property: The hypervisor generation of the Virtual Machine.DiskInner.withLocation(String location) DiskInner.withMaxShares(Integer maxShares) Set the maxShares property: The maximum number of VMs that can attach to the disk at the same time.DiskInner.withNetworkAccessPolicy(NetworkAccessPolicy networkAccessPolicy) Set the networkAccessPolicy property: Policy for accessing the disk via network.DiskInner.withOptimizedForFrequentAttach(Boolean optimizedForFrequentAttach) Set the optimizedForFrequentAttach property: Setting this property to true improves reliability and performance of data disks that are frequently (more than 5 times a day) by detached from one virtual machine and attached to another.DiskInner.withOsType(OperatingSystemTypes osType) Set the osType property: The Operating System type.DiskInner.withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess) Set the publicNetworkAccess property: Policy for controlling export on the disk.DiskInner.withPurchasePlan(PurchasePlanAutoGenerated purchasePlan) Set the purchasePlan property: Purchase plan information for the the image from which the OS disk was created.DiskInner.withSecurityProfile(DiskSecurityProfile securityProfile) Set the securityProfile property: Contains the security related information for the resource.Set the sku property: The disks sku name.DiskInner.withSupportedCapabilities(SupportedCapabilities supportedCapabilities) Set the supportedCapabilities property: List of supported capabilities for the image from which the OS disk was created.DiskInner.withSupportsHibernation(Boolean supportsHibernation) Set the supportsHibernation property: Indicates the OS on a disk supports hibernation.Set the tier property: Performance tier of the disk (e.g, P4, S10) as described here: https://azure.microsoft.com/en-us/pricing/details/managed-disks/.Set the zones property: The Logical zone list for Disk. -
Uses of DiskInner in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return types with arguments of type DiskInnerMethod parameters in com.azure.resourcemanager.compute.models with type arguments of type DiskInner