Class GetSharedAccessPolicyArgs
Inherited Members
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 GetSharedAccessPolicyArgs : InvokeArgs
Constructors
View SourceGetSharedAccessPolicyArgs()
Declaration
public GetSharedAccessPolicyArgs()
Properties
View SourceIothubName
The name of the IoTHub to which this Shared Access Policy belongs.
Declaration
public string IothubName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Name
Specifies the name of the IotHub Shared Access Policy resource.
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ResourceGroupName
The name of the resource group under which the IotHub Shared Access Policy resource has to be created.
Declaration
public string ResourceGroupName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |