IotDpsPropertiesDescription Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
the service specific properties of a provisioning service, including keys, linked iot hubs, current state, and system generated properties such as hostname and idScope
public class IotDpsPropertiesDescription
type IotDpsPropertiesDescription = class
Public Class IotDpsPropertiesDescription
- Inheritance
-
IotDpsPropertiesDescription
Constructors
IotDpsPropertiesDescription() |
Initializes a new instance of the IotDpsPropertiesDescription class. |
IotDpsPropertiesDescription(String, String, IList<IpFilterRule>, IList<PrivateEndpointConnection>, String, IList<IotHubDefinitionDescription>, String, String, String, String, IList<SharedAccessSignatureAuthorizationRuleAccessRightsDescription>, Nullable<Boolean>) |
Initializes a new instance of the IotDpsPropertiesDescription class. |
Properties
AllocationPolicy |
Gets or sets allocation policy to be used by this provisioning service. Possible values include: 'Hashed', 'GeoLatency', 'Static' |
AuthorizationPolicies |
Gets or sets list of authorization keys for a provisioning service. |
DeviceProvisioningHostName |
Gets device endpoint for this provisioning service. |
EnableDataResidency |
Gets or sets optional. Indicates if the DPS instance has Data Residency enabled, removing the cross geo-pair disaster recovery. |
IdScope |
Gets unique identifier of this provisioning service. |
IotHubs |
Gets or sets list of IoT hubs associated with this provisioning service. |
IpFilterRules |
Gets or sets the IP filter rules. |
PrivateEndpointConnections |
Gets or sets private endpoint connections created on this IotHub |
ProvisioningState |
Gets or sets the ARM provisioning state of the provisioning service. |
PublicNetworkAccess |
Gets or sets whether requests from Public Network are allowed. Possible values include: 'Enabled', 'Disabled' |
ServiceOperationsHostName |
Gets service endpoint for provisioning service. |
State |
Gets or sets current state of the provisioning service. Possible values include: 'Activating', 'Active', 'Deleting', 'Deleted', 'ActivationFailed', 'DeletionFailed', 'Transitioning', 'Suspending', 'Suspended', 'Resuming', 'FailingOver', 'FailoverFailed' |
Applies to
Azure SDK for .NET