v20151001preview

package
v0.2.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 3, 2020 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

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) 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) Suffix

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.

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) Index

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

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) 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

the access key associated with this Azure Storage account that will be used to connect to it.

func (StorageAccountPropertiesOutput) ElementType

func (StorageAccountPropertiesOutput) Suffix

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL