syntex

package module
v0.0.0-...-fc6d6d1 Latest Latest
Warning

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

Go to latest
Published: May 10, 2024 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DocumentProcessor

type DocumentProcessor struct {
	pulumi.CustomResourceState

	// The geo-location where the resource lives
	Location pulumi.StringOutput `pulumi:"location"`
	// The name of the resource
	Name pulumi.StringOutput `pulumi:"name"`
	// Document processor properties.
	Properties DocumentProcessorPropertiesResponseOutput `pulumi:"properties"`
	// Azure Resource Manager metadata containing createdBy and modifiedBy information.
	SystemData SystemDataResponseOutput `pulumi:"systemData"`
	// Resource tags.
	Tags pulumi.StringMapOutput `pulumi:"tags"`
	// The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
	Type pulumi.StringOutput `pulumi:"type"`
}

Document processor details Azure REST API version: 2022-09-15-preview. Prior API version in Azure Native 1.x: 2022-09-15-preview.

func GetDocumentProcessor

func GetDocumentProcessor(ctx *pulumi.Context,
	name string, id pulumi.IDInput, state *DocumentProcessorState, opts ...pulumi.ResourceOption) (*DocumentProcessor, error)

GetDocumentProcessor gets an existing DocumentProcessor resource's state with the given name, ID, and optional state properties that are used to uniquely qualify the lookup (nil if not required).

func NewDocumentProcessor

func NewDocumentProcessor(ctx *pulumi.Context,
	name string, args *DocumentProcessorArgs, opts ...pulumi.ResourceOption) (*DocumentProcessor, error)

NewDocumentProcessor registers a new resource with the given unique name, arguments, and options.

func (*DocumentProcessor) ElementType

func (*DocumentProcessor) ElementType() reflect.Type

func (*DocumentProcessor) ToDocumentProcessorOutput

func (i *DocumentProcessor) ToDocumentProcessorOutput() DocumentProcessorOutput

func (*DocumentProcessor) ToDocumentProcessorOutputWithContext

func (i *DocumentProcessor) ToDocumentProcessorOutputWithContext(ctx context.Context) DocumentProcessorOutput

type DocumentProcessorArgs

type DocumentProcessorArgs struct {
	// The geo-location where the resource lives
	Location pulumi.StringPtrInput
	// The name of document processor resource.
	ProcessorName pulumi.StringPtrInput
	// Document processor properties.
	Properties DocumentProcessorPropertiesPtrInput
	// The name of the resource group. The name is case insensitive.
	ResourceGroupName pulumi.StringInput
	// Resource tags.
	Tags pulumi.StringMapInput
}

The set of arguments for constructing a DocumentProcessor resource.

func (DocumentProcessorArgs) ElementType

func (DocumentProcessorArgs) ElementType() reflect.Type

type DocumentProcessorInput

type DocumentProcessorInput interface {
	pulumi.Input

	ToDocumentProcessorOutput() DocumentProcessorOutput
	ToDocumentProcessorOutputWithContext(ctx context.Context) DocumentProcessorOutput
}

type DocumentProcessorOutput

type DocumentProcessorOutput struct{ *pulumi.OutputState }

func (DocumentProcessorOutput) ElementType

func (DocumentProcessorOutput) ElementType() reflect.Type

func (DocumentProcessorOutput) Location

The geo-location where the resource lives

func (DocumentProcessorOutput) Name

The name of the resource

func (DocumentProcessorOutput) Properties

Document processor properties.

func (DocumentProcessorOutput) SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

func (DocumentProcessorOutput) Tags

Resource tags.

func (DocumentProcessorOutput) ToDocumentProcessorOutput

func (o DocumentProcessorOutput) ToDocumentProcessorOutput() DocumentProcessorOutput

func (DocumentProcessorOutput) ToDocumentProcessorOutputWithContext

func (o DocumentProcessorOutput) ToDocumentProcessorOutputWithContext(ctx context.Context) DocumentProcessorOutput

func (DocumentProcessorOutput) Type

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

type DocumentProcessorProperties

type DocumentProcessorProperties struct {
	// The ID (GUID) of an SharePoint Online (SPO) tenant associated with this document processor resource
	SpoTenantId string `pulumi:"spoTenantId"`
	// The URL of an SharePoint Online (SPO) tenant associated with this document processor resource
	SpoTenantUrl string `pulumi:"spoTenantUrl"`
}

Document processor properties

type DocumentProcessorPropertiesArgs

type DocumentProcessorPropertiesArgs struct {
	// The ID (GUID) of an SharePoint Online (SPO) tenant associated with this document processor resource
	SpoTenantId pulumi.StringInput `pulumi:"spoTenantId"`
	// The URL of an SharePoint Online (SPO) tenant associated with this document processor resource
	SpoTenantUrl pulumi.StringInput `pulumi:"spoTenantUrl"`
}

Document processor properties

func (DocumentProcessorPropertiesArgs) ElementType

func (DocumentProcessorPropertiesArgs) ToDocumentProcessorPropertiesOutput

func (i DocumentProcessorPropertiesArgs) ToDocumentProcessorPropertiesOutput() DocumentProcessorPropertiesOutput

func (DocumentProcessorPropertiesArgs) ToDocumentProcessorPropertiesOutputWithContext

func (i DocumentProcessorPropertiesArgs) ToDocumentProcessorPropertiesOutputWithContext(ctx context.Context) DocumentProcessorPropertiesOutput

func (DocumentProcessorPropertiesArgs) ToDocumentProcessorPropertiesPtrOutput

func (i DocumentProcessorPropertiesArgs) ToDocumentProcessorPropertiesPtrOutput() DocumentProcessorPropertiesPtrOutput

func (DocumentProcessorPropertiesArgs) ToDocumentProcessorPropertiesPtrOutputWithContext

func (i DocumentProcessorPropertiesArgs) ToDocumentProcessorPropertiesPtrOutputWithContext(ctx context.Context) DocumentProcessorPropertiesPtrOutput

type DocumentProcessorPropertiesInput

type DocumentProcessorPropertiesInput interface {
	pulumi.Input

	ToDocumentProcessorPropertiesOutput() DocumentProcessorPropertiesOutput
	ToDocumentProcessorPropertiesOutputWithContext(context.Context) DocumentProcessorPropertiesOutput
}

DocumentProcessorPropertiesInput is an input type that accepts DocumentProcessorPropertiesArgs and DocumentProcessorPropertiesOutput values. You can construct a concrete instance of `DocumentProcessorPropertiesInput` via:

DocumentProcessorPropertiesArgs{...}

type DocumentProcessorPropertiesOutput

type DocumentProcessorPropertiesOutput struct{ *pulumi.OutputState }

Document processor properties

func (DocumentProcessorPropertiesOutput) ElementType

func (DocumentProcessorPropertiesOutput) SpoTenantId

The ID (GUID) of an SharePoint Online (SPO) tenant associated with this document processor resource

func (DocumentProcessorPropertiesOutput) SpoTenantUrl

The URL of an SharePoint Online (SPO) tenant associated with this document processor resource

func (DocumentProcessorPropertiesOutput) ToDocumentProcessorPropertiesOutput

func (o DocumentProcessorPropertiesOutput) ToDocumentProcessorPropertiesOutput() DocumentProcessorPropertiesOutput

func (DocumentProcessorPropertiesOutput) ToDocumentProcessorPropertiesOutputWithContext

func (o DocumentProcessorPropertiesOutput) ToDocumentProcessorPropertiesOutputWithContext(ctx context.Context) DocumentProcessorPropertiesOutput

func (DocumentProcessorPropertiesOutput) ToDocumentProcessorPropertiesPtrOutput

func (o DocumentProcessorPropertiesOutput) ToDocumentProcessorPropertiesPtrOutput() DocumentProcessorPropertiesPtrOutput

func (DocumentProcessorPropertiesOutput) ToDocumentProcessorPropertiesPtrOutputWithContext

func (o DocumentProcessorPropertiesOutput) ToDocumentProcessorPropertiesPtrOutputWithContext(ctx context.Context) DocumentProcessorPropertiesPtrOutput

type DocumentProcessorPropertiesPtrInput

type DocumentProcessorPropertiesPtrInput interface {
	pulumi.Input

	ToDocumentProcessorPropertiesPtrOutput() DocumentProcessorPropertiesPtrOutput
	ToDocumentProcessorPropertiesPtrOutputWithContext(context.Context) DocumentProcessorPropertiesPtrOutput
}

DocumentProcessorPropertiesPtrInput is an input type that accepts DocumentProcessorPropertiesArgs, DocumentProcessorPropertiesPtr and DocumentProcessorPropertiesPtrOutput values. You can construct a concrete instance of `DocumentProcessorPropertiesPtrInput` via:

        DocumentProcessorPropertiesArgs{...}

or:

        nil

type DocumentProcessorPropertiesPtrOutput

type DocumentProcessorPropertiesPtrOutput struct{ *pulumi.OutputState }

func (DocumentProcessorPropertiesPtrOutput) Elem

func (DocumentProcessorPropertiesPtrOutput) ElementType

func (DocumentProcessorPropertiesPtrOutput) SpoTenantId

The ID (GUID) of an SharePoint Online (SPO) tenant associated with this document processor resource

func (DocumentProcessorPropertiesPtrOutput) SpoTenantUrl

The URL of an SharePoint Online (SPO) tenant associated with this document processor resource

func (DocumentProcessorPropertiesPtrOutput) ToDocumentProcessorPropertiesPtrOutput

func (o DocumentProcessorPropertiesPtrOutput) ToDocumentProcessorPropertiesPtrOutput() DocumentProcessorPropertiesPtrOutput

func (DocumentProcessorPropertiesPtrOutput) ToDocumentProcessorPropertiesPtrOutputWithContext

func (o DocumentProcessorPropertiesPtrOutput) ToDocumentProcessorPropertiesPtrOutputWithContext(ctx context.Context) DocumentProcessorPropertiesPtrOutput

type DocumentProcessorPropertiesResponse

type DocumentProcessorPropertiesResponse struct {
	// The managed resource provisioning state.
	ProvisioningState string `pulumi:"provisioningState"`
	// The ID (GUID) of an SharePoint Online (SPO) tenant associated with this document processor resource
	SpoTenantId string `pulumi:"spoTenantId"`
	// The URL of an SharePoint Online (SPO) tenant associated with this document processor resource
	SpoTenantUrl string `pulumi:"spoTenantUrl"`
}

Document processor properties

type DocumentProcessorPropertiesResponseOutput

type DocumentProcessorPropertiesResponseOutput struct{ *pulumi.OutputState }

Document processor properties

func (DocumentProcessorPropertiesResponseOutput) ElementType

func (DocumentProcessorPropertiesResponseOutput) ProvisioningState

The managed resource provisioning state.

func (DocumentProcessorPropertiesResponseOutput) SpoTenantId

The ID (GUID) of an SharePoint Online (SPO) tenant associated with this document processor resource

func (DocumentProcessorPropertiesResponseOutput) SpoTenantUrl

The URL of an SharePoint Online (SPO) tenant associated with this document processor resource

func (DocumentProcessorPropertiesResponseOutput) ToDocumentProcessorPropertiesResponseOutput

func (o DocumentProcessorPropertiesResponseOutput) ToDocumentProcessorPropertiesResponseOutput() DocumentProcessorPropertiesResponseOutput

func (DocumentProcessorPropertiesResponseOutput) ToDocumentProcessorPropertiesResponseOutputWithContext

func (o DocumentProcessorPropertiesResponseOutput) ToDocumentProcessorPropertiesResponseOutputWithContext(ctx context.Context) DocumentProcessorPropertiesResponseOutput

type DocumentProcessorState

type DocumentProcessorState struct {
}

func (DocumentProcessorState) ElementType

func (DocumentProcessorState) ElementType() reflect.Type

type LookupDocumentProcessorArgs

type LookupDocumentProcessorArgs struct {
	// The name of document processor resource.
	ProcessorName string `pulumi:"processorName"`
	// The name of the resource group. The name is case insensitive.
	ResourceGroupName string `pulumi:"resourceGroupName"`
}

type LookupDocumentProcessorOutputArgs

type LookupDocumentProcessorOutputArgs struct {
	// The name of document processor resource.
	ProcessorName pulumi.StringInput `pulumi:"processorName"`
	// The name of the resource group. The name is case insensitive.
	ResourceGroupName pulumi.StringInput `pulumi:"resourceGroupName"`
}

func (LookupDocumentProcessorOutputArgs) ElementType

type LookupDocumentProcessorResult

type LookupDocumentProcessorResult struct {
	// Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
	Id string `pulumi:"id"`
	// The geo-location where the resource lives
	Location string `pulumi:"location"`
	// The name of the resource
	Name string `pulumi:"name"`
	// Document processor properties.
	Properties DocumentProcessorPropertiesResponse `pulumi:"properties"`
	// Azure Resource Manager metadata containing createdBy and modifiedBy information.
	SystemData SystemDataResponse `pulumi:"systemData"`
	// Resource tags.
	Tags map[string]string `pulumi:"tags"`
	// The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
	Type string `pulumi:"type"`
}

Document processor details

func LookupDocumentProcessor

func LookupDocumentProcessor(ctx *pulumi.Context, args *LookupDocumentProcessorArgs, opts ...pulumi.InvokeOption) (*LookupDocumentProcessorResult, error)

Returns a document processor for a given name. Azure REST API version: 2022-09-15-preview.

type LookupDocumentProcessorResultOutput

type LookupDocumentProcessorResultOutput struct{ *pulumi.OutputState }

Document processor details

func (LookupDocumentProcessorResultOutput) ElementType

func (LookupDocumentProcessorResultOutput) Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

func (LookupDocumentProcessorResultOutput) Location

The geo-location where the resource lives

func (LookupDocumentProcessorResultOutput) Name

The name of the resource

func (LookupDocumentProcessorResultOutput) Properties

Document processor properties.

func (LookupDocumentProcessorResultOutput) SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

func (LookupDocumentProcessorResultOutput) Tags

Resource tags.

func (LookupDocumentProcessorResultOutput) ToLookupDocumentProcessorResultOutput

func (o LookupDocumentProcessorResultOutput) ToLookupDocumentProcessorResultOutput() LookupDocumentProcessorResultOutput

func (LookupDocumentProcessorResultOutput) ToLookupDocumentProcessorResultOutputWithContext

func (o LookupDocumentProcessorResultOutput) ToLookupDocumentProcessorResultOutputWithContext(ctx context.Context) LookupDocumentProcessorResultOutput

func (LookupDocumentProcessorResultOutput) Type

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

type SystemDataResponse

type SystemDataResponse struct {
	// The timestamp of resource creation (UTC).
	CreatedAt *string `pulumi:"createdAt"`
	// The identity that created the resource.
	CreatedBy *string `pulumi:"createdBy"`
	// The type of identity that created the resource.
	CreatedByType *string `pulumi:"createdByType"`
	// The timestamp of resource last modification (UTC)
	LastModifiedAt *string `pulumi:"lastModifiedAt"`
	// The identity that last modified the resource.
	LastModifiedBy *string `pulumi:"lastModifiedBy"`
	// The type of identity that last modified the resource.
	LastModifiedByType *string `pulumi:"lastModifiedByType"`
}

Metadata pertaining to creation and last modification of the resource.

type SystemDataResponseOutput

type SystemDataResponseOutput struct{ *pulumi.OutputState }

Metadata pertaining to creation and last modification of the resource.

func (SystemDataResponseOutput) CreatedAt

The timestamp of resource creation (UTC).

func (SystemDataResponseOutput) CreatedBy

The identity that created the resource.

func (SystemDataResponseOutput) CreatedByType

The type of identity that created the resource.

func (SystemDataResponseOutput) ElementType

func (SystemDataResponseOutput) ElementType() reflect.Type

func (SystemDataResponseOutput) LastModifiedAt

func (o SystemDataResponseOutput) LastModifiedAt() pulumi.StringPtrOutput

The timestamp of resource last modification (UTC)

func (SystemDataResponseOutput) LastModifiedBy

func (o SystemDataResponseOutput) LastModifiedBy() pulumi.StringPtrOutput

The identity that last modified the resource.

func (SystemDataResponseOutput) LastModifiedByType

func (o SystemDataResponseOutput) LastModifiedByType() pulumi.StringPtrOutput

The type of identity that last modified the resource.

func (SystemDataResponseOutput) ToSystemDataResponseOutput

func (o SystemDataResponseOutput) ToSystemDataResponseOutput() SystemDataResponseOutput

func (SystemDataResponseOutput) ToSystemDataResponseOutputWithContext

func (o SystemDataResponseOutput) ToSystemDataResponseOutputWithContext(ctx context.Context) SystemDataResponseOutput

Jump to

Keyboard shortcuts

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