Uses of Class
com.azure.resourcemanager.compute.models.CloudServiceProperties
Packages that use CloudServiceProperties
Package
Description
Package containing the inner data models for ComputeManagementClient.
Package containing the data models for ComputeManagementClient.
-
Uses of CloudServiceProperties in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return CloudServicePropertiesModifier and TypeMethodDescriptionCloudServiceInner.properties()Get the properties property: Cloud service properties.Methods in com.azure.resourcemanager.compute.fluent.models with parameters of type CloudServicePropertiesModifier and TypeMethodDescriptionCloudServiceInner.withProperties(CloudServiceProperties properties) Set the properties property: Cloud service properties. -
Uses of CloudServiceProperties in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return CloudServicePropertiesModifier and TypeMethodDescriptionstatic CloudServicePropertiesCloudServiceProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of CloudServiceProperties from the JsonReader.CloudServiceProperties.withAllowModelOverride(Boolean allowModelOverride) Set the allowModelOverride property: (Optional) Indicates whether the role sku properties (roleProfile.roles.sku) specified in the model/template should override the role instance count and vm size specified in the .cscfg and .csdef respectively.CloudServiceProperties.withConfiguration(String configuration) Set the configuration property: Specifies the XML service configuration (.cscfg) for the cloud service.CloudServiceProperties.withConfigurationUrl(String configurationUrl) Set the configurationUrl property: Specifies a URL that refers to the location of the service configuration in the Blob service.CloudServiceProperties.withExtensionProfile(CloudServiceExtensionProfile extensionProfile) Set the extensionProfile property: Describes a cloud service extension profile.CloudServiceProperties.withNetworkProfile(CloudServiceNetworkProfile networkProfile) Set the networkProfile property: Network Profile for the cloud service.CloudServiceProperties.withOsProfile(CloudServiceOsProfile osProfile) Set the osProfile property: Describes the OS profile for the cloud service.CloudServiceProperties.withPackageUrl(String packageUrl) Set the packageUrl property: Specifies a URL that refers to the location of the service package in the Blob service.CloudServiceProperties.withRoleProfile(CloudServiceRoleProfile roleProfile) Set the roleProfile property: Describes the role profile for the cloud service.CloudServiceProperties.withStartCloudService(Boolean startCloudService) Set the startCloudService property: (Optional) Indicates whether to start the cloud service immediately after it is created.CloudServiceProperties.withUpgradeMode(CloudServiceUpgradeMode upgradeMode) Set the upgradeMode property: Update mode for the cloud service.