CloudServiceProperties |
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 |
CloudServiceProperties.withConfiguration(String configuration) |
Set the configuration property: Specifies the XML service configuration (.cscfg) for the cloud service.
|
CloudServiceProperties |
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 |
CloudServiceProperties.withExtensionProfile(CloudServiceExtensionProfile extensionProfile) |
Set the extensionProfile property: Describes a cloud service extension profile.
|
CloudServiceProperties |
CloudServiceProperties.withNetworkProfile(CloudServiceNetworkProfile networkProfile) |
Set the networkProfile property: Network Profile for the cloud service.
|
CloudServiceProperties |
CloudServiceProperties.withOsProfile(CloudServiceOsProfile osProfile) |
Set the osProfile property: Describes the OS profile for the cloud service.
|
CloudServiceProperties |
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 |
CloudServiceProperties.withRoleProfile(CloudServiceRoleProfile roleProfile) |
Set the roleProfile property: Describes the role profile for the cloud service.
|
CloudServiceProperties |
CloudServiceProperties.withStartCloudService(Boolean startCloudService) |
Set the startCloudService property: (Optional) Indicates whether to start the cloud service immediately after it
is created.
|
CloudServiceProperties |
CloudServiceProperties.withUpgradeMode(CloudServiceUpgradeMode upgradeMode) |
Set the upgradeMode property: Update mode for the cloud service.
|