ICloudService Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.CloudServiceTypeConverter))]
public interface ICloudService : Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.CloudServiceTypeConverter))>]
type ICloudService = interface
interface IJsonSerializable
Public Interface ICloudService
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
AllowModelOverride |
(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 |
Specifies the XML service configuration (.cscfg) for the cloud service. |
ConfigurationUrl |
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 |
Describes a cloud service extension profile. |
Id |
Resource Id. |
Location |
Resource location. |
Name |
Resource name. |
NetworkProfile |
Network Profile for the cloud service. |
OSProfile |
Describes the OS profile for the cloud service. |
PackageUrl |
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 |
The provisioning state, which only appears in the response. |
ResourceGroupName | |
RoleProfile |
Describes the role profile for the cloud service. |
StartCloudService |
(Optional) Indicates whether to start the cloud service immediately after it is created. The default value is |
SystemDataCreatedAt |
Specifies the time in UTC at which the Cloud Service (extended support) resource was created. |
SystemDataLastModifiedAt |
Specifies the time in UTC at which the Cloud Service (extended support) resource was last modified. |
Tag |
Resource tags. |
Type |
Resource type. |
UniqueId |
The unique identifier for the cloud service. |
UpgradeMode |
Update mode for the cloud service. Role instances are allocated to update domains when the service is deployed. Updates
can be initiated manually in each update domain or initiated automatically in all update domains.
Possible Values are |
Zone |
List of logical availability zone of the resource. List should contain only 1 zone where cloud service should be provisioned. This field is optional. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |