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)
Inheritance Hierarchy
System.Object
Microsoft.ConfigurationManagement.Messaging.Messages.ContentLocationLocationRecord
Syntax
[SerializableAttribute]
public sealed class ContentLocationLocationRecord
[SerializableAttribute]
public ref class ContentLocationLocationRecord sealed
<SerializableAttribute>
Public NotInheritable Class ContentLocationLocationRecord
Constructors
Name | Description | |
---|---|---|
ContentLocationLocationRecord() | Initializes a new instance of the ContentLocationLocationRecord class. |
Properties
Name | Description | |
---|---|---|
ADSite | Gets or sets Active Directory site information for the site. |
|
Capabilities | Gets or sets the capabilities of the management point. |
|
DPType | Gets or sets the distribution point type. |
|
IPSubnets | Gets or sets the IP subnets for the distribution points. |
|
Locality | Gets or sets the locality for the location element. |
|
ManagementPointServerName | Gets or sets the hostname of the management point. |
|
ManagementPointVersion | Gets or sets the software version running on the management point. |
|
Metric | Gets or sets the metric for the distribution points. |
|
SmbPaths | Gets an array of SMB distribution points for content location. |
|
Urls | Gets an array of HTTP distribution points for content location. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top