-
Notifications
You must be signed in to change notification settings - Fork 245
/
com.microsoft.azure.management.compute.Disk.DefinitionStages.WithCreateAndSize.yml
37 lines (36 loc) · 2.38 KB
/
com.microsoft.azure.management.compute.Disk.DefinitionStages.WithCreateAndSize.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
### YamlMime:JavaType
inheritedMembers:
- com.microsoft.azure.management.resources.fluentcore.model.Creatable.create()
- com.microsoft.azure.management.resources.fluentcore.model.Creatable.createAsync(final ServiceCallback<T>)
- com.microsoft.azure.management.resources.fluentcore.model.Creatable.createAsync()
- com.microsoft.azure.management.resources.fluentcore.model.Indexable.key()
- com.microsoft.azure.management.resources.fluentcore.arm.models.HasName.name()
- com.microsoft.azure.management.compute.Disk.DefinitionStages.WithAvailabilityZone.withAvailabilityZone(AvailabilityZoneId)
- com.microsoft.azure.management.compute.Disk.DefinitionStages.WithSku.withSku(DiskSkuTypes)
- com.microsoft.azure.management.resources.fluentcore.arm.models.Resource.DefinitionWithTags.withTag(String,String)
- com.microsoft.azure.management.resources.fluentcore.arm.models.Resource.DefinitionWithTags.withTags(Map<String, String>)
methods:
- fullName: com.microsoft.azure.management.compute.Disk.DefinitionStages.WithCreateAndSize.withSizeInGB(int sizeInGB)
name: withSizeInGB(int sizeInGB)
nameWithType: Disk.DefinitionStages.WithCreateAndSize.withSizeInGB(int sizeInGB)
parameters:
- description: <p>the disk size in GB </p>
name: sizeInGB
type: <xref href="int?alt=int&text=int" data-throw-if-not-resolved="False"/>
returns:
description: <p>the next stage of the definition </p>
type: <xref href="com.microsoft.azure.management.compute.Disk.DefinitionStages.WithCreateAndSize?alt=com.microsoft.azure.management.compute.Disk.DefinitionStages.WithCreateAndSize&text=Disk.DefinitionStages.WithCreateAndSize" data-throw-if-not-resolved="False"/>
summary: >-
<p>Specifies the disk size.</p>
<p></p>
syntax: public WithCreateAndSize withSizeInGB(int sizeInGB)
uid: com.microsoft.azure.management.compute.Disk.DefinitionStages.WithCreateAndSize.withSizeInGB(int)
nameWithType: Disk.DefinitionStages.WithCreateAndSize
syntax: public interface WithCreateAndSize extends Disk.DefinitionStages.WithCreate
type: interface
uid: com.microsoft.azure.management.compute.Disk.DefinitionStages.WithCreateAndSize
fullName: com.microsoft.azure.management.compute.Disk.DefinitionStages.WithCreateAndSize
name: Disk.DefinitionStages.WithCreateAndSize
package: com.microsoft.azure.management.compute
summary: <p>The stage of the managed disk definition allowing to create the disk or optionally specify size. </p>
metadata: {}