Show / Hide Table of Contents

Class GetSharedAccessPolicyArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetSharedAccessPolicyArgs
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 GetSharedAccessPolicyArgs : InvokeArgs

Constructors

View Source

GetSharedAccessPolicyArgs()

Declaration
public GetSharedAccessPolicyArgs()

Properties

View Source

IothubName

The name of the IoTHub to which this Shared Access Policy belongs.

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

Name

Specifies the name of the IotHub Shared Access Policy resource.

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

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
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.