ContentLocationLocationRecord Class

 

Represents a content location record that contains all of the information needed by the client to download a software distribution.

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

System::Object
  Microsoft.ConfigurationManagement.Messaging.Messages::ContentLocationLocationRecord

[SerializableAttribute]
public ref class ContentLocationLocationRecord sealed 

NameDescription
System_CAPS_pubmethodContentLocationLocationRecord()

Initializes a new instance of the ContentLocationLocationRecord class.

NameDescription
System_CAPS_pubpropertyADSite

Gets or sets Active Directory site information for the site.

System_CAPS_pubpropertyCapabilities

Gets or sets the capabilities of the management point.

System_CAPS_pubpropertyDPType

Gets or sets the distribution point type.

System_CAPS_pubpropertyIPSubnets

Gets or sets the IP subnets for the distribution points.

System_CAPS_pubpropertyLocality

Gets or sets the locality for the location element.

System_CAPS_pubpropertyManagementPointServerName

Gets or sets the hostname of the management point.

System_CAPS_pubpropertyManagementPointVersion

Gets or sets the software version running on the management point.

System_CAPS_pubpropertyMetric

Gets or sets the metric for the distribution points.

System_CAPS_pubpropertySmbPaths

Gets an array of SMB distribution points for content location.

System_CAPS_pubpropertyUrls

Gets an array of HTTP distribution points for content location.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

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: