Show / Hide Table of Contents

Class GetShareArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetShareArgs
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.DataShare
Assembly: Pulumi.Azure.dll
Syntax
public sealed class GetShareArgs : InvokeArgs

Constructors

View Source

GetShareArgs()

Declaration
public GetShareArgs()

Properties

View Source

AccountId

The ID of the Data Share account in which the Data Share is created.

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

Name

The name of this Data Share.

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