DeploymentConfiguration.CloudServiceConfiguration Eigenschap
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Hiermee wordt de cloudserviceconfiguratie voor de pool opgehaald of ingesteld.
[Newtonsoft.Json.JsonProperty(PropertyName="cloudServiceConfiguration")]
public Microsoft.Azure.Management.Batch.Models.CloudServiceConfiguration CloudServiceConfiguration { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="cloudServiceConfiguration")>]
member this.CloudServiceConfiguration : Microsoft.Azure.Management.Batch.Models.CloudServiceConfiguration with get, set
Public Property CloudServiceConfiguration As CloudServiceConfiguration
Waarde van eigenschap
- Kenmerken
-
Newtonsoft.Json.JsonPropertyAttribute
Opmerkingen
Deze eigenschap en virtualMachineConfiguration sluiten elkaar wederzijds uit en een van de eigenschappen moet worden opgegeven. Deze eigenschap kan niet worden opgegeven als het Batch-account is gemaakt met de eigenschap poolAllocationMode ingesteld op UserSubscription.
Van toepassing op
Azure SDK for .NET