SMS_AzureService server WMI class
The SMS_AzureService
WMI class is an SMS Provider server class in Configuration Manager, that represents a Microsoft Azure service which is a cloud distribution point for Configuration Manager.
The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.
Syntax
Class SMS_AzureService : SMS_BaseClass
{
UInt32 AzureServiceID;
String DeploymentSlot;
String Description;
UInt32 Flags;
String Fqdn;
String ManagementCertificate;
UInt32 ManagementCertificateType;
String ManagementThumbprint;
String NALPath;
String Name;
UInt32 NumberOfInstances;
String Region;
String ServiceCertificate;
String ServiceCName;
String ServiceThumbprint;
String ServiceThumbprintAlgorithm;
String ServiceType;
String SiteCode;
UInt32 State;
UInt32 StatusDetails;
UInt32 StorageCriticalThreshold;
Boolean StorageQuotaGrow;
UInt32 StorageQuotaInGB;
String StorageServiceName;
UInt32 StorageUsage;
UInt32 StorageWarningThreshold;
String SubscriptionID;
UInt32 TrafficCriticalThreshold;
UInt32 TrafficOutInGB;
Boolean TrafficOutStopService;
UInt32 TrafficOutUsage;
UInt32 TrafficWarningThreshold;
};
Methods
The following table lists the methods in the SMS_AzureService
class.
Method | Description |
---|---|
Start Method in Class SMS_AzureService | Method used to start a Microsoft Azure service (in this case the cloud distribution point). |
Stop Method in Class SMS_AzureService | Method used to stop a Microsoft Azure service (in this case the cloud distribution point). |
Properties
AzureServiceID
Data type: UInt32
Access type: Read/Write
Qualifiers: [key, not_null]
Identifier of the Microsoft Azure service.
DeploymentSlot
Data type: String
Access type: Read/Write
Qualifiers: [not_null]
Deployment slot. Possible values are:
Value |
---|
Production |
Staging |
Description
Data type: String
Access type: Read/Write
Qualifiers: [not_null]
Description of the Microsoft Azure service.
Flags
Data type: UInt32
Access type: Read/Write
Qualifiers: [bits]
Flags for configuring the Microsoft Azure service. Possible values are:
Value |
---|
WAD_LOGS_DONT_DELETE(0) |
Fqdn
Data type: String
Access type: Read/Write
Qualifiers: none
The concatenation of the property "Name" with ".cloudapp.net".
ManagementCertificate
Data type: String
Access type: Read/Write
Qualifiers: none
Management certificate.
ManagementCertificateType
Data type: UInt32
Access type: Read/Write
Qualifiers: [enumeration]
Management certificate type. Possible values are:
Value | Management certificate type |
---|---|
0 | PAIR |
1 | PUBLICONLY |
ManagementThumbprint
Data type: String
Access type: Read/Write
Qualifiers: none
Management thumbprint.
NALPath
Data type: String
Access type: Read/Write
Qualifiers: none
NAL path for the corresponding Distribution Point.
Name
Data type: String
Access type: Read/Write
Qualifiers: [not_null]
Name of the Microsoft Azure service based on restrictions imposed by Microsoft Azure.
NumberOfInstances
Data type: UInt32
Access type: Read/Write
Qualifiers: [not_null]
Number of instances to deploy.
Region
Data type: String
Access type: Read/Write
Qualifiers: [not_null]
This is the value selected from the list of regions eligible for your Microsoft Azure subscription ID, obtained either by using the Configuration Manager Administrator console or the Microsoft Azure management console.
ServiceCertificate
Data type: String
Access type: Read/Write
Qualifiers: none
Service certificate.
ServiceCName
Data type: String
Access type: Read/Write
Qualifiers: none
Should be the same as the CName on the ServiceCertificate
property.
ServiceThumbprint
Data type: String
Access type: Read/Write
Qualifiers: none
Service certificate thumbprint algorithm supported by Microsoft Azure. The only thumbprint algorithm supported is SHA1.
ServiceThumbprintAlgorithm
Data type: String
Access type: Read/Write
Qualifiers: none
Service certificate thumbprint algorithm supported by Microsoft Azure. Possible values below:
Thumbprint Algorithm |
---|
SHA1 |
ServiceType
Data type: String
Access type: Read/Write
Qualifiers: [not_null]
Type of Microsoft Azure service. Possible values below:
Windows Azure Service |
---|
CloudDistributionPoint |
SiteCode
Data type: String
Access type: Read/Write
Qualifiers: [not_null]
Site code of the primary site.
State
Data type: UInt32
Access type: Read/Write
Qualifiers: none
Current state.
StatusDetails
Data type: UInt32
Access type: Read/Write
Qualifiers: none
Current status details.
StorageCriticalThreshold
Data type: UInt32
Access type: Read/Write
Qualifiers: none
Indicates the threshold percent at which critical alerts will be generated for storage.
StorageQuotaGrow
Data type: Boolean
Access type: Read/Write
Qualifiers: [not_null]
true
if Indicates whether storage quota should automatically grow dynamically.
This property is not currently used.
StorageQuotaInGB
Data type: UInt32
Access type: Read/Write
Qualifiers: [not_null]
Storage quota in gigabytes.
StorageServiceName
Data type: String
Access type: Read/Write
Qualifiers: [not_null]
Name of Microsoft Azure storage service, based on restrictions imposed on by Microsoft Azure.
StorageUsage
Data type: UInt32
Access type: Read/Write
Qualifiers: none
Indicates the storage usage of the Microsoft Azure storage service in gigabytes.
StorageWarningThreshold
Data type: UInt32
Access type: Read/Write
Qualifiers: none
Indicates the threshold percent at which warning alerts will be generated for storage.
SubscriptionID
Data type: String
Access type: Read/Write
Qualifiers: [not_null]
Subscription identifier of the Microsoft Azure service.
TrafficCriticalThreshold
Data type: UInt32
Access type: Read/Write
Qualifiers: none
Indicates the threshold percent at which critical alerts will be generated for traffic out.
TrafficOutInGB
Data type: UInt32
Access type: Read/Write
Qualifiers: [not_null]
Traffic out in gigabytes.
TrafficOutStopService
Data type: Boolean
Access type: Read/Write
Qualifiers: [not_null]
Indicates whether the service should be stopped when the traffic out threshold is met.
This property is not currently used.
TrafficOutUsage
Data type: UInt32
Access type: Read/Write
Qualifiers: none
Indicates the traffic out usage.
TrafficWarningThreshold
Data type: UInt32
Access type: Read/Write
Qualifiers: none
Indicates the threshold percent at which warning alerts will be generated for traffic out.
Remarks
Requirements
Runtime Requirements
For more information, see Configuration Manager Server Runtime Requirements.
Development Requirements
For more information, see Configuration Manager Server Development Requirements.
Feedback
Submit and view feedback for