openenergyplatform

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 DataPartitionNames

type DataPartitionNames struct {
	Name *string `pulumi:"name"`
}

The list of Energy services resource's Data Partition Names.

type DataPartitionNamesArgs

type DataPartitionNamesArgs struct {
	Name pulumi.StringPtrInput `pulumi:"name"`
}

The list of Energy services resource's Data Partition Names.

func (DataPartitionNamesArgs) ElementType

func (DataPartitionNamesArgs) ElementType() reflect.Type

func (DataPartitionNamesArgs) ToDataPartitionNamesOutput

func (i DataPartitionNamesArgs) ToDataPartitionNamesOutput() DataPartitionNamesOutput

func (DataPartitionNamesArgs) ToDataPartitionNamesOutputWithContext

func (i DataPartitionNamesArgs) ToDataPartitionNamesOutputWithContext(ctx context.Context) DataPartitionNamesOutput

type DataPartitionNamesArray

type DataPartitionNamesArray []DataPartitionNamesInput

func (DataPartitionNamesArray) ElementType

func (DataPartitionNamesArray) ElementType() reflect.Type

func (DataPartitionNamesArray) ToDataPartitionNamesArrayOutput

func (i DataPartitionNamesArray) ToDataPartitionNamesArrayOutput() DataPartitionNamesArrayOutput

func (DataPartitionNamesArray) ToDataPartitionNamesArrayOutputWithContext

func (i DataPartitionNamesArray) ToDataPartitionNamesArrayOutputWithContext(ctx context.Context) DataPartitionNamesArrayOutput

type DataPartitionNamesArrayInput

type DataPartitionNamesArrayInput interface {
	pulumi.Input

	ToDataPartitionNamesArrayOutput() DataPartitionNamesArrayOutput
	ToDataPartitionNamesArrayOutputWithContext(context.Context) DataPartitionNamesArrayOutput
}

DataPartitionNamesArrayInput is an input type that accepts DataPartitionNamesArray and DataPartitionNamesArrayOutput values. You can construct a concrete instance of `DataPartitionNamesArrayInput` via:

DataPartitionNamesArray{ DataPartitionNamesArgs{...} }

type DataPartitionNamesArrayOutput

type DataPartitionNamesArrayOutput struct{ *pulumi.OutputState }

func (DataPartitionNamesArrayOutput) ElementType

func (DataPartitionNamesArrayOutput) Index

func (DataPartitionNamesArrayOutput) ToDataPartitionNamesArrayOutput

func (o DataPartitionNamesArrayOutput) ToDataPartitionNamesArrayOutput() DataPartitionNamesArrayOutput

func (DataPartitionNamesArrayOutput) ToDataPartitionNamesArrayOutputWithContext

func (o DataPartitionNamesArrayOutput) ToDataPartitionNamesArrayOutputWithContext(ctx context.Context) DataPartitionNamesArrayOutput

type DataPartitionNamesInput

type DataPartitionNamesInput interface {
	pulumi.Input

	ToDataPartitionNamesOutput() DataPartitionNamesOutput
	ToDataPartitionNamesOutputWithContext(context.Context) DataPartitionNamesOutput
}

DataPartitionNamesInput is an input type that accepts DataPartitionNamesArgs and DataPartitionNamesOutput values. You can construct a concrete instance of `DataPartitionNamesInput` via:

DataPartitionNamesArgs{...}

type DataPartitionNamesOutput

type DataPartitionNamesOutput struct{ *pulumi.OutputState }

The list of Energy services resource's Data Partition Names.

func (DataPartitionNamesOutput) ElementType

func (DataPartitionNamesOutput) ElementType() reflect.Type

func (DataPartitionNamesOutput) Name

func (DataPartitionNamesOutput) ToDataPartitionNamesOutput

func (o DataPartitionNamesOutput) ToDataPartitionNamesOutput() DataPartitionNamesOutput

func (DataPartitionNamesOutput) ToDataPartitionNamesOutputWithContext

func (o DataPartitionNamesOutput) ToDataPartitionNamesOutputWithContext(ctx context.Context) DataPartitionNamesOutput

type DataPartitionNamesResponse

type DataPartitionNamesResponse struct {
	Name *string `pulumi:"name"`
}

The list of Energy services resource's Data Partition Names.

type DataPartitionNamesResponseArrayOutput

type DataPartitionNamesResponseArrayOutput struct{ *pulumi.OutputState }

func (DataPartitionNamesResponseArrayOutput) ElementType

