CloudServiceProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Cloud service properties
public class CloudServiceProperties
type CloudServiceProperties = class
Public Class CloudServiceProperties
- Inheritance
-
CloudServiceProperties
Constructors
CloudServiceProperties() |
Initializes a new instance of the CloudServiceProperties class. |
CloudServiceProperties(String, String, String, Nullable<Boolean>, Nullable<Boolean>, String, CloudServiceRoleProfile, CloudServiceOsProfile, CloudServiceNetworkProfile, CloudServiceExtensionProfile, String, String) |
Initializes a new instance of the CloudServiceProperties class. |
Properties
AllowModelOverride |
Gets or sets (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.
The default value is |
Configuration |
Gets or sets specifies the XML service configuration (.cscfg) for the cloud service. |
ConfigurationUrl |
Gets or sets specifies a URL that refers to the location of the service configuration in the Blob service. The service package URL can be Shared Access Signature (SAS) URI from any storage account. This is a write-only property and is not returned in GET calls. |
ExtensionProfile | |
NetworkProfile | |
OsProfile | |
PackageUrl |
Gets or sets specifies a URL that refers to the location of the service package in the Blob service. The service package URL can be Shared Access Signature (SAS) URI from any storage account. This is a write-only property and is not returned in GET calls. |
ProvisioningState |
Gets the provisioning state, which only appears in the response. |
RoleProfile | |
StartCloudService |
Gets or sets (Optional) Indicates whether to start the cloud
service immediately after it is created. The default value is
|
UniqueId |
Gets the unique identifier for the cloud service. |
UpgradeMode |
Gets or sets possible values include: 'Auto', 'Manual', 'Simultaneous' |
Applies to
Azure SDK for .NET