Uses of Class
com.azure.resourcemanager.containerservice.models.CreationData
Packages that use CreationData
Package
Description
Package containing the inner data models for ContainerServiceManagementClient.
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 CreationDataModifier and TypeMethodDescriptionAgentPoolInner.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.ManagedClusterAgentPoolProfileProperties.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.SnapshotInner.creationData()Get the creationData property: CreationData to be used to specify the source agent pool resource ID to create this snapshot.SnapshotProperties.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 CreationDataModifier and TypeMethodDescriptionAgentPoolInner.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.ManagedClusterAgentPoolProfileProperties.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.SnapshotInner.withCreationData(CreationData creationData) Set the creationData property: CreationData to be used to specify the source agent pool resource ID to create this snapshot.SnapshotProperties.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 CreationDataModifier and TypeMethodDescriptionCreationData.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 CreationDataModifier and TypeMethodDescriptionManagedClusterAgentPoolProfile.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.