func (DataPartitionNamesResponseArrayOutput) Index

func (DataPartitionNamesResponseArrayOutput) ToDataPartitionNamesResponseArrayOutput

func (o DataPartitionNamesResponseArrayOutput) ToDataPartitionNamesResponseArrayOutput() DataPartitionNamesResponseArrayOutput

func (DataPartitionNamesResponseArrayOutput) ToDataPartitionNamesResponseArrayOutputWithContext

func (o DataPartitionNamesResponseArrayOutput) ToDataPartitionNamesResponseArrayOutputWithContext(ctx context.Context) DataPartitionNamesResponseArrayOutput

type DataPartitionNamesResponseOutput

type DataPartitionNamesResponseOutput struct{ *pulumi.OutputState }

The list of Energy services resource's Data Partition Names.

func (DataPartitionNamesResponseOutput) ElementType

func (DataPartitionNamesResponseOutput) Name

func (DataPartitionNamesResponseOutput) ToDataPartitionNamesResponseOutput

func (o DataPartitionNamesResponseOutput) ToDataPartitionNamesResponseOutput() DataPartitionNamesResponseOutput

func (DataPartitionNamesResponseOutput) ToDataPartitionNamesResponseOutputWithContext

func (o DataPartitionNamesResponseOutput) ToDataPartitionNamesResponseOutputWithContext(ctx context.Context) DataPartitionNamesResponseOutput

type DataPartitionPropertiesResponse

type DataPartitionPropertiesResponse struct {
	// Name of the data partition
	Name *string `pulumi:"name"`
	// Name of the data partition
	ProvisioningState *string `pulumi:"provisioningState"`
}

Defines the properties of an individual data partition.

type DataPartitionPropertiesResponseArrayOutput

type DataPartitionPropertiesResponseArrayOutput struct{ *pulumi.OutputState }

func (DataPartitionPropertiesResponseArrayOutput) ElementType

func (DataPartitionPropertiesResponseArrayOutput) Index

func (DataPartitionPropertiesResponseArrayOutput) ToDataPartitionPropertiesResponseArrayOutput

func (o DataPartitionPropertiesResponseArrayOutput) ToDataPartitionPropertiesResponseArrayOutput() DataPartitionPropertiesResponseArrayOutput

func (DataPartitionPropertiesResponseArrayOutput) ToDataPartitionPropertiesResponseArrayOutputWithContext

func (o DataPartitionPropertiesResponseArrayOutput) ToDataPartitionPropertiesResponseArrayOutputWithContext(ctx context.Context) DataPartitionPropertiesResponseArrayOutput

type DataPartitionPropertiesResponseOutput

type DataPartitionPropertiesResponseOutput struct{ *pulumi.OutputState }

Defines the properties of an individual data partition.

func (DataPartitionPropertiesResponseOutput) ElementType

func (DataPartitionPropertiesResponseOutput) Name

Name of the data partition

func (DataPartitionPropertiesResponseOutput) ProvisioningState

Name of the data partition

func (DataPartitionPropertiesResponseOutput) ToDataPartitionPropertiesResponseOutput

func (o DataPartitionPropertiesResponseOutput) ToDataPartitionPropertiesResponseOutput() DataPartitionPropertiesResponseOutput

func (DataPartitionPropertiesResponseOutput) ToDataPartitionPropertiesResponseOutputWithContext

func (o DataPartitionPropertiesResponseOutput) ToDataPartitionPropertiesResponseOutputWithContext(ctx context.Context) DataPartitionPropertiesResponseOutput

type EnergyService

type EnergyService struct {
	pulumi.CustomResourceState

	// Geo-location where the resource lives.
	Location pulumi.StringOutput `pulumi:"location"`
	// The name of the resource
	Name       pulumi.StringOutput                   `pulumi:"name"`
	Properties EnergyServicePropertiesResponseOutput `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"`
}

Azure REST API version: 2022-04-04-preview. Prior API version in Azure Native 1.x: 2022-04-04-preview.

func GetEnergyService

func GetEnergyService(ctx *pulumi.Context,
	name string, id pulumi.IDInput, state *EnergyServiceState, opts ...pulumi.ResourceOption) (*EnergyService, error)

GetEnergyService gets an existing EnergyService 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 NewEnergyService

func NewEnergyService(ctx *pulumi.Context,
	name string, args *EnergyServiceArgs, opts ...pulumi.ResourceOption) (*EnergyService, error)

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

func (*EnergyService) ElementType

func (*EnergyService) ElementType() reflect.Type

func (*EnergyService) ToEnergyServiceOutput

func (i *EnergyService) ToEnergyServiceOutput() EnergyServiceOutput

func (*EnergyService) ToEnergyServiceOutputWithContext

func (i *EnergyService) ToEnergyServiceOutputWithContext(ctx context.Context) EnergyServiceOutput

type EnergyServiceArgs

type EnergyServiceArgs struct {
	// Geo-location where the resource lives.
	Location   pulumi.StringPtrInput
	Properties EnergyServicePropertiesPtrInput
	// The name of the resource group. The name is case insensitive.
	ResourceGroupName pulumi.StringInput
	// The resource name.
	ResourceName pulumi.StringPtrInput
	// Resource tags.
	Tags pulumi.StringMapInput
}

The set of arguments for constructing a EnergyService resource.

func (EnergyServiceArgs) ElementType

func (EnergyServiceArgs) ElementType() reflect.Type

type EnergyServiceInput

type EnergyServiceInput interface {
	pulumi.Input

	ToEnergyServiceOutput() EnergyServiceOutput
	ToEnergyServiceOutputWithContext(ctx context.Context) EnergyServiceOutput
}

type EnergyServiceOutput

type EnergyServiceOutput struct{ *pulumi.OutputState }

func (EnergyServiceOutput) ElementType

func (EnergyServiceOutput) ElementType() reflect.Type

func (EnergyServiceOutput) Location

Geo-location where the resource lives.

func (EnergyServiceOutput) Name

The name of the resource

func (EnergyServiceOutput) Properties

func (EnergyServiceOutput) SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

func (EnergyServiceOutput) Tags

Resource tags.

func (EnergyServiceOutput) ToEnergyServiceOutput

func (o EnergyServiceOutput) ToEnergyServiceOutput() EnergyServiceOutput

func (EnergyServiceOutput) ToEnergyServiceOutputWithContext

func (o EnergyServiceOutput) ToEnergyServiceOutputWithContext(ctx context.Context) EnergyServiceOutput

func (EnergyServiceOutput) Type

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

type EnergyServiceProperties

type EnergyServiceProperties struct {
	AuthAppId          *string              `pulumi:"authAppId"`
	DataPartitionNames []DataPartitionNames `pulumi:"dataPartitionNames"`
}

type EnergyServicePropertiesArgs

type EnergyServicePropertiesArgs struct {
	AuthAppId          pulumi.StringPtrInput        `pulumi:"authAppId"`
	DataPartitionNames DataPartitionNamesArrayInput `pulumi:"dataPartitionNames"`
}

func (EnergyServicePropertiesArgs) ElementType

func (EnergyServicePropertiesArgs) ToEnergyServicePropertiesOutput

func (i EnergyServicePropertiesArgs) ToEnergyServicePropertiesOutput() EnergyServicePropertiesOutput

func (EnergyServicePropertiesArgs) ToEnergyServicePropertiesOutputWithContext

func (i EnergyServicePropertiesArgs) ToEnergyServicePropertiesOutputWithContext(ctx context.Context) EnergyServicePropertiesOutput

func (EnergyServicePropertiesArgs) ToEnergyServicePropertiesPtrOutput

func (i EnergyServicePropertiesArgs) ToEnergyServicePropertiesPtrOutput() EnergyServicePropertiesPtrOutput

func (EnergyServicePropertiesArgs) ToEnergyServicePropertiesPtrOutputWithContext

func (i EnergyServicePropertiesArgs) ToEnergyServicePropertiesPtrOutputWithContext(ctx context.Context) EnergyServicePropertiesPtrOutput

type EnergyServicePropertiesInput

type EnergyServicePropertiesInput interface {
	pulumi.Input

	ToEnergyServicePropertiesOutput() EnergyServicePropertiesOutput
	ToEnergyServicePropertiesOutputWithContext(context.Context) EnergyServicePropertiesOutput
}

EnergyServicePropertiesInput is an input type that accepts EnergyServicePropertiesArgs and EnergyServicePropertiesOutput values. You can construct a concrete instance of `EnergyServicePropertiesInput` via:

EnergyServicePropertiesArgs{...}

type EnergyServicePropertiesOutput

type EnergyServicePropertiesOutput struct{ *pulumi.OutputState }

func (EnergyServicePropertiesOutput) AuthAppId

func (EnergyServicePropertiesOutput) DataPartitionNames

func (EnergyServicePropertiesOutput) ElementType

func (EnergyServicePropertiesOutput) ToEnergyServicePropertiesOutput

func (o EnergyServicePropertiesOutput) ToEnergyServicePropertiesOutput() EnergyServicePropertiesOutput

func (EnergyServicePropertiesOutput) ToEnergyServicePropertiesOutputWithContext

func (o EnergyServicePropertiesOutput) ToEnergyServicePropertiesOutputWithContext(ctx context.Context) EnergyServicePropertiesOutput

func (EnergyServicePropertiesOutput) ToEnergyServicePropertiesPtrOutput

func (o EnergyServicePropertiesOutput) ToEnergyServicePropertiesPtrOutput() EnergyServicePropertiesPtrOutput

func (EnergyServicePropertiesOutput) ToEnergyServicePropertiesPtrOutputWithContext

func (o EnergyServicePropertiesOutput) ToEnergyServicePropertiesPtrOutputWithContext(ctx context.Context) EnergyServicePropertiesPtrOutput

type EnergyServicePropertiesPtrInput

type EnergyServicePropertiesPtrInput interface {
	pulumi.Input

	ToEnergyServicePropertiesPtrOutput() EnergyServicePropertiesPtrOutput
	ToEnergyServicePropertiesPtrOutputWithContext(context.Context) EnergyServicePropertiesPtrOutput
}

EnergyServicePropertiesPtrInput is an input type that accepts EnergyServicePropertiesArgs, EnergyServicePropertiesPtr and EnergyServicePropertiesPtrOutput values. You can construct a concrete instance of `EnergyServicePropertiesPtrInput` via:

        EnergyServicePropertiesArgs{...}

or:

        nil

type EnergyServicePropertiesPtrOutput

type EnergyServicePropertiesPtrOutput struct{ *pulumi.OutputState }

func (EnergyServicePropertiesPtrOutput) AuthAppId

func (EnergyServicePropertiesPtrOutput) DataPartitionNames

func (EnergyServicePropertiesPtrOutput) Elem

func (EnergyServicePropertiesPtrOutput) ElementType

func (EnergyServicePropertiesPtrOutput) ToEnergyServicePropertiesPtrOutput

func (o EnergyServicePropertiesPtrOutput) ToEnergyServicePropertiesPtrOutput() EnergyServicePropertiesPtrOutput

func (EnergyServicePropertiesPtrOutput) ToEnergyServicePropertiesPtrOutputWithContext

func (o EnergyServicePropertiesPtrOutput) ToEnergyServicePropertiesPtrOutputWithContext(ctx context.Context) EnergyServicePropertiesPtrOutput

type EnergyServicePropertiesResponse

type EnergyServicePropertiesResponse struct {
	AuthAppId          *string                      `pulumi:"authAppId"`
	DataPartitionNames []DataPartitionNamesResponse `pulumi:"dataPartitionNames"`
	DnsName            string                       `pulumi:"dnsName"`
	ProvisioningState  string                       `pulumi:"provisioningState"`
}

type EnergyServicePropertiesResponseOutput

type EnergyServicePropertiesResponseOutput struct{ *pulumi.OutputState }

func (EnergyServicePropertiesResponseOutput) AuthAppId

func (EnergyServicePropertiesResponseOutput) DataPartitionNames

func (EnergyServicePropertiesResponseOutput) DnsName

func (EnergyServicePropertiesResponseOutput) ElementType

func (EnergyServicePropertiesResponseOutput) ProvisioningState

func (EnergyServicePropertiesResponseOutput) ToEnergyServicePropertiesResponseOutput

func (o EnergyServicePropertiesResponseOutput) ToEnergyServicePropertiesResponseOutput() EnergyServicePropertiesResponseOutput

func (EnergyServicePropertiesResponseOutput) ToEnergyServicePropertiesResponseOutputWithContext

func (o EnergyServicePropertiesResponseOutput) ToEnergyServicePropertiesResponseOutputWithContext(ctx context.Context) EnergyServicePropertiesResponseOutput

type EnergyServiceState

type EnergyServiceState struct {
}

func (EnergyServiceState) ElementType

func (EnergyServiceState) ElementType() reflect.Type

type ListEnergyServicePartitionsArgs

type ListEnergyServicePartitionsArgs struct {
	// The name of the resource group. The name is case insensitive.
	ResourceGroupName string `pulumi:"resourceGroupName"`
	// The resource name.
	ResourceName string `pulumi:"resourceName"`
}

type ListEnergyServicePartitionsOutputArgs

type ListEnergyServicePartitionsOutputArgs struct {
	// The name of the resource group. The name is case insensitive.
	ResourceGroupName pulumi.StringInput `pulumi:"resourceGroupName"`
	// The resource name.
	ResourceName pulumi.StringInput `pulumi:"resourceName"`
}

func (ListEnergyServicePartitionsOutputArgs) ElementType

type ListEnergyServicePartitionsResult

type ListEnergyServicePartitionsResult struct {
	// List of data partitions along with their properties in a given OEP resource.
	DataPartitionInfo []DataPartitionPropertiesResponse `pulumi:"dataPartitionInfo"`
}

List of data partitions.

func ListEnergyServicePartitions

func ListEnergyServicePartitions(ctx *pulumi.Context, args *ListEnergyServicePartitionsArgs, opts ...pulumi.InvokeOption) (*ListEnergyServicePartitionsResult, error)

Method that gets called when list of partitions is requested. Azure REST API version: 2022-04-04-preview.

type ListEnergyServicePartitionsResultOutput

type ListEnergyServicePartitionsResultOutput struct{ *pulumi.OutputState }

List of data partitions.

func (ListEnergyServicePartitionsResultOutput) DataPartitionInfo

List of data partitions along with their properties in a given OEP resource.

func (ListEnergyServicePartitionsResultOutput) ElementType

func (ListEnergyServicePartitionsResultOutput) ToListEnergyServicePartitionsResultOutput

func (o ListEnergyServicePartitionsResultOutput) ToListEnergyServicePartitionsResultOutput() ListEnergyServicePartitionsResultOutput

func (ListEnergyServicePartitionsResultOutput) ToListEnergyServicePartitionsResultOutputWithContext

func (o ListEnergyServicePartitionsResultOutput) ToListEnergyServicePartitionsResultOutputWithContext(ctx context.Context) ListEnergyServicePartitionsResultOutput

type LookupEnergyServiceArgs

type LookupEnergyServiceArgs struct {
	// The name of the resource group. The name is case insensitive.
	ResourceGroupName string `pulumi:"resourceGroupName"`
	// The resource name.
	ResourceName string `pulumi:"resourceName"`
}

type LookupEnergyServiceOutputArgs

type LookupEnergyServiceOutputArgs struct {
	// The name of the resource group. The name is case insensitive.
	ResourceGroupName pulumi.StringInput `pulumi:"resourceGroupName"`
	// The resource name.
	ResourceName pulumi.StringInput `pulumi:"resourceName"`
}

func (LookupEnergyServiceOutputArgs) ElementType

type LookupEnergyServiceResult

type LookupEnergyServiceResult struct {
	// Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
	Id string `pulumi:"id"`
	// Geo-location where the resource lives.
	Location string `pulumi:"location"`
	// The name of the resource
	Name       string                          `pulumi:"name"`
	Properties EnergyServicePropertiesResponse `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"`
}

func LookupEnergyService

func LookupEnergyService(ctx *pulumi.Context, args *LookupEnergyServiceArgs, opts ...pulumi.InvokeOption) (*LookupEnergyServiceResult, error)

Returns oep resource for a given name. Azure REST API version: 2022-04-04-preview.

type LookupEnergyServiceResultOutput

type LookupEnergyServiceResultOutput struct{ *pulumi.OutputState }

func (LookupEnergyServiceResultOutput) ElementType

func (LookupEnergyServiceResultOutput) Id

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

func (LookupEnergyServiceResultOutput) Location

Geo-location where the resource lives.

func (LookupEnergyServiceResultOutput) Name

The name of the resource

func (LookupEnergyServiceResultOutput) Properties

func (LookupEnergyServiceResultOutput) SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

func (LookupEnergyServiceResultOutput) Tags

Resource tags.

func (LookupEnergyServiceResultOutput) ToLookupEnergyServiceResultOutput

func (o LookupEnergyServiceResultOutput) ToLookupEnergyServiceResultOutput() LookupEnergyServiceResultOutput

func (LookupEnergyServiceResultOutput) ToLookupEnergyServiceResultOutputWithContext

func (o LookupEnergyServiceResultOutput) ToLookupEnergyServiceResultOutputWithContext(ctx context.Context) LookupEnergyServiceResultOutput

func (LookupEnergyServiceResultOutput) 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