Uses of Class
com.azure.resourcemanager.compute.models.CloudServiceExtensionProfile
-
Packages that use CloudServiceExtensionProfile Package Description com.azure.resourcemanager.compute.models Package containing the data models for ComputeManagementClient. -
-
Uses of CloudServiceExtensionProfile in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return CloudServiceExtensionProfile Modifier and Type Method Description CloudServiceExtensionProfileCloudServiceProperties. extensionProfile()Get the extensionProfile property: Describes a cloud service extension profile.CloudServiceExtensionProfileCloudServiceExtensionProfile. withExtensions(List<Extension> extensions)Set the extensions property: List of extensions for the cloud service.Methods in com.azure.resourcemanager.compute.models with parameters of type CloudServiceExtensionProfile Modifier and Type Method Description CloudServicePropertiesCloudServiceProperties. withExtensionProfile(CloudServiceExtensionProfile extensionProfile)Set the extensionProfile property: Describes a cloud service extension profile.
-