Show / Hide Table of Contents

Class GetDpsSharedAccessPolicyArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetDpsSharedAccessPolicyArgs
Inherited Members
InvokeArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.Iot
Assembly: Pulumi.Azure.dll
Syntax
public sealed class GetDpsSharedAccessPolicyArgs : InvokeArgs

Constructors

View Source

GetDpsSharedAccessPolicyArgs()

Declaration
public GetDpsSharedAccessPolicyArgs()

Properties

View Source

IothubDpsName

Specifies the name of the IoT Hub Device Provisioning service to which the Shared Access Policy belongs.

Declaration
public string IothubDpsName { get; set; }
Property Value
Type Description
System.String
View Source

Name

Specifies the name of the IotHub Shared Access Policy.

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String
View Source

ResourceGroupName

Specifies the name of the resource group under which the IotHub Shared Access Policy resource exists.

Declaration
public string ResourceGroupName { get; set; }
Property Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.