CIVersionInfoPolicyInstance Class

 

Represents a CCM_CIVersionInfo policy instance.

Namespace:   Microsoft.ConfigurationManagement.Messaging.Messages
Assembly:  Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)

System::Object
  Microsoft.ConfigurationManagement.Messaging.Messages::PolicyBody
    Microsoft.ConfigurationManagement.Messaging.Messages::CIVersionInfoPolicyInstance

[SerializableAttribute]
public ref class CIVersionInfoPolicyInstance sealed : PolicyBody

NameDescription
System_CAPS_pubmethodCIVersionInfoPolicyInstance()

Initializes a new instance of the CIVersionInfoPolicyInstance class.

NameDescription
System_CAPS_pubpropertyApplicability

Gets the applicability of a configuration item.

System_CAPS_pubpropertyDocuments

Gets a collection of configuration item documents for download.

System_CAPS_pubpropertyHasPolicyRules

If true, there is rule data; otherwise it's an empty policy (Inherited from PolicyBody.)

System_CAPS_pubpropertyInstanceClass

Gets or sets an instance class.

System_CAPS_pubpropertyIsDcmCIVersionInfoPolicy

If true, the policy represents a DCM configuration item. (Inherited from PolicyBody.)

System_CAPS_pubpropertyModelName

Gets the model name of the configuration item.

System_CAPS_pubpropertyPolicyId

Gets or sets the policy GUID. (Inherited from PolicyBody.)

System_CAPS_pubpropertyPolicyRules

Contains the policy rule information. (Inherited from PolicyBody.)

System_CAPS_pubpropertyPolicySource

Gets or sets the policy source, which is the site the policy came from. (Inherited from PolicyBody.)

System_CAPS_pubpropertyPolicyType

Gets or sets the policy type. (Inherited from PolicyBody.)

System_CAPS_pubpropertyPolicyVersion

Gets or sets the policy version. (Inherited from PolicyBody.)

System_CAPS_pubpropertyProperties

Gets the properties of the policy.

System_CAPS_pubpropertyRawPolicyText

Contains the raw policy data. (Inherited from PolicyBody.)

System_CAPS_pubpropertySchemaVersion

Gets or sets the schema version. (Inherited from PolicyBody.)

System_CAPS_pubpropertyUniqueId

Gets the unique ID of the configuration item.

System_CAPS_pubpropertyVersion

Gets the version of the configuration item to download.

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticCreateFromPolicy(ConfigMgrPolicyBodyDownloadReply^)

Creates a CCM_CIVersionInfo object from a policy download reply.

System_CAPS_pubmethodSystem_CAPS_staticCreateFromXml(String^)

Creates a CCM_CIVersionInfo object from a policy download XML.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetCIVersionInfoPolicyDownloadUri(IMessage^)

Gets the download URI.

System_CAPS_pubmethodGetCIVersionInfoPolicyDownloadUri(IMessage^, UInt32)

Gets the download URI of a specific document index.

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: