Uses of Class
com.azure.resourcemanager.compute.models.CloudServiceExtensionProfile
Packages that use CloudServiceExtensionProfile
Package
Description
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 CloudServiceExtensionProfileModifier and TypeMethodDescriptionCloudServiceProperties.extensionProfile()Get the extensionProfile property: Describes a cloud service extension profile.static CloudServiceExtensionProfileCloudServiceExtensionProfile.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of CloudServiceExtensionProfile from the JsonReader.CloudServiceExtensionProfile.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 CloudServiceExtensionProfileModifier and TypeMethodDescriptionCloudServiceProperties.withExtensionProfile(CloudServiceExtensionProfile extensionProfile) Set the extensionProfile property: Describes a cloud service extension profile.