Documentation
¶
Index ¶
- type DataLakeStoreAccountInfoProperties
- type DataLakeStoreAccountInfoPropertiesArgs
- func (DataLakeStoreAccountInfoPropertiesArgs) ElementType() reflect.Type
- func (i DataLakeStoreAccountInfoPropertiesArgs) ToDataLakeStoreAccountInfoPropertiesOutput() DataLakeStoreAccountInfoPropertiesOutput
- func (i DataLakeStoreAccountInfoPropertiesArgs) ToDataLakeStoreAccountInfoPropertiesOutputWithContext(ctx context.Context) DataLakeStoreAccountInfoPropertiesOutput
- type DataLakeStoreAccountInfoPropertiesInput
- type DataLakeStoreAccountInfoPropertiesOutput
- func (DataLakeStoreAccountInfoPropertiesOutput) ElementType() reflect.Type
- func (o DataLakeStoreAccountInfoPropertiesOutput) Suffix() pulumi.StringPtrOutput
- func (o DataLakeStoreAccountInfoPropertiesOutput) ToDataLakeStoreAccountInfoPropertiesOutput() DataLakeStoreAccountInfoPropertiesOutput
- func (o DataLakeStoreAccountInfoPropertiesOutput) ToDataLakeStoreAccountInfoPropertiesOutputWithContext(ctx context.Context) DataLakeStoreAccountInfoPropertiesOutput
- type ListAccountSasTokensArgs
- type ListAccountSasTokensResult
- type SasTokenInfoResponse
- type SasTokenInfoResponseArgs
- type SasTokenInfoResponseArray
- type SasTokenInfoResponseArrayInput
- type SasTokenInfoResponseArrayOutput
- func (SasTokenInfoResponseArrayOutput) ElementType() reflect.Type
- func (o SasTokenInfoResponseArrayOutput) Index(i pulumi.IntInput) SasTokenInfoResponseOutput
- func (o SasTokenInfoResponseArrayOutput) ToSasTokenInfoResponseArrayOutput() SasTokenInfoResponseArrayOutput
- func (o SasTokenInfoResponseArrayOutput) ToSasTokenInfoResponseArrayOutputWithContext(ctx context.Context) SasTokenInfoResponseArrayOutput
- type SasTokenInfoResponseInput
- type SasTokenInfoResponseOutput
- func (o SasTokenInfoResponseOutput) AccessToken() pulumi.StringOutput
- func (SasTokenInfoResponseOutput) ElementType() reflect.Type
- func (o SasTokenInfoResponseOutput) ToSasTokenInfoResponseOutput() SasTokenInfoResponseOutput
- func (o SasTokenInfoResponseOutput) ToSasTokenInfoResponseOutputWithContext(ctx context.Context) SasTokenInfoResponseOutput
- type StorageAccountProperties
- type StorageAccountPropertiesArgs
- func (StorageAccountPropertiesArgs) ElementType() reflect.Type
- func (i StorageAccountPropertiesArgs) ToStorageAccountPropertiesOutput() StorageAccountPropertiesOutput
- func (i StorageAccountPropertiesArgs) ToStorageAccountPropertiesOutputWithContext(ctx context.Context) StorageAccountPropertiesOutput
- type StorageAccountPropertiesInput
- type StorageAccountPropertiesOutput
- func (o StorageAccountPropertiesOutput) AccessKey() pulumi.StringOutput
- func (StorageAccountPropertiesOutput) ElementType() reflect.Type
- func (o StorageAccountPropertiesOutput) Suffix() pulumi.StringPtrOutput
- func (o StorageAccountPropertiesOutput) ToStorageAccountPropertiesOutput() StorageAccountPropertiesOutput
- func (o StorageAccountPropertiesOutput) ToStorageAccountPropertiesOutputWithContext(ctx context.Context) StorageAccountPropertiesOutput
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DataLakeStoreAccountInfoProperties ¶
type DataLakeStoreAccountInfoProperties struct { // the optional suffix for the Data Lake Store account. Suffix *string `pulumi:"suffix"` }
Data Lake Store account properties information.
type DataLakeStoreAccountInfoPropertiesArgs ¶
type DataLakeStoreAccountInfoPropertiesArgs struct { // the optional suffix for the Data Lake Store account. Suffix pulumi.StringPtrInput `pulumi:"suffix"` }
Data Lake Store account properties information.
func (DataLakeStoreAccountInfoPropertiesArgs) ElementType ¶
func (DataLakeStoreAccountInfoPropertiesArgs) ElementType() reflect.Type
func (DataLakeStoreAccountInfoPropertiesArgs) ToDataLakeStoreAccountInfoPropertiesOutput ¶
func (i DataLakeStoreAccountInfoPropertiesArgs) ToDataLakeStoreAccountInfoPropertiesOutput() DataLakeStoreAccountInfoPropertiesOutput
func (DataLakeStoreAccountInfoPropertiesArgs) ToDataLakeStoreAccountInfoPropertiesOutputWithContext ¶
func (i DataLakeStoreAccountInfoPropertiesArgs) ToDataLakeStoreAccountInfoPropertiesOutputWithContext(ctx context.Context) DataLakeStoreAccountInfoPropertiesOutput
type DataLakeStoreAccountInfoPropertiesInput ¶
type DataLakeStoreAccountInfoPropertiesInput interface { pulumi.Input ToDataLakeStoreAccountInfoPropertiesOutput() DataLakeStoreAccountInfoPropertiesOutput ToDataLakeStoreAccountInfoPropertiesOutputWithContext(context.Context) DataLakeStoreAccountInfoPropertiesOutput }
DataLakeStoreAccountInfoPropertiesInput is an input type that accepts DataLakeStoreAccountInfoPropertiesArgs and DataLakeStoreAccountInfoPropertiesOutput values. You can construct a concrete instance of `DataLakeStoreAccountInfoPropertiesInput` via:
DataLakeStoreAccountInfoPropertiesArgs{...}
type DataLakeStoreAccountInfoPropertiesOutput ¶
type DataLakeStoreAccountInfoPropertiesOutput struct{ *pulumi.OutputState }
Data Lake Store account properties information.
func (DataLakeStoreAccountInfoPropertiesOutput) ElementType ¶
func (DataLakeStoreAccountInfoPropertiesOutput) ElementType() reflect.Type
func (DataLakeStoreAccountInfoPropertiesOutput) Suffix ¶
func (o DataLakeStoreAccountInfoPropertiesOutput) Suffix() pulumi.StringPtrOutput
the optional suffix for the Data Lake Store account.
func (DataLakeStoreAccountInfoPropertiesOutput) ToDataLakeStoreAccountInfoPropertiesOutput ¶
func (o DataLakeStoreAccountInfoPropertiesOutput) ToDataLakeStoreAccountInfoPropertiesOutput() DataLakeStoreAccountInfoPropertiesOutput
func (DataLakeStoreAccountInfoPropertiesOutput) ToDataLakeStoreAccountInfoPropertiesOutputWithContext ¶
func (o DataLakeStoreAccountInfoPropertiesOutput) ToDataLakeStoreAccountInfoPropertiesOutputWithContext(ctx context.Context) DataLakeStoreAccountInfoPropertiesOutput
type ListAccountSasTokensArgs ¶
type ListAccountSasTokensArgs struct { // The name of the Data Lake Analytics account from which an Azure Storage account's SAS token is being requested. AccountName string `pulumi:"accountName"` // The name of the Azure storage container for which the SAS token is being requested. ContainerName string `pulumi:"containerName"` // The name of the Azure resource group that contains the Data Lake Analytics account. ResourceGroupName string `pulumi:"resourceGroupName"` // The name of the Azure storage account for which the SAS token is being requested. StorageAccountName string `pulumi:"storageAccountName"` }
type ListAccountSasTokensResult ¶
type ListAccountSasTokensResult struct { // the link (url) to the next page of results. NextLink string `pulumi:"nextLink"` Value []SasTokenInfoResponse `pulumi:"value"` }
The SAS response that contains the storage account, container and associated SAS token for connection use.
func ListAccountSasTokens ¶
func ListAccountSasTokens(ctx *pulumi.Context, args *ListAccountSasTokensArgs, opts ...pulumi.InvokeOption) (*ListAccountSasTokensResult, error)
type SasTokenInfoResponse ¶
type SasTokenInfoResponse struct { // the access token for the associated Azure Storage Container. AccessToken string `pulumi:"accessToken"` }
SAS token information.
type SasTokenInfoResponseArgs ¶
type SasTokenInfoResponseArgs struct { // the access token for the associated Azure Storage Container. AccessToken pulumi.StringInput `pulumi:"accessToken"` }
SAS token information.
func (SasTokenInfoResponseArgs) ElementType ¶
func (SasTokenInfoResponseArgs) ElementType() reflect.Type
func (SasTokenInfoResponseArgs) ToSasTokenInfoResponseOutput ¶
func (i SasTokenInfoResponseArgs) ToSasTokenInfoResponseOutput() SasTokenInfoResponseOutput
func (SasTokenInfoResponseArgs) ToSasTokenInfoResponseOutputWithContext ¶
func (i SasTokenInfoResponseArgs) ToSasTokenInfoResponseOutputWithContext(ctx context.Context) SasTokenInfoResponseOutput
type SasTokenInfoResponseArray ¶
type SasTokenInfoResponseArray []SasTokenInfoResponseInput
func (SasTokenInfoResponseArray) ElementType ¶
func (SasTokenInfoResponseArray) ElementType() reflect.Type
func (SasTokenInfoResponseArray) ToSasTokenInfoResponseArrayOutput ¶
func (i SasTokenInfoResponseArray) ToSasTokenInfoResponseArrayOutput() SasTokenInfoResponseArrayOutput
func (SasTokenInfoResponseArray) ToSasTokenInfoResponseArrayOutputWithContext ¶
func (i SasTokenInfoResponseArray) ToSasTokenInfoResponseArrayOutputWithContext(ctx context.Context) SasTokenInfoResponseArrayOutput
type SasTokenInfoResponseArrayInput ¶
type SasTokenInfoResponseArrayInput interface { pulumi.Input ToSasTokenInfoResponseArrayOutput() SasTokenInfoResponseArrayOutput ToSasTokenInfoResponseArrayOutputWithContext(context.Context) SasTokenInfoResponseArrayOutput }
SasTokenInfoResponseArrayInput is an input type that accepts SasTokenInfoResponseArray and SasTokenInfoResponseArrayOutput values. You can construct a concrete instance of `SasTokenInfoResponseArrayInput` via:
SasTokenInfoResponseArray{ SasTokenInfoResponseArgs{...} }
type SasTokenInfoResponseArrayOutput ¶
type SasTokenInfoResponseArrayOutput struct{ *pulumi.OutputState }
func (SasTokenInfoResponseArrayOutput) ElementType ¶
func (SasTokenInfoResponseArrayOutput) ElementType() reflect.Type
func (SasTokenInfoResponseArrayOutput) Index ¶
func (o SasTokenInfoResponseArrayOutput) Index(i pulumi.IntInput) SasTokenInfoResponseOutput
func (SasTokenInfoResponseArrayOutput) ToSasTokenInfoResponseArrayOutput ¶
func (o SasTokenInfoResponseArrayOutput) ToSasTokenInfoResponseArrayOutput() SasTokenInfoResponseArrayOutput
func (SasTokenInfoResponseArrayOutput) ToSasTokenInfoResponseArrayOutputWithContext ¶
func (o SasTokenInfoResponseArrayOutput) ToSasTokenInfoResponseArrayOutputWithContext(ctx context.Context) SasTokenInfoResponseArrayOutput
type SasTokenInfoResponseInput ¶
type SasTokenInfoResponseInput interface { pulumi.Input ToSasTokenInfoResponseOutput() SasTokenInfoResponseOutput ToSasTokenInfoResponseOutputWithContext(context.Context) SasTokenInfoResponseOutput }
SasTokenInfoResponseInput is an input type that accepts SasTokenInfoResponseArgs and SasTokenInfoResponseOutput values. You can construct a concrete instance of `SasTokenInfoResponseInput` via:
SasTokenInfoResponseArgs{...}
type SasTokenInfoResponseOutput ¶
type SasTokenInfoResponseOutput struct{ *pulumi.OutputState }
SAS token information.
func (SasTokenInfoResponseOutput) AccessToken ¶
func (o SasTokenInfoResponseOutput) AccessToken() pulumi.StringOutput
the access token for the associated Azure Storage Container.
func (SasTokenInfoResponseOutput) ElementType ¶
func (SasTokenInfoResponseOutput) ElementType() reflect.Type
func (SasTokenInfoResponseOutput) ToSasTokenInfoResponseOutput ¶
func (o SasTokenInfoResponseOutput) ToSasTokenInfoResponseOutput() SasTokenInfoResponseOutput
func (SasTokenInfoResponseOutput) ToSasTokenInfoResponseOutputWithContext ¶
func (o SasTokenInfoResponseOutput) ToSasTokenInfoResponseOutputWithContext(ctx context.Context) SasTokenInfoResponseOutput
type StorageAccountProperties ¶
type StorageAccountProperties struct { // the access key associated with this Azure Storage account that will be used to connect to it. AccessKey string `pulumi:"accessKey"` // the optional suffix for the Data Lake account. Suffix *string `pulumi:"suffix"` }
Azure Storage account properties information.
type StorageAccountPropertiesArgs ¶
type StorageAccountPropertiesArgs struct { // the access key associated with this Azure Storage account that will be used to connect to it. AccessKey pulumi.StringInput `pulumi:"accessKey"` // the optional suffix for the Data Lake account. Suffix pulumi.StringPtrInput `pulumi:"suffix"` }
Azure Storage account properties information.
func (StorageAccountPropertiesArgs) ElementType ¶
func (StorageAccountPropertiesArgs) ElementType() reflect.Type
func (StorageAccountPropertiesArgs) ToStorageAccountPropertiesOutput ¶
func (i StorageAccountPropertiesArgs) ToStorageAccountPropertiesOutput() StorageAccountPropertiesOutput
func (StorageAccountPropertiesArgs) ToStorageAccountPropertiesOutputWithContext ¶
func (i StorageAccountPropertiesArgs) ToStorageAccountPropertiesOutputWithContext(ctx context.Context) StorageAccountPropertiesOutput
type StorageAccountPropertiesInput ¶
type StorageAccountPropertiesInput interface { pulumi.Input ToStorageAccountPropertiesOutput() StorageAccountPropertiesOutput ToStorageAccountPropertiesOutputWithContext(context.Context) StorageAccountPropertiesOutput }
StorageAccountPropertiesInput is an input type that accepts StorageAccountPropertiesArgs and StorageAccountPropertiesOutput values. You can construct a concrete instance of `StorageAccountPropertiesInput` via:
StorageAccountPropertiesArgs{...}
type StorageAccountPropertiesOutput ¶
type StorageAccountPropertiesOutput struct{ *pulumi.OutputState }
Azure Storage account properties information.
func (StorageAccountPropertiesOutput) AccessKey ¶
func (o StorageAccountPropertiesOutput) AccessKey() pulumi.StringOutput
the access key associated with this Azure Storage account that will be used to connect to it.
func (StorageAccountPropertiesOutput) ElementType ¶
func (StorageAccountPropertiesOutput) ElementType() reflect.Type
func (StorageAccountPropertiesOutput) Suffix ¶
func (o StorageAccountPropertiesOutput) Suffix() pulumi.StringPtrOutput
the optional suffix for the Data Lake account.
func (StorageAccountPropertiesOutput) ToStorageAccountPropertiesOutput ¶
func (o StorageAccountPropertiesOutput) ToStorageAccountPropertiesOutput() StorageAccountPropertiesOutput
func (StorageAccountPropertiesOutput) ToStorageAccountPropertiesOutputWithContext ¶
func (o StorageAccountPropertiesOutput) ToStorageAccountPropertiesOutputWithContext(ctx context.Context) StorageAccountPropertiesOutput