Uses of Class
com.azure.resourcemanager.containerservice.models.CreationData
-
Packages that use CreationData Package Description com.azure.resourcemanager.containerservice.fluent.models Package containing the inner data models for ContainerServiceManagementClient.com.azure.resourcemanager.containerservice.models Package containing the data models for ContainerServiceManagementClient. -
-
Uses of CreationData in com.azure.resourcemanager.containerservice.fluent.models
Methods in com.azure.resourcemanager.containerservice.fluent.models that return CreationData Modifier and Type Method Description CreationDataAgentPoolInner. creationData()Get the creationData property: CreationData to be used to specify the source Snapshot ID if the node pool will be created/upgraded using a snapshot.CreationDataManagedClusterAgentPoolProfileProperties. creationData()Get the creationData property: CreationData to be used to specify the source Snapshot ID if the node pool will be created/upgraded using a snapshot.CreationDataSnapshotInner. creationData()Get the creationData property: CreationData to be used to specify the source agent pool resource ID to create this snapshot.CreationDataSnapshotProperties. creationData()Get the creationData property: CreationData to be used to specify the source agent pool resource ID to create this snapshot.Methods in com.azure.resourcemanager.containerservice.fluent.models with parameters of type CreationData Modifier and Type Method Description AgentPoolInnerAgentPoolInner. withCreationData(CreationData creationData)Set the creationData property: CreationData to be used to specify the source Snapshot ID if the node pool will be created/upgraded using a snapshot.ManagedClusterAgentPoolProfilePropertiesManagedClusterAgentPoolProfileProperties. withCreationData(CreationData creationData)Set the creationData property: CreationData to be used to specify the source Snapshot ID if the node pool will be created/upgraded using a snapshot.SnapshotInnerSnapshotInner. withCreationData(CreationData creationData)Set the creationData property: CreationData to be used to specify the source agent pool resource ID to create this snapshot.SnapshotPropertiesSnapshotProperties. withCreationData(CreationData creationData)Set the creationData property: CreationData to be used to specify the source agent pool resource ID to create this snapshot. -
Uses of CreationData in com.azure.resourcemanager.containerservice.models
Methods in com.azure.resourcemanager.containerservice.models that return CreationData Modifier and Type Method Description CreationDataCreationData. withSourceResourceId(String sourceResourceId)Set the sourceResourceId property: This is the ARM ID of the source object to be used to create the target object.Methods in com.azure.resourcemanager.containerservice.models with parameters of type CreationData Modifier and Type Method Description ManagedClusterAgentPoolProfileManagedClusterAgentPoolProfile. withCreationData(CreationData creationData)Set the creationData property: CreationData to be used to specify the source Snapshot ID if the node pool will be created/upgraded using a snapshot.
-