offazurespringboot

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

View Source
const (
	ProvisioningStateUnknown      = ProvisioningState("Unknown")
	ProvisioningStateSucceeded    = ProvisioningState("Succeeded")
	ProvisioningStateFailed       = ProvisioningState("Failed")
	ProvisioningStateCanceled     = ProvisioningState("Canceled")
	ProvisioningStateAccepted     = ProvisioningState("Accepted")
	ProvisioningStateProvisioning = ProvisioningState("Provisioning")
	ProvisioningStateDeleting     = ProvisioningState("Deleting")
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Error

type Error struct {
	// The error code.
	Code *string `pulumi:"code"`
	// The error ID.
	Id *float64 `pulumi:"id"`
	// The detailed error message.
	Message *string `pulumi:"message"`
	// The error possible causes.
	PossibleCauses *string `pulumi:"possibleCauses"`
	// The error recommended action
	RecommendedAction *string `pulumi:"recommendedAction"`
	// The account ID used to login.
	RunAsAccountId *string `pulumi:"runAsAccountId"`
	// The error severity
	Severity *string `pulumi:"severity"`
	// The summarized error message.
	SummaryMessage *string `pulumi:"summaryMessage"`
	// Time when this error was last updated.
	UpdatedTimeStamp *string `pulumi:"updatedTimeStamp"`
}

Defines the error.

type ErrorArgs

type ErrorArgs struct {
	// The error code.
	Code pulumi.StringPtrInput `pulumi:"code"`
	// The error ID.
	Id pulumi.Float64PtrInput `pulumi:"id"`
	// The detailed error message.
	Message pulumi.StringPtrInput `pulumi:"message"`
	// The error possible causes.
	PossibleCauses pulumi.StringPtrInput `pulumi:"possibleCauses"`
	// The error recommended action
	RecommendedAction pulumi.StringPtrInput `pulumi:"recommendedAction"`
	// The account ID used to login.
	RunAsAccountId pulumi.StringPtrInput `pulumi:"runAsAccountId"`
	// The error severity
	Severity pulumi.StringPtrInput `pulumi:"severity"`
	// The summarized error message.
	SummaryMessage pulumi.StringPtrInput `pulumi:"summaryMessage"`
	// Time when this error was last updated.
	UpdatedTimeStamp pulumi.StringPtrInput `pulumi:"updatedTimeStamp"`
}

Defines the error.

func (ErrorArgs) ElementType

func (ErrorArgs) ElementType() reflect.Type

func (ErrorArgs) ToErrorOutput

func (i ErrorArgs) ToErrorOutput() ErrorOutput

func (ErrorArgs) ToErrorOutputWithContext

func (i ErrorArgs) ToErrorOutputWithContext(ctx context.Context) ErrorOutput

type ErrorArray

type ErrorArray []ErrorInput

func (ErrorArray) ElementType

func (ErrorArray) ElementType() reflect.Type

func (ErrorArray) ToErrorArrayOutput

func (i ErrorArray) ToErrorArrayOutput() ErrorArrayOutput

func (ErrorArray) ToErrorArrayOutputWithContext

func (i ErrorArray) ToErrorArrayOutputWithContext(ctx context.Context) ErrorArrayOutput

type ErrorArrayInput

type ErrorArrayInput interface {
	pulumi.Input

	ToErrorArrayOutput() ErrorArrayOutput
	ToErrorArrayOutputWithContext(context.Context) ErrorArrayOutput
}

ErrorArrayInput is an input type that accepts ErrorArray and ErrorArrayOutput values. You can construct a concrete instance of `ErrorArrayInput` via:

ErrorArray{ ErrorArgs{...} }

type ErrorArrayOutput

type ErrorArrayOutput struct{ *pulumi.OutputState }

func (ErrorArrayOutput) ElementType

func (ErrorArrayOutput) ElementType() reflect.Type

func (ErrorArrayOutput) Index

func (ErrorArrayOutput) ToErrorArrayOutput

func (o ErrorArrayOutput) ToErrorArrayOutput() ErrorArrayOutput

func (ErrorArrayOutput) ToErrorArrayOutputWithContext

func (o ErrorArrayOutput) ToErrorArrayOutputWithContext(ctx context.Context) ErrorArrayOutput

type ErrorInput

type ErrorInput interface {
	pulumi.Input

	ToErrorOutput() ErrorOutput
	ToErrorOutputWithContext(context.Context) ErrorOutput
}

ErrorInput is an input type that accepts ErrorArgs and ErrorOutput values. You can construct a concrete instance of `ErrorInput` via:

ErrorArgs{...}

type ErrorOutput

type ErrorOutput struct{ *pulumi.OutputState }

Defines the error.

func (ErrorOutput) Code

The error code.

func (ErrorOutput) ElementType

func (ErrorOutput) ElementType() reflect.Type

func (ErrorOutput) Id

The error ID.

func (ErrorOutput) Message

func (o ErrorOutput) Message() pulumi.StringPtrOutput

The detailed error message.

func (ErrorOutput) PossibleCauses

func (o ErrorOutput) PossibleCauses() pulumi.StringPtrOutput

The error possible causes.

func (ErrorOutput) RecommendedAction

func (o ErrorOutput) RecommendedAction() pulumi.StringPtrOutput

The error recommended action

func (ErrorOutput) RunAsAccountId

func (o ErrorOutput) RunAsAccountId() pulumi.StringPtrOutput

The account ID used to login.

func (ErrorOutput) Severity

func (o ErrorOutput) Severity() pulumi.StringPtrOutput

The error severity

func (ErrorOutput) SummaryMessage

func (o ErrorOutput) SummaryMessage() pulumi.StringPtrOutput

The summarized error message.

func (ErrorOutput) ToErrorOutput

func (o ErrorOutput) ToErrorOutput() ErrorOutput

func (ErrorOutput) ToErrorOutputWithContext

func (o ErrorOutput) ToErrorOutputWithContext(ctx context.Context) ErrorOutput

func (ErrorOutput) UpdatedTimeStamp

func (o ErrorOutput) UpdatedTimeStamp() pulumi.StringPtrOutput

Time when this error was last updated.

type ErrorResponse

type ErrorResponse struct {
	// The error code.
	Code *string `pulumi:"code"`
	// The error ID.
	Id *float64 `pulumi:"id"`
	// The detailed error message.
	Message *string `pulumi:"message"`
	// The error possible causes.
	PossibleCauses *string `pulumi:"possibleCauses"`
	// The error recommended action
	RecommendedAction *string `pulumi:"recommendedAction"`
	// The account ID used to login.
	RunAsAccountId *string `pulumi:"runAsAccountId"`
	// The error severity
	Severity *string `pulumi:"severity"`
	// The summarized error message.
	SummaryMessage *string `pulumi:"summaryMessage"`
	// Time when this error was last updated.
	UpdatedTimeStamp *string `pulumi:"updatedTimeStamp"`
}

Defines the error.

type ErrorResponseArrayOutput

type ErrorResponseArrayOutput struct{ *pulumi.OutputState }

func (ErrorResponseArrayOutput) ElementType

func (ErrorResponseArrayOutput) ElementType() reflect.Type

func (ErrorResponseArrayOutput) Index

func (ErrorResponseArrayOutput) ToErrorResponseArrayOutput

func (o ErrorResponseArrayOutput) ToErrorResponseArrayOutput() ErrorResponseArrayOutput

func (ErrorResponseArrayOutput) ToErrorResponseArrayOutputWithContext

func (o ErrorResponseArrayOutput) ToErrorResponseArrayOutputWithContext(ctx context.Context) ErrorResponseArrayOutput

type ErrorResponseOutput

type ErrorResponseOutput struct{ *pulumi.OutputState }

Defines the error.

func (ErrorResponseOutput) Code

The error code.

func (ErrorResponseOutput) ElementType

func (ErrorResponseOutput) ElementType() reflect.Type

func (ErrorResponseOutput) Id

The error ID.

func (ErrorResponseOutput) Message

The detailed error message.

func (ErrorResponseOutput) PossibleCauses

func (o ErrorResponseOutput) PossibleCauses() pulumi.StringPtrOutput

The error possible causes.

func (ErrorResponseOutput) RecommendedAction

func (o ErrorResponseOutput) RecommendedAction() pulumi.StringPtrOutput

The error recommended action

func (ErrorResponseOutput) RunAsAccountId

func (o ErrorResponseOutput) RunAsAccountId() pulumi.StringPtrOutput

The account ID used to login.

func (ErrorResponseOutput) Severity

The error severity

func (ErrorResponseOutput) SummaryMessage

func (o ErrorResponseOutput) SummaryMessage() pulumi.StringPtrOutput

The summarized error message.

func (ErrorResponseOutput) ToErrorResponseOutput

func (o ErrorResponseOutput) ToErrorResponseOutput() ErrorResponseOutput

func (ErrorResponseOutput) ToErrorResponseOutputWithContext

func (o ErrorResponseOutput) ToErrorResponseOutputWithContext(ctx context.Context) ErrorResponseOutput

func (ErrorResponseOutput) UpdatedTimeStamp

func (o ErrorResponseOutput) UpdatedTimeStamp() pulumi.StringPtrOutput

Time when this error was last updated.

type LookupSpringbootappArgs

type LookupSpringbootappArgs struct {
	// The name of the resource group. The name is case insensitive.
	ResourceGroupName string `pulumi:"resourceGroupName"`
	// The springbootsites name.
	SiteName string `pulumi:"siteName"`
	// The springbootapps name.
	SpringbootappsName string `pulumi:"springbootappsName"`
}

type LookupSpringbootappOutputArgs

type LookupSpringbootappOutputArgs struct {
	// The name of the resource group. The name is case insensitive.
	ResourceGroupName pulumi.StringInput `pulumi:"resourceGroupName"`
	// The springbootsites name.
	SiteName pulumi.StringInput `pulumi:"siteName"`
	// The springbootapps name.
	SpringbootappsName pulumi.StringInput `pulumi:"springbootappsName"`
}

func (LookupSpringbootappOutputArgs) ElementType

type LookupSpringbootappResult

type LookupSpringbootappResult struct {
	// Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
	Id string `pulumi:"id"`
	// The name of the resource
	Name string `pulumi:"name"`
	// The springbootapps resource definition.
	Properties SpringbootappsPropertiesResponse `pulumi:"properties"`
	// Azure Resource Manager metadata containing createdBy and modifiedBy information.
	SystemData SystemDataResponse `pulumi:"systemData"`
	// The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
	Type string `pulumi:"type"`
}

The springbootapps envelope resource definition.

func LookupSpringbootapp

func LookupSpringbootapp(ctx *pulumi.Context, args *LookupSpringbootappArgs, opts ...pulumi.InvokeOption) (*LookupSpringbootappResult, error)

Get a springbootapps resource. Azure REST API version: 2024-04-01-preview.

type LookupSpringbootappResultOutput

type LookupSpringbootappResultOutput struct{ *pulumi.OutputState }

The springbootapps envelope resource definition.

func (LookupSpringbootappResultOutput) ElementType

func (LookupSpringbootappResultOutput) Id

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

func (LookupSpringbootappResultOutput) Name

The name of the resource

func (LookupSpringbootappResultOutput) Properties

The springbootapps resource definition.

func (LookupSpringbootappResultOutput) SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

func (LookupSpringbootappResultOutput) ToLookupSpringbootappResultOutput

func (o LookupSpringbootappResultOutput) ToLookupSpringbootappResultOutput() LookupSpringbootappResultOutput

func (LookupSpringbootappResultOutput) ToLookupSpringbootappResultOutputWithContext

func (o LookupSpringbootappResultOutput) ToLookupSpringbootappResultOutputWithContext(ctx context.Context) LookupSpringbootappResultOutput

func (LookupSpringbootappResultOutput) Type

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

type LookupSpringbootserverArgs

type LookupSpringbootserverArgs struct {
	// The name of the resource group. The name is case insensitive.
	ResourceGroupName string `pulumi:"resourceGroupName"`
	// The springbootsites name.
	SiteName string `pulumi:"siteName"`
	// The springbootservers name.
	SpringbootserversName string `pulumi:"springbootserversName"`
}

type LookupSpringbootserverOutputArgs

type LookupSpringbootserverOutputArgs struct {
	// The name of the resource group. The name is case insensitive.
	ResourceGroupName pulumi.StringInput `pulumi:"resourceGroupName"`
	// The springbootsites name.
	SiteName pulumi.StringInput `pulumi:"siteName"`
	// The springbootservers name.
	SpringbootserversName pulumi.StringInput `pulumi:"springbootserversName"`
}

func (LookupSpringbootserverOutputArgs) ElementType

type LookupSpringbootserverResult

type LookupSpringbootserverResult struct {
	// Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
	Id string `pulumi:"id"`
	// The name of the resource
	Name string `pulumi:"name"`
	// The springbootservers resource definition.
	Properties SpringbootserversPropertiesResponse `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"`
}

The springbootservers envelope resource definition.

func LookupSpringbootserver

func LookupSpringbootserver(ctx *pulumi.Context, args *LookupSpringbootserverArgs, opts ...pulumi.InvokeOption) (*LookupSpringbootserverResult, error)

List springbootservers resource. Azure REST API version: 2023-01-01-preview.

type LookupSpringbootserverResultOutput

type LookupSpringbootserverResultOutput struct{ *pulumi.OutputState }

The springbootservers envelope resource definition.

func (LookupSpringbootserverResultOutput) ElementType

func (LookupSpringbootserverResultOutput) Id

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

func (LookupSpringbootserverResultOutput) Name

The name of the resource

func (LookupSpringbootserverResultOutput) Properties

The springbootservers resource definition.

func (LookupSpringbootserverResultOutput) SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

func (LookupSpringbootserverResultOutput) Tags

Resource tags

func (LookupSpringbootserverResultOutput) ToLookupSpringbootserverResultOutput

func (o LookupSpringbootserverResultOutput) ToLookupSpringbootserverResultOutput() LookupSpringbootserverResultOutput

func (LookupSpringbootserverResultOutput) ToLookupSpringbootserverResultOutputWithContext

func (o LookupSpringbootserverResultOutput) ToLookupSpringbootserverResultOutputWithContext(ctx context.Context) LookupSpringbootserverResultOutput

func (LookupSpringbootserverResultOutput) Type

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

type LookupSpringbootsiteArgs

type LookupSpringbootsiteArgs struct {
	// The name of the resource group. The name is case insensitive.
	ResourceGroupName string `pulumi:"resourceGroupName"`
	// The springbootsites name.
	SpringbootsitesName string `pulumi:"springbootsitesName"`
}

type LookupSpringbootsiteOutputArgs

type LookupSpringbootsiteOutputArgs struct {
	// The name of the resource group. The name is case insensitive.
	ResourceGroupName pulumi.StringInput `pulumi:"resourceGroupName"`
	// The springbootsites name.
	SpringbootsitesName pulumi.StringInput `pulumi:"springbootsitesName"`
}

func (LookupSpringbootsiteOutputArgs) ElementType

type LookupSpringbootsiteResult

type LookupSpringbootsiteResult struct {
	// The extended location definition.
	ExtendedLocation *SpringbootsitesModelResponseExtendedLocation `pulumi:"extendedLocation"`
	// 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"`
	// The springbootsites resource definition.
	Properties SpringbootsitesPropertiesResponse `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"`
}

The springbootsites envelope resource definition.

func LookupSpringbootsite

func LookupSpringbootsite(ctx *pulumi.Context, args *LookupSpringbootsiteArgs, opts ...pulumi.InvokeOption) (*LookupSpringbootsiteResult, error)

Get a springbootsites resource. Azure REST API version: 2023-01-01-preview.

type LookupSpringbootsiteResultOutput

type LookupSpringbootsiteResultOutput struct{ *pulumi.OutputState }

The springbootsites envelope resource definition.

func (LookupSpringbootsiteResultOutput) ElementType

func (LookupSpringbootsiteResultOutput) ExtendedLocation

The extended location definition.

func (LookupSpringbootsiteResultOutput) Id

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

func (LookupSpringbootsiteResultOutput) Location

The geo-location where the resource lives

func (LookupSpringbootsiteResultOutput) Name

The name of the resource

func (LookupSpringbootsiteResultOutput) Properties

The springbootsites resource definition.

func (LookupSpringbootsiteResultOutput) SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

func (LookupSpringbootsiteResultOutput) Tags

Resource tags.

func (LookupSpringbootsiteResultOutput) ToLookupSpringbootsiteResultOutput

func (o LookupSpringbootsiteResultOutput) ToLookupSpringbootsiteResultOutput() LookupSpringbootsiteResultOutput

func (LookupSpringbootsiteResultOutput) ToLookupSpringbootsiteResultOutputWithContext

func (o LookupSpringbootsiteResultOutput) ToLookupSpringbootsiteResultOutputWithContext(ctx context.Context) LookupSpringbootsiteResultOutput

func (LookupSpringbootsiteResultOutput) Type

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

type ProvisioningState

type ProvisioningState string

The resource provisioning state.

func (ProvisioningState) ElementType

func (ProvisioningState) ElementType() reflect.Type

func (ProvisioningState) ToProvisioningStateOutput

func (e ProvisioningState) ToProvisioningStateOutput() ProvisioningStateOutput

func (ProvisioningState) ToProvisioningStateOutputWithContext

func (e ProvisioningState) ToProvisioningStateOutputWithContext(ctx context.Context) ProvisioningStateOutput

func (ProvisioningState) ToProvisioningStatePtrOutput

func (e ProvisioningState) ToProvisioningStatePtrOutput() ProvisioningStatePtrOutput

func (ProvisioningState) ToProvisioningStatePtrOutputWithContext

func (e ProvisioningState) ToProvisioningStatePtrOutputWithContext(ctx context.Context) ProvisioningStatePtrOutput

func (ProvisioningState) ToStringOutput

func (e ProvisioningState) ToStringOutput() pulumi.StringOutput

func (ProvisioningState) ToStringOutputWithContext

func (e ProvisioningState) ToStringOutputWithContext(ctx context.Context) pulumi.StringOutput

func (ProvisioningState) ToStringPtrOutput

func (e ProvisioningState) ToStringPtrOutput() pulumi.StringPtrOutput

func (ProvisioningState) ToStringPtrOutputWithContext

func (e ProvisioningState) ToStringPtrOutputWithContext(ctx context.Context) pulumi.StringPtrOutput

type ProvisioningStateInput

type ProvisioningStateInput interface {
	pulumi.Input

	ToProvisioningStateOutput() ProvisioningStateOutput
	ToProvisioningStateOutputWithContext(context.Context) ProvisioningStateOutput
}

ProvisioningStateInput is an input type that accepts values of the ProvisioningState enum A concrete instance of `ProvisioningStateInput` can be one of the following:

ProvisioningStateUnknown
ProvisioningStateSucceeded
ProvisioningStateFailed
ProvisioningStateCanceled
ProvisioningStateAccepted
ProvisioningStateProvisioning
ProvisioningStateDeleting

type ProvisioningStateOutput

type ProvisioningStateOutput struct{ *pulumi.OutputState }

func (ProvisioningStateOutput) ElementType

func (ProvisioningStateOutput) ElementType() reflect.Type

func (ProvisioningStateOutput) ToProvisioningStateOutput

func (o ProvisioningStateOutput) ToProvisioningStateOutput() ProvisioningStateOutput

func (ProvisioningStateOutput) ToProvisioningStateOutputWithContext

func (o ProvisioningStateOutput) ToProvisioningStateOutputWithContext(ctx context.Context) ProvisioningStateOutput

func (ProvisioningStateOutput) ToProvisioningStatePtrOutput

func (o ProvisioningStateOutput) ToProvisioningStatePtrOutput() ProvisioningStatePtrOutput

func (ProvisioningStateOutput) ToProvisioningStatePtrOutputWithContext

func (o ProvisioningStateOutput) ToProvisioningStatePtrOutputWithContext(ctx context.Context) ProvisioningStatePtrOutput

func (ProvisioningStateOutput) ToStringOutput

func (o ProvisioningStateOutput) ToStringOutput() pulumi.StringOutput

func (ProvisioningStateOutput) ToStringOutputWithContext

func (o ProvisioningStateOutput) ToStringOutputWithContext(ctx context.Context) pulumi.StringOutput

func (ProvisioningStateOutput) ToStringPtrOutput

func (o ProvisioningStateOutput) ToStringPtrOutput() pulumi.StringPtrOutput

func (ProvisioningStateOutput) ToStringPtrOutputWithContext

func (o ProvisioningStateOutput) ToStringPtrOutputWithContext(ctx context.Context) pulumi.StringPtrOutput

type ProvisioningStatePtrInput

type ProvisioningStatePtrInput interface {
	pulumi.Input

	ToProvisioningStatePtrOutput() ProvisioningStatePtrOutput
	ToProvisioningStatePtrOutputWithContext(context.Context) ProvisioningStatePtrOutput
}

func ProvisioningStatePtr

func ProvisioningStatePtr(v string) ProvisioningStatePtrInput

type ProvisioningStatePtrOutput

type ProvisioningStatePtrOutput struct{ *pulumi.OutputState }

func (ProvisioningStatePtrOutput) Elem

func (ProvisioningStatePtrOutput) ElementType

func (ProvisioningStatePtrOutput) ElementType() reflect.Type

func (ProvisioningStatePtrOutput) ToProvisioningStatePtrOutput

func (o ProvisioningStatePtrOutput) ToProvisioningStatePtrOutput() ProvisioningStatePtrOutput

func (ProvisioningStatePtrOutput) ToProvisioningStatePtrOutputWithContext

func (o ProvisioningStatePtrOutput) ToProvisioningStatePtrOutputWithContext(ctx context.Context) ProvisioningStatePtrOutput

func (ProvisioningStatePtrOutput) ToStringPtrOutput

func (o ProvisioningStatePtrOutput) ToStringPtrOutput() pulumi.StringPtrOutput

func (ProvisioningStatePtrOutput) ToStringPtrOutputWithContext

func (o ProvisioningStatePtrOutput) ToStringPtrOutputWithContext(ctx context.Context) pulumi.StringPtrOutput

type Springbootapp

type Springbootapp struct {
	pulumi.CustomResourceState

	// The name of the resource
	Name pulumi.StringOutput `pulumi:"name"`
	// The springbootapps resource definition.
	Properties SpringbootappsPropertiesResponseOutput `pulumi:"properties"`
	// Azure Resource Manager metadata containing createdBy and modifiedBy information.
	SystemData SystemDataResponseOutput `pulumi:"systemData"`
	// The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
	Type pulumi.StringOutput `pulumi:"type"`
}

The springbootapps envelope resource definition. Azure REST API version: 2024-04-01-preview.

func GetSpringbootapp

func GetSpringbootapp(ctx *pulumi.Context,
	name string, id pulumi.IDInput, state *SpringbootappState, opts ...pulumi.ResourceOption) (*Springbootapp, error)

GetSpringbootapp gets an existing Springbootapp 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 NewSpringbootapp

func NewSpringbootapp(ctx *pulumi.Context,
	name string, args *SpringbootappArgs, opts ...pulumi.ResourceOption) (*Springbootapp, error)

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

func (*Springbootapp) ElementType

func (*Springbootapp) ElementType() reflect.Type

func (*Springbootapp) ToSpringbootappOutput

func (i *Springbootapp) ToSpringbootappOutput() SpringbootappOutput

func (*Springbootapp) ToSpringbootappOutputWithContext

func (i *Springbootapp) ToSpringbootappOutputWithContext(ctx context.Context) SpringbootappOutput

type SpringbootappArgs

type SpringbootappArgs struct {
	// The springbootapps resource definition.
	Properties SpringbootappsPropertiesPtrInput
	// The name of the resource group. The name is case insensitive.
	ResourceGroupName pulumi.StringInput
	// The springbootsites name.
	SiteName pulumi.StringInput
	// The springbootapps name.
	SpringbootappsName pulumi.StringPtrInput
}

The set of arguments for constructing a Springbootapp resource.

func (SpringbootappArgs) ElementType

func (SpringbootappArgs) ElementType() reflect.Type

type SpringbootappInput

type SpringbootappInput interface {
	pulumi.Input

	ToSpringbootappOutput() SpringbootappOutput
	ToSpringbootappOutputWithContext(ctx context.Context) SpringbootappOutput
}

type SpringbootappOutput

type SpringbootappOutput struct{ *pulumi.OutputState }

func (SpringbootappOutput) ElementType

func (SpringbootappOutput) ElementType() reflect.Type

func (SpringbootappOutput) Name

The name of the resource

func (SpringbootappOutput) Properties

The springbootapps resource definition.

func (SpringbootappOutput) SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

func (SpringbootappOutput) ToSpringbootappOutput

func (o SpringbootappOutput) ToSpringbootappOutput() SpringbootappOutput

func (SpringbootappOutput) ToSpringbootappOutputWithContext

func (o SpringbootappOutput) ToSpringbootappOutputWithContext(ctx context.Context) SpringbootappOutput

func (SpringbootappOutput) Type

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

type SpringbootappState

type SpringbootappState struct {
}

func (SpringbootappState) ElementType

func (SpringbootappState) ElementType() reflect.Type

type SpringbootappsProperties

type SpringbootappsProperties struct {
	// The name of SpringBootApp.
	AppName *string `pulumi:"appName"`
	// The application port.
	AppPort *int `pulumi:"appPort"`
	// The application type, whether it is a SpringBoot app.
	AppType *string `pulumi:"appType"`
	// The application configuration file list.
	ApplicationConfigurations []SpringbootappsPropertiesApplicationConfigurations `pulumi:"applicationConfigurations"`
	// The artifact name of SpringBootApp.
	ArtifactName *string `pulumi:"artifactName"`
	// The application binding port list.
	BindingPorts []int `pulumi:"bindingPorts"`
	// The jdk version in build.
	BuildJdkVersion *string `pulumi:"buildJdkVersion"`
	// The certificate file list.
	Certificates []string `pulumi:"certificates"`
	// The checksum of jar file.
	Checksum *string `pulumi:"checksum"`
	// The connection string list.
	ConnectionStrings []string `pulumi:"connectionStrings"`
	// The dependency list.
	Dependencies []string `pulumi:"dependencies"`
	// The environment variable list.
	Environments []string `pulumi:"environments"`
	// The list of errors.
	Errors []Error `pulumi:"errors"`
	// The total instance count the app deployed.
	InstanceCount *int `pulumi:"instanceCount"`
	// The breakdown info for app instances on all the servers
	Instances []SpringbootappsPropertiesInstances `pulumi:"instances"`
	// The jar file location on the server.
	JarFileLocation *string `pulumi:"jarFileLocation"`
	// The jvm heap memory allocated.
	JvmMemoryInMB *int `pulumi:"jvmMemoryInMB"`
	// The jvm options.
	JvmOptions []string `pulumi:"jvmOptions"`
	// Resource labels
	Labels map[string]string `pulumi:"labels"`
	// Time when this springbootapps jar file was last modified.
	LastModifiedTime *string `pulumi:"lastModifiedTime"`
	// Time when this springbootapps instance was last refreshed.
	LastUpdatedTime *string `pulumi:"lastUpdatedTime"`
	// The machine ARM id list the app belongs to.
	MachineArmIds []string `pulumi:"machineArmIds"`
	// The other types of date collected.
	Miscs []SpringbootappsPropertiesMiscs `pulumi:"miscs"`
	// The jdk version installed on server
	RuntimeJdkVersion *string `pulumi:"runtimeJdkVersion"`
	// The server list the app installed
	Servers []string `pulumi:"servers"`
	// The spring boot version.
	SpringBootVersion *string `pulumi:"springBootVersion"`
	// The static content location list.
	StaticContentLocations []string `pulumi:"staticContentLocations"`
}

The springbootapps resource definition.

type SpringbootappsPropertiesApplicationConfigurations

type SpringbootappsPropertiesApplicationConfigurations struct {
	// The application config file name.
	Key string `pulumi:"key"`
	// The application config file content, only contains config keys.
	Value *string `pulumi:"value"`
}

type SpringbootappsPropertiesApplicationConfigurationsArgs

type SpringbootappsPropertiesApplicationConfigurationsArgs struct {
	// The application config file name.
	Key pulumi.StringInput `pulumi:"key"`
	// The application config file content, only contains config keys.
	Value pulumi.StringPtrInput `pulumi:"value"`
}

func (SpringbootappsPropertiesApplicationConfigurationsArgs) ElementType

func (SpringbootappsPropertiesApplicationConfigurationsArgs) ToSpringbootappsPropertiesApplicationConfigurationsOutput

func (i SpringbootappsPropertiesApplicationConfigurationsArgs) ToSpringbootappsPropertiesApplicationConfigurationsOutput() SpringbootappsPropertiesApplicationConfigurationsOutput

func (SpringbootappsPropertiesApplicationConfigurationsArgs) ToSpringbootappsPropertiesApplicationConfigurationsOutputWithContext

func (i SpringbootappsPropertiesApplicationConfigurationsArgs) ToSpringbootappsPropertiesApplicationConfigurationsOutputWithContext(ctx context.Context) SpringbootappsPropertiesApplicationConfigurationsOutput

type SpringbootappsPropertiesApplicationConfigurationsArray

type SpringbootappsPropertiesApplicationConfigurationsArray []SpringbootappsPropertiesApplicationConfigurationsInput

func (SpringbootappsPropertiesApplicationConfigurationsArray) ElementType

func (SpringbootappsPropertiesApplicationConfigurationsArray) ToSpringbootappsPropertiesApplicationConfigurationsArrayOutput

func (i SpringbootappsPropertiesApplicationConfigurationsArray) ToSpringbootappsPropertiesApplicationConfigurationsArrayOutput() SpringbootappsPropertiesApplicationConfigurationsArrayOutput

func (SpringbootappsPropertiesApplicationConfigurationsArray) ToSpringbootappsPropertiesApplicationConfigurationsArrayOutputWithContext

func (i SpringbootappsPropertiesApplicationConfigurationsArray) ToSpringbootappsPropertiesApplicationConfigurationsArrayOutputWithContext(ctx context.Context) SpringbootappsPropertiesApplicationConfigurationsArrayOutput

type SpringbootappsPropertiesApplicationConfigurationsArrayInput

type SpringbootappsPropertiesApplicationConfigurationsArrayInput interface {
	pulumi.Input

	ToSpringbootappsPropertiesApplicationConfigurationsArrayOutput() SpringbootappsPropertiesApplicationConfigurationsArrayOutput
	ToSpringbootappsPropertiesApplicationConfigurationsArrayOutputWithContext(context.Context) SpringbootappsPropertiesApplicationConfigurationsArrayOutput
}

SpringbootappsPropertiesApplicationConfigurationsArrayInput is an input type that accepts SpringbootappsPropertiesApplicationConfigurationsArray and SpringbootappsPropertiesApplicationConfigurationsArrayOutput values. You can construct a concrete instance of `SpringbootappsPropertiesApplicationConfigurationsArrayInput` via:

SpringbootappsPropertiesApplicationConfigurationsArray{ SpringbootappsPropertiesApplicationConfigurationsArgs{...} }

type SpringbootappsPropertiesApplicationConfigurationsArrayOutput

type SpringbootappsPropertiesApplicationConfigurationsArrayOutput struct{ *pulumi.OutputState }

func (SpringbootappsPropertiesApplicationConfigurationsArrayOutput) ElementType

func (SpringbootappsPropertiesApplicationConfigurationsArrayOutput) Index

func (SpringbootappsPropertiesApplicationConfigurationsArrayOutput) ToSpringbootappsPropertiesApplicationConfigurationsArrayOutput

func (SpringbootappsPropertiesApplicationConfigurationsArrayOutput) ToSpringbootappsPropertiesApplicationConfigurationsArrayOutputWithContext

func (o SpringbootappsPropertiesApplicationConfigurationsArrayOutput) ToSpringbootappsPropertiesApplicationConfigurationsArrayOutputWithContext(ctx context.Context) SpringbootappsPropertiesApplicationConfigurationsArrayOutput

type SpringbootappsPropertiesApplicationConfigurationsInput

type SpringbootappsPropertiesApplicationConfigurationsInput interface {
	pulumi.Input

	ToSpringbootappsPropertiesApplicationConfigurationsOutput() SpringbootappsPropertiesApplicationConfigurationsOutput
	ToSpringbootappsPropertiesApplicationConfigurationsOutputWithContext(context.Context) SpringbootappsPropertiesApplicationConfigurationsOutput
}

SpringbootappsPropertiesApplicationConfigurationsInput is an input type that accepts SpringbootappsPropertiesApplicationConfigurationsArgs and SpringbootappsPropertiesApplicationConfigurationsOutput values. You can construct a concrete instance of `SpringbootappsPropertiesApplicationConfigurationsInput` via:

SpringbootappsPropertiesApplicationConfigurationsArgs{...}

type SpringbootappsPropertiesApplicationConfigurationsOutput

type SpringbootappsPropertiesApplicationConfigurationsOutput struct{ *pulumi.OutputState }

func (SpringbootappsPropertiesApplicationConfigurationsOutput) ElementType

func (SpringbootappsPropertiesApplicationConfigurationsOutput) Key

The application config file name.

func (SpringbootappsPropertiesApplicationConfigurationsOutput) ToSpringbootappsPropertiesApplicationConfigurationsOutput

func (SpringbootappsPropertiesApplicationConfigurationsOutput) ToSpringbootappsPropertiesApplicationConfigurationsOutputWithContext

func (o SpringbootappsPropertiesApplicationConfigurationsOutput) ToSpringbootappsPropertiesApplicationConfigurationsOutputWithContext(ctx context.Context) SpringbootappsPropertiesApplicationConfigurationsOutput

func (SpringbootappsPropertiesApplicationConfigurationsOutput) Value

The application config file content, only contains config keys.

type SpringbootappsPropertiesArgs

type SpringbootappsPropertiesArgs struct {
	// The name of SpringBootApp.
	AppName pulumi.StringPtrInput `pulumi:"appName"`
	// The application port.
	AppPort pulumi.IntPtrInput `pulumi:"appPort"`
	// The application type, whether it is a SpringBoot app.
	AppType pulumi.StringPtrInput `pulumi:"appType"`
	// The application configuration file list.
	ApplicationConfigurations SpringbootappsPropertiesApplicationConfigurationsArrayInput `pulumi:"applicationConfigurations"`
	// The artifact name of SpringBootApp.
	ArtifactName pulumi.StringPtrInput `pulumi:"artifactName"`
	// The application binding port list.
	BindingPorts pulumi.IntArrayInput `pulumi:"bindingPorts"`
	// The jdk version in build.
	BuildJdkVersion pulumi.StringPtrInput `pulumi:"buildJdkVersion"`
	// The certificate file list.
	Certificates pulumi.StringArrayInput `pulumi:"certificates"`
	// The checksum of jar file.
	Checksum pulumi.StringPtrInput `pulumi:"checksum"`
	// The connection string list.
	ConnectionStrings pulumi.StringArrayInput `pulumi:"connectionStrings"`
	// The dependency list.
	Dependencies pulumi.StringArrayInput `pulumi:"dependencies"`
	// The environment variable list.
	Environments pulumi.StringArrayInput `pulumi:"environments"`
	// The list of errors.
	Errors ErrorArrayInput `pulumi:"errors"`
	// The total instance count the app deployed.
	InstanceCount pulumi.IntPtrInput `pulumi:"instanceCount"`
	// The breakdown info for app instances on all the servers
	Instances SpringbootappsPropertiesInstancesArrayInput `pulumi:"instances"`
	// The jar file location on the server.
	JarFileLocation pulumi.StringPtrInput `pulumi:"jarFileLocation"`
	// The jvm heap memory allocated.
	JvmMemoryInMB pulumi.IntPtrInput `pulumi:"jvmMemoryInMB"`
	// The jvm options.
	JvmOptions pulumi.StringArrayInput `pulumi:"jvmOptions"`
	// Resource labels
	Labels pulumi.StringMapInput `pulumi:"labels"`
	// Time when this springbootapps jar file was last modified.
	LastModifiedTime pulumi.StringPtrInput `pulumi:"lastModifiedTime"`
	// Time when this springbootapps instance was last refreshed.
	LastUpdatedTime pulumi.StringPtrInput `pulumi:"lastUpdatedTime"`
	// The machine ARM id list the app belongs to.
	MachineArmIds pulumi.StringArrayInput `pulumi:"machineArmIds"`
	// The other types of date collected.
	Miscs SpringbootappsPropertiesMiscsArrayInput `pulumi:"miscs"`
	// The jdk version installed on server
	RuntimeJdkVersion pulumi.StringPtrInput `pulumi:"runtimeJdkVersion"`
	// The server list the app installed
	Servers pulumi.StringArrayInput `pulumi:"servers"`
	// The spring boot version.
	SpringBootVersion pulumi.StringPtrInput `pulumi:"springBootVersion"`
	// The static content location list.
	StaticContentLocations pulumi.StringArrayInput `pulumi:"staticContentLocations"`
}

The springbootapps resource definition.

func (SpringbootappsPropertiesArgs) ElementType

func (SpringbootappsPropertiesArgs) ToSpringbootappsPropertiesOutput

func (i SpringbootappsPropertiesArgs) ToSpringbootappsPropertiesOutput() SpringbootappsPropertiesOutput

func (SpringbootappsPropertiesArgs) ToSpringbootappsPropertiesOutputWithContext

func (i SpringbootappsPropertiesArgs) ToSpringbootappsPropertiesOutputWithContext(ctx context.Context) SpringbootappsPropertiesOutput

func (SpringbootappsPropertiesArgs) ToSpringbootappsPropertiesPtrOutput

func (i SpringbootappsPropertiesArgs) ToSpringbootappsPropertiesPtrOutput() SpringbootappsPropertiesPtrOutput

func (SpringbootappsPropertiesArgs) ToSpringbootappsPropertiesPtrOutputWithContext

func (i SpringbootappsPropertiesArgs) ToSpringbootappsPropertiesPtrOutputWithContext(ctx context.Context) SpringbootappsPropertiesPtrOutput

type SpringbootappsPropertiesInput

type SpringbootappsPropertiesInput interface {
	pulumi.Input

	ToSpringbootappsPropertiesOutput() SpringbootappsPropertiesOutput
	ToSpringbootappsPropertiesOutputWithContext(context.Context) SpringbootappsPropertiesOutput
}

SpringbootappsPropertiesInput is an input type that accepts SpringbootappsPropertiesArgs and SpringbootappsPropertiesOutput values. You can construct a concrete instance of `SpringbootappsPropertiesInput` via:

SpringbootappsPropertiesArgs{...}

type SpringbootappsPropertiesInstances

type SpringbootappsPropertiesInstances struct {
	// The instance count of this app instance
	InstanceCount *int `pulumi:"instanceCount"`
	// The jvm heap memory allocated of this app instance
	JvmMemoryInMB *int `pulumi:"jvmMemoryInMB"`
	// The machine ARM resource Id of this app instance
	MachineArmId string `pulumi:"machineArmId"`
}

type SpringbootappsPropertiesInstancesArgs

type SpringbootappsPropertiesInstancesArgs struct {
	// The instance count of this app instance
	InstanceCount pulumi.IntPtrInput `pulumi:"instanceCount"`
	// The jvm heap memory allocated of this app instance
	JvmMemoryInMB pulumi.IntPtrInput `pulumi:"jvmMemoryInMB"`
	// The machine ARM resource Id of this app instance
	MachineArmId pulumi.StringInput `pulumi:"machineArmId"`
}

func (SpringbootappsPropertiesInstancesArgs) ElementType

func (SpringbootappsPropertiesInstancesArgs) ToSpringbootappsPropertiesInstancesOutput

func (i SpringbootappsPropertiesInstancesArgs) ToSpringbootappsPropertiesInstancesOutput() SpringbootappsPropertiesInstancesOutput

func (SpringbootappsPropertiesInstancesArgs) ToSpringbootappsPropertiesInstancesOutputWithContext

func (i SpringbootappsPropertiesInstancesArgs) ToSpringbootappsPropertiesInstancesOutputWithContext(ctx context.Context) SpringbootappsPropertiesInstancesOutput

type SpringbootappsPropertiesInstancesArray

type SpringbootappsPropertiesInstancesArray []SpringbootappsPropertiesInstancesInput

func (SpringbootappsPropertiesInstancesArray) ElementType

func (SpringbootappsPropertiesInstancesArray) ToSpringbootappsPropertiesInstancesArrayOutput

func (i SpringbootappsPropertiesInstancesArray) ToSpringbootappsPropertiesInstancesArrayOutput() SpringbootappsPropertiesInstancesArrayOutput

func (SpringbootappsPropertiesInstancesArray) ToSpringbootappsPropertiesInstancesArrayOutputWithContext

func (i SpringbootappsPropertiesInstancesArray) ToSpringbootappsPropertiesInstancesArrayOutputWithContext(ctx context.Context) SpringbootappsPropertiesInstancesArrayOutput

type SpringbootappsPropertiesInstancesArrayInput

type SpringbootappsPropertiesInstancesArrayInput interface {
	pulumi.Input

	ToSpringbootappsPropertiesInstancesArrayOutput() SpringbootappsPropertiesInstancesArrayOutput
	ToSpringbootappsPropertiesInstancesArrayOutputWithContext(context.Context) SpringbootappsPropertiesInstancesArrayOutput
}

SpringbootappsPropertiesInstancesArrayInput is an input type that accepts SpringbootappsPropertiesInstancesArray and SpringbootappsPropertiesInstancesArrayOutput values. You can construct a concrete instance of `SpringbootappsPropertiesInstancesArrayInput` via:

SpringbootappsPropertiesInstancesArray{ SpringbootappsPropertiesInstancesArgs{...} }

type SpringbootappsPropertiesInstancesArrayOutput

type SpringbootappsPropertiesInstancesArrayOutput struct{ *pulumi.OutputState }

func (SpringbootappsPropertiesInstancesArrayOutput) ElementType

func (SpringbootappsPropertiesInstancesArrayOutput) Index

func (SpringbootappsPropertiesInstancesArrayOutput) ToSpringbootappsPropertiesInstancesArrayOutput

func (o SpringbootappsPropertiesInstancesArrayOutput) ToSpringbootappsPropertiesInstancesArrayOutput() SpringbootappsPropertiesInstancesArrayOutput

func (SpringbootappsPropertiesInstancesArrayOutput) ToSpringbootappsPropertiesInstancesArrayOutputWithContext

func (o SpringbootappsPropertiesInstancesArrayOutput) ToSpringbootappsPropertiesInstancesArrayOutputWithContext(ctx context.Context) SpringbootappsPropertiesInstancesArrayOutput

type SpringbootappsPropertiesInstancesInput

type SpringbootappsPropertiesInstancesInput interface {
	pulumi.Input

	ToSpringbootappsPropertiesInstancesOutput() SpringbootappsPropertiesInstancesOutput
	ToSpringbootappsPropertiesInstancesOutputWithContext(context.Context) SpringbootappsPropertiesInstancesOutput
}

SpringbootappsPropertiesInstancesInput is an input type that accepts SpringbootappsPropertiesInstancesArgs and SpringbootappsPropertiesInstancesOutput values. You can construct a concrete instance of `SpringbootappsPropertiesInstancesInput` via:

SpringbootappsPropertiesInstancesArgs{...}

type SpringbootappsPropertiesInstancesOutput

type SpringbootappsPropertiesInstancesOutput struct{ *pulumi.OutputState }

func (SpringbootappsPropertiesInstancesOutput) ElementType

func (SpringbootappsPropertiesInstancesOutput) InstanceCount

The instance count of this app instance

func (SpringbootappsPropertiesInstancesOutput) JvmMemoryInMB

The jvm heap memory allocated of this app instance

func (SpringbootappsPropertiesInstancesOutput) MachineArmId

The machine ARM resource Id of this app instance

func (SpringbootappsPropertiesInstancesOutput) ToSpringbootappsPropertiesInstancesOutput

func (o SpringbootappsPropertiesInstancesOutput) ToSpringbootappsPropertiesInstancesOutput() SpringbootappsPropertiesInstancesOutput

func (SpringbootappsPropertiesInstancesOutput) ToSpringbootappsPropertiesInstancesOutputWithContext

func (o SpringbootappsPropertiesInstancesOutput) ToSpringbootappsPropertiesInstancesOutputWithContext(ctx context.Context) SpringbootappsPropertiesInstancesOutput

type SpringbootappsPropertiesMiscs

type SpringbootappsPropertiesMiscs struct {
	// The miscs. key.
	Key string `pulumi:"key"`
	// The miscs. value.
	Value *string `pulumi:"value"`
}

type SpringbootappsPropertiesMiscsArgs

type SpringbootappsPropertiesMiscsArgs struct {
	// The miscs. key.
	Key pulumi.StringInput `pulumi:"key"`
	// The miscs. value.
	Value pulumi.StringPtrInput `pulumi:"value"`
}

func (SpringbootappsPropertiesMiscsArgs) ElementType

func (SpringbootappsPropertiesMiscsArgs) ToSpringbootappsPropertiesMiscsOutput

func (i SpringbootappsPropertiesMiscsArgs) ToSpringbootappsPropertiesMiscsOutput() SpringbootappsPropertiesMiscsOutput

func (SpringbootappsPropertiesMiscsArgs) ToSpringbootappsPropertiesMiscsOutputWithContext

func (i SpringbootappsPropertiesMiscsArgs) ToSpringbootappsPropertiesMiscsOutputWithContext(ctx context.Context) SpringbootappsPropertiesMiscsOutput

type SpringbootappsPropertiesMiscsArray

type SpringbootappsPropertiesMiscsArray []SpringbootappsPropertiesMiscsInput

func (SpringbootappsPropertiesMiscsArray) ElementType

func (SpringbootappsPropertiesMiscsArray) ToSpringbootappsPropertiesMiscsArrayOutput

func (i SpringbootappsPropertiesMiscsArray) ToSpringbootappsPropertiesMiscsArrayOutput() SpringbootappsPropertiesMiscsArrayOutput

func (SpringbootappsPropertiesMiscsArray) ToSpringbootappsPropertiesMiscsArrayOutputWithContext

func (i SpringbootappsPropertiesMiscsArray) ToSpringbootappsPropertiesMiscsArrayOutputWithContext(ctx context.Context) SpringbootappsPropertiesMiscsArrayOutput

type SpringbootappsPropertiesMiscsArrayInput

type SpringbootappsPropertiesMiscsArrayInput interface {
	pulumi.Input

	ToSpringbootappsPropertiesMiscsArrayOutput() SpringbootappsPropertiesMiscsArrayOutput
	ToSpringbootappsPropertiesMiscsArrayOutputWithContext(context.Context) SpringbootappsPropertiesMiscsArrayOutput
}

SpringbootappsPropertiesMiscsArrayInput is an input type that accepts SpringbootappsPropertiesMiscsArray and SpringbootappsPropertiesMiscsArrayOutput values. You can construct a concrete instance of `SpringbootappsPropertiesMiscsArrayInput` via:

SpringbootappsPropertiesMiscsArray{ SpringbootappsPropertiesMiscsArgs{...} }

type SpringbootappsPropertiesMiscsArrayOutput

type SpringbootappsPropertiesMiscsArrayOutput struct{ *pulumi.OutputState }

func (SpringbootappsPropertiesMiscsArrayOutput) ElementType

func (SpringbootappsPropertiesMiscsArrayOutput) Index

func (SpringbootappsPropertiesMiscsArrayOutput) ToSpringbootappsPropertiesMiscsArrayOutput

func (o SpringbootappsPropertiesMiscsArrayOutput) ToSpringbootappsPropertiesMiscsArrayOutput() SpringbootappsPropertiesMiscsArrayOutput

func (SpringbootappsPropertiesMiscsArrayOutput) ToSpringbootappsPropertiesMiscsArrayOutputWithContext

func (o SpringbootappsPropertiesMiscsArrayOutput) ToSpringbootappsPropertiesMiscsArrayOutputWithContext(ctx context.Context) SpringbootappsPropertiesMiscsArrayOutput

type SpringbootappsPropertiesMiscsInput

type SpringbootappsPropertiesMiscsInput interface {
	pulumi.Input

	ToSpringbootappsPropertiesMiscsOutput() SpringbootappsPropertiesMiscsOutput
	ToSpringbootappsPropertiesMiscsOutputWithContext(context.Context) SpringbootappsPropertiesMiscsOutput
}

SpringbootappsPropertiesMiscsInput is an input type that accepts SpringbootappsPropertiesMiscsArgs and SpringbootappsPropertiesMiscsOutput values. You can construct a concrete instance of `SpringbootappsPropertiesMiscsInput` via:

SpringbootappsPropertiesMiscsArgs{...}

type SpringbootappsPropertiesMiscsOutput

type SpringbootappsPropertiesMiscsOutput struct{ *pulumi.OutputState }

func (SpringbootappsPropertiesMiscsOutput) ElementType

func (SpringbootappsPropertiesMiscsOutput) Key

The miscs. key.

func (SpringbootappsPropertiesMiscsOutput) ToSpringbootappsPropertiesMiscsOutput

func (o SpringbootappsPropertiesMiscsOutput) ToSpringbootappsPropertiesMiscsOutput() SpringbootappsPropertiesMiscsOutput

func (SpringbootappsPropertiesMiscsOutput) ToSpringbootappsPropertiesMiscsOutputWithContext

func (o SpringbootappsPropertiesMiscsOutput) ToSpringbootappsPropertiesMiscsOutputWithContext(ctx context.Context) SpringbootappsPropertiesMiscsOutput

func (SpringbootappsPropertiesMiscsOutput) Value

The miscs. value.

type SpringbootappsPropertiesOutput

type SpringbootappsPropertiesOutput struct{ *pulumi.OutputState }

The springbootapps resource definition.

func (SpringbootappsPropertiesOutput) AppName

The name of SpringBootApp.

func (SpringbootappsPropertiesOutput) AppPort

The application port.

func (SpringbootappsPropertiesOutput) AppType

The application type, whether it is a SpringBoot app.

func (SpringbootappsPropertiesOutput) ApplicationConfigurations

The application configuration file list.

func (SpringbootappsPropertiesOutput) ArtifactName

The artifact name of SpringBootApp.

func (SpringbootappsPropertiesOutput) BindingPorts

The application binding port list.

func (SpringbootappsPropertiesOutput) BuildJdkVersion

The jdk version in build.

func (SpringbootappsPropertiesOutput) Certificates

The certificate file list.

func (SpringbootappsPropertiesOutput) Checksum

The checksum of jar file.

func (SpringbootappsPropertiesOutput) ConnectionStrings

The connection string list.

func (SpringbootappsPropertiesOutput) Dependencies

The dependency list.

func (SpringbootappsPropertiesOutput) ElementType

func (SpringbootappsPropertiesOutput) Environments

The environment variable list.

func (SpringbootappsPropertiesOutput) Errors

The list of errors.

func (SpringbootappsPropertiesOutput) InstanceCount

The total instance count the app deployed.

func (SpringbootappsPropertiesOutput) Instances

The breakdown info for app instances on all the servers

func (SpringbootappsPropertiesOutput) JarFileLocation

The jar file location on the server.

func (SpringbootappsPropertiesOutput) JvmMemoryInMB

The jvm heap memory allocated.

func (SpringbootappsPropertiesOutput) JvmOptions

The jvm options.

func (SpringbootappsPropertiesOutput) Labels

Resource labels

func (SpringbootappsPropertiesOutput) LastModifiedTime

Time when this springbootapps jar file was last modified.

func (SpringbootappsPropertiesOutput) LastUpdatedTime

Time when this springbootapps instance was last refreshed.

func (SpringbootappsPropertiesOutput) MachineArmIds

The machine ARM id list the app belongs to.

func (SpringbootappsPropertiesOutput) Miscs

The other types of date collected.

func (SpringbootappsPropertiesOutput) RuntimeJdkVersion

The jdk version installed on server

func (SpringbootappsPropertiesOutput) Servers

The server list the app installed

func (SpringbootappsPropertiesOutput) SpringBootVersion

The spring boot version.

func (SpringbootappsPropertiesOutput) StaticContentLocations

func (o SpringbootappsPropertiesOutput) StaticContentLocations() pulumi.StringArrayOutput

The static content location list.

func (SpringbootappsPropertiesOutput) ToSpringbootappsPropertiesOutput

func (o SpringbootappsPropertiesOutput) ToSpringbootappsPropertiesOutput() SpringbootappsPropertiesOutput

func (SpringbootappsPropertiesOutput) ToSpringbootappsPropertiesOutputWithContext

func (o SpringbootappsPropertiesOutput) ToSpringbootappsPropertiesOutputWithContext(ctx context.Context) SpringbootappsPropertiesOutput

func (SpringbootappsPropertiesOutput) ToSpringbootappsPropertiesPtrOutput

func (o SpringbootappsPropertiesOutput) ToSpringbootappsPropertiesPtrOutput() SpringbootappsPropertiesPtrOutput

func (SpringbootappsPropertiesOutput) ToSpringbootappsPropertiesPtrOutputWithContext

func (o SpringbootappsPropertiesOutput) ToSpringbootappsPropertiesPtrOutputWithContext(ctx context.Context) SpringbootappsPropertiesPtrOutput

type SpringbootappsPropertiesPtrInput

type SpringbootappsPropertiesPtrInput interface {
	pulumi.Input

	ToSpringbootappsPropertiesPtrOutput() SpringbootappsPropertiesPtrOutput
	ToSpringbootappsPropertiesPtrOutputWithContext(context.Context) SpringbootappsPropertiesPtrOutput
}

SpringbootappsPropertiesPtrInput is an input type that accepts SpringbootappsPropertiesArgs, SpringbootappsPropertiesPtr and SpringbootappsPropertiesPtrOutput values. You can construct a concrete instance of `SpringbootappsPropertiesPtrInput` via:

        SpringbootappsPropertiesArgs{...}

or:

        nil

type SpringbootappsPropertiesPtrOutput

type SpringbootappsPropertiesPtrOutput struct{ *pulumi.OutputState }

func (SpringbootappsPropertiesPtrOutput) AppName

The name of SpringBootApp.

func (SpringbootappsPropertiesPtrOutput) AppPort

The application port.

func (SpringbootappsPropertiesPtrOutput) AppType

The application type, whether it is a SpringBoot app.

func (SpringbootappsPropertiesPtrOutput) ApplicationConfigurations

The application configuration file list.

func (SpringbootappsPropertiesPtrOutput) ArtifactName

The artifact name of SpringBootApp.

func (SpringbootappsPropertiesPtrOutput) BindingPorts

The application binding port list.

func (SpringbootappsPropertiesPtrOutput) BuildJdkVersion

The jdk version in build.

func (SpringbootappsPropertiesPtrOutput) Certificates

The certificate file list.

func (SpringbootappsPropertiesPtrOutput) Checksum

The checksum of jar file.

func (SpringbootappsPropertiesPtrOutput) ConnectionStrings

The connection string list.

func (SpringbootappsPropertiesPtrOutput) Dependencies

The dependency list.

func (SpringbootappsPropertiesPtrOutput) Elem

func (SpringbootappsPropertiesPtrOutput) ElementType

func (SpringbootappsPropertiesPtrOutput) Environments

The environment variable list.

func (SpringbootappsPropertiesPtrOutput) Errors

The list of errors.

func (SpringbootappsPropertiesPtrOutput) InstanceCount

The total instance count the app deployed.

func (SpringbootappsPropertiesPtrOutput) Instances

The breakdown info for app instances on all the servers

func (SpringbootappsPropertiesPtrOutput) JarFileLocation

The jar file location on the server.

func (SpringbootappsPropertiesPtrOutput) JvmMemoryInMB

The jvm heap memory allocated.

func (SpringbootappsPropertiesPtrOutput) JvmOptions

The jvm options.

func (SpringbootappsPropertiesPtrOutput) Labels

Resource labels

func (SpringbootappsPropertiesPtrOutput) LastModifiedTime

Time when this springbootapps jar file was last modified.

func (SpringbootappsPropertiesPtrOutput) LastUpdatedTime

Time when this springbootapps instance was last refreshed.

func (SpringbootappsPropertiesPtrOutput) MachineArmIds

The machine ARM id list the app belongs to.

func (SpringbootappsPropertiesPtrOutput) Miscs

The other types of date collected.

func (SpringbootappsPropertiesPtrOutput) RuntimeJdkVersion

The jdk version installed on server

func (SpringbootappsPropertiesPtrOutput) Servers

The server list the app installed

func (SpringbootappsPropertiesPtrOutput) SpringBootVersion

The spring boot version.

func (SpringbootappsPropertiesPtrOutput) StaticContentLocations

func (o SpringbootappsPropertiesPtrOutput) StaticContentLocations() pulumi.StringArrayOutput

The static content location list.

func (SpringbootappsPropertiesPtrOutput) ToSpringbootappsPropertiesPtrOutput

func (o SpringbootappsPropertiesPtrOutput) ToSpringbootappsPropertiesPtrOutput() SpringbootappsPropertiesPtrOutput

func (SpringbootappsPropertiesPtrOutput) ToSpringbootappsPropertiesPtrOutputWithContext

func (o SpringbootappsPropertiesPtrOutput) ToSpringbootappsPropertiesPtrOutputWithContext(ctx context.Context) SpringbootappsPropertiesPtrOutput

type SpringbootappsPropertiesResponse

type SpringbootappsPropertiesResponse struct {
	// The name of SpringBootApp.
	AppName *string `pulumi:"appName"`
	// The application port.
	AppPort *int `pulumi:"appPort"`
	// The application type, whether it is a SpringBoot app.
	AppType *string `pulumi:"appType"`
	// The application configuration file list.
	ApplicationConfigurations []SpringbootappsPropertiesResponseApplicationConfigurations `pulumi:"applicationConfigurations"`
	// The artifact name of SpringBootApp.
	ArtifactName *string `pulumi:"artifactName"`
	// The application binding port list.
	BindingPorts []int `pulumi:"bindingPorts"`
	// The jdk version in build.
	BuildJdkVersion *string `pulumi:"buildJdkVersion"`
	// The certificate file list.
	Certificates []string `pulumi:"certificates"`
	// The checksum of jar file.
	Checksum *string `pulumi:"checksum"`
	// The connection string list.
	ConnectionStrings []string `pulumi:"connectionStrings"`
	// The dependency list.
	Dependencies []string `pulumi:"dependencies"`
	// The environment variable list.
	Environments []string `pulumi:"environments"`
	// The list of errors.
	Errors []ErrorResponse `pulumi:"errors"`
	// The total instance count the app deployed.
	InstanceCount *int `pulumi:"instanceCount"`
	// The breakdown info for app instances on all the servers
	Instances []SpringbootappsPropertiesResponseInstances `pulumi:"instances"`
	// The jar file location on the server.
	JarFileLocation *string `pulumi:"jarFileLocation"`
	// The jvm heap memory allocated.
	JvmMemoryInMB *int `pulumi:"jvmMemoryInMB"`
	// The jvm options.
	JvmOptions []string `pulumi:"jvmOptions"`
	// Resource labels
	Labels map[string]string `pulumi:"labels"`
	// Time when this springbootapps jar file was last modified.
	LastModifiedTime *string `pulumi:"lastModifiedTime"`
	// Time when this springbootapps instance was last refreshed.
	LastUpdatedTime *string `pulumi:"lastUpdatedTime"`
	// The machine ARM id list the app belongs to.
	MachineArmIds []string `pulumi:"machineArmIds"`
	// The other types of date collected.
	Miscs []SpringbootappsPropertiesResponseMiscs `pulumi:"miscs"`
	// The resource provisioning state.
	ProvisioningState string `pulumi:"provisioningState"`
	// The jdk version installed on server
	RuntimeJdkVersion *string `pulumi:"runtimeJdkVersion"`
	// The server list the app installed
	Servers []string `pulumi:"servers"`
	// The spring boot version.
	SpringBootVersion *string `pulumi:"springBootVersion"`
	// The static content location list.
	StaticContentLocations []string `pulumi:"staticContentLocations"`
}

The springbootapps resource definition.

type SpringbootappsPropertiesResponseApplicationConfigurations

type SpringbootappsPropertiesResponseApplicationConfigurations struct {
	// The application config file name.
	Key string `pulumi:"key"`
	// The application config file content, only contains config keys.
	Value *string `pulumi:"value"`
}

type SpringbootappsPropertiesResponseApplicationConfigurationsArrayOutput

type SpringbootappsPropertiesResponseApplicationConfigurationsArrayOutput struct{ *pulumi.OutputState }

func (SpringbootappsPropertiesResponseApplicationConfigurationsArrayOutput) ElementType

func (SpringbootappsPropertiesResponseApplicationConfigurationsArrayOutput) ToSpringbootappsPropertiesResponseApplicationConfigurationsArrayOutput

func (SpringbootappsPropertiesResponseApplicationConfigurationsArrayOutput) ToSpringbootappsPropertiesResponseApplicationConfigurationsArrayOutputWithContext

func (o SpringbootappsPropertiesResponseApplicationConfigurationsArrayOutput) ToSpringbootappsPropertiesResponseApplicationConfigurationsArrayOutputWithContext(ctx context.Context) SpringbootappsPropertiesResponseApplicationConfigurationsArrayOutput

type SpringbootappsPropertiesResponseApplicationConfigurationsOutput

type SpringbootappsPropertiesResponseApplicationConfigurationsOutput struct{ *pulumi.OutputState }

func (SpringbootappsPropertiesResponseApplicationConfigurationsOutput) ElementType

func (SpringbootappsPropertiesResponseApplicationConfigurationsOutput) Key

The application config file name.

func (SpringbootappsPropertiesResponseApplicationConfigurationsOutput) ToSpringbootappsPropertiesResponseApplicationConfigurationsOutput

func (SpringbootappsPropertiesResponseApplicationConfigurationsOutput) ToSpringbootappsPropertiesResponseApplicationConfigurationsOutputWithContext

func (o SpringbootappsPropertiesResponseApplicationConfigurationsOutput) ToSpringbootappsPropertiesResponseApplicationConfigurationsOutputWithContext(ctx context.Context) SpringbootappsPropertiesResponseApplicationConfigurationsOutput

func (SpringbootappsPropertiesResponseApplicationConfigurationsOutput) Value

The application config file content, only contains config keys.

type SpringbootappsPropertiesResponseInstances

type SpringbootappsPropertiesResponseInstances struct {
	// The instance count of this app instance
	InstanceCount *int `pulumi:"instanceCount"`
	// The jvm heap memory allocated of this app instance
	JvmMemoryInMB *int `pulumi:"jvmMemoryInMB"`
	// The machine ARM resource Id of this app instance
	MachineArmId string `pulumi:"machineArmId"`
}

type SpringbootappsPropertiesResponseInstancesArrayOutput

type SpringbootappsPropertiesResponseInstancesArrayOutput struct{ *pulumi.OutputState }

func (SpringbootappsPropertiesResponseInstancesArrayOutput) ElementType

func (SpringbootappsPropertiesResponseInstancesArrayOutput) Index

func (SpringbootappsPropertiesResponseInstancesArrayOutput) ToSpringbootappsPropertiesResponseInstancesArrayOutput

func (SpringbootappsPropertiesResponseInstancesArrayOutput) ToSpringbootappsPropertiesResponseInstancesArrayOutputWithContext

func (o SpringbootappsPropertiesResponseInstancesArrayOutput) ToSpringbootappsPropertiesResponseInstancesArrayOutputWithContext(ctx context.Context) SpringbootappsPropertiesResponseInstancesArrayOutput

type SpringbootappsPropertiesResponseInstancesOutput

type SpringbootappsPropertiesResponseInstancesOutput struct{ *pulumi.OutputState }

func (SpringbootappsPropertiesResponseInstancesOutput) ElementType

func (SpringbootappsPropertiesResponseInstancesOutput) InstanceCount

The instance count of this app instance

func (SpringbootappsPropertiesResponseInstancesOutput) JvmMemoryInMB

The jvm heap memory allocated of this app instance

func (SpringbootappsPropertiesResponseInstancesOutput) MachineArmId

The machine ARM resource Id of this app instance

func (SpringbootappsPropertiesResponseInstancesOutput) ToSpringbootappsPropertiesResponseInstancesOutput

func (o SpringbootappsPropertiesResponseInstancesOutput) ToSpringbootappsPropertiesResponseInstancesOutput() SpringbootappsPropertiesResponseInstancesOutput

func (SpringbootappsPropertiesResponseInstancesOutput) ToSpringbootappsPropertiesResponseInstancesOutputWithContext

func (o SpringbootappsPropertiesResponseInstancesOutput) ToSpringbootappsPropertiesResponseInstancesOutputWithContext(ctx context.Context) SpringbootappsPropertiesResponseInstancesOutput

type SpringbootappsPropertiesResponseMiscs

type SpringbootappsPropertiesResponseMiscs struct {
	// The miscs. key.
	Key string `pulumi:"key"`
	// The miscs. value.
	Value *string `pulumi:"value"`
}

type SpringbootappsPropertiesResponseMiscsArrayOutput

type SpringbootappsPropertiesResponseMiscsArrayOutput struct{ *pulumi.OutputState }

func (SpringbootappsPropertiesResponseMiscsArrayOutput) ElementType

func (SpringbootappsPropertiesResponseMiscsArrayOutput) Index

func (SpringbootappsPropertiesResponseMiscsArrayOutput) ToSpringbootappsPropertiesResponseMiscsArrayOutput

func (o SpringbootappsPropertiesResponseMiscsArrayOutput) ToSpringbootappsPropertiesResponseMiscsArrayOutput() SpringbootappsPropertiesResponseMiscsArrayOutput

func (SpringbootappsPropertiesResponseMiscsArrayOutput) ToSpringbootappsPropertiesResponseMiscsArrayOutputWithContext

func (o SpringbootappsPropertiesResponseMiscsArrayOutput) ToSpringbootappsPropertiesResponseMiscsArrayOutputWithContext(ctx context.Context) SpringbootappsPropertiesResponseMiscsArrayOutput

type SpringbootappsPropertiesResponseMiscsOutput

type SpringbootappsPropertiesResponseMiscsOutput struct{ *pulumi.OutputState }

func (SpringbootappsPropertiesResponseMiscsOutput) ElementType

func (SpringbootappsPropertiesResponseMiscsOutput) Key

The miscs. key.

func (SpringbootappsPropertiesResponseMiscsOutput) ToSpringbootappsPropertiesResponseMiscsOutput

func (o SpringbootappsPropertiesResponseMiscsOutput) ToSpringbootappsPropertiesResponseMiscsOutput() SpringbootappsPropertiesResponseMiscsOutput

func (SpringbootappsPropertiesResponseMiscsOutput) ToSpringbootappsPropertiesResponseMiscsOutputWithContext

func (o SpringbootappsPropertiesResponseMiscsOutput) ToSpringbootappsPropertiesResponseMiscsOutputWithContext(ctx context.Context) SpringbootappsPropertiesResponseMiscsOutput

func (SpringbootappsPropertiesResponseMiscsOutput) Value

The miscs. value.

type SpringbootappsPropertiesResponseOutput

type SpringbootappsPropertiesResponseOutput struct{ *pulumi.OutputState }

The springbootapps resource definition.

func (SpringbootappsPropertiesResponseOutput) AppName

The name of SpringBootApp.

func (SpringbootappsPropertiesResponseOutput) AppPort

The application port.

func (SpringbootappsPropertiesResponseOutput) AppType

The application type, whether it is a SpringBoot app.

func (SpringbootappsPropertiesResponseOutput) ApplicationConfigurations

The application configuration file list.

func (SpringbootappsPropertiesResponseOutput) ArtifactName

The artifact name of SpringBootApp.

func (SpringbootappsPropertiesResponseOutput) BindingPorts

The application binding port list.

func (SpringbootappsPropertiesResponseOutput) BuildJdkVersion

The jdk version in build.

func (SpringbootappsPropertiesResponseOutput) Certificates

The certificate file list.

func (SpringbootappsPropertiesResponseOutput) Checksum

The checksum of jar file.

func (SpringbootappsPropertiesResponseOutput) ConnectionStrings

The connection string list.

func (SpringbootappsPropertiesResponseOutput) Dependencies

The dependency list.

func (SpringbootappsPropertiesResponseOutput) ElementType

func (SpringbootappsPropertiesResponseOutput) Environments

The environment variable list.

func (SpringbootappsPropertiesResponseOutput) Errors

The list of errors.

func (SpringbootappsPropertiesResponseOutput) InstanceCount

The total instance count the app deployed.

func (SpringbootappsPropertiesResponseOutput) Instances

The breakdown info for app instances on all the servers

func (SpringbootappsPropertiesResponseOutput) JarFileLocation

The jar file location on the server.

func (SpringbootappsPropertiesResponseOutput) JvmMemoryInMB

The jvm heap memory allocated.

func (SpringbootappsPropertiesResponseOutput) JvmOptions

The jvm options.

func (SpringbootappsPropertiesResponseOutput) Labels

Resource labels

func (SpringbootappsPropertiesResponseOutput) LastModifiedTime

Time when this springbootapps jar file was last modified.

func (SpringbootappsPropertiesResponseOutput) LastUpdatedTime

Time when this springbootapps instance was last refreshed.

func (SpringbootappsPropertiesResponseOutput) MachineArmIds

The machine ARM id list the app belongs to.

func (SpringbootappsPropertiesResponseOutput) Miscs

The other types of date collected.

func (SpringbootappsPropertiesResponseOutput) ProvisioningState

The resource provisioning state.

func (SpringbootappsPropertiesResponseOutput) RuntimeJdkVersion

The jdk version installed on server

func (SpringbootappsPropertiesResponseOutput) Servers

The server list the app installed

func (SpringbootappsPropertiesResponseOutput) SpringBootVersion

The spring boot version.

func (SpringbootappsPropertiesResponseOutput) StaticContentLocations

The static content location list.

func (SpringbootappsPropertiesResponseOutput) ToSpringbootappsPropertiesResponseOutput

func (o SpringbootappsPropertiesResponseOutput) ToSpringbootappsPropertiesResponseOutput() SpringbootappsPropertiesResponseOutput

func (SpringbootappsPropertiesResponseOutput) ToSpringbootappsPropertiesResponseOutputWithContext

func (o SpringbootappsPropertiesResponseOutput) ToSpringbootappsPropertiesResponseOutputWithContext(ctx context.Context) SpringbootappsPropertiesResponseOutput

type Springbootserver

type Springbootserver struct {
	pulumi.CustomResourceState

	// The name of the resource
	Name pulumi.StringOutput `pulumi:"name"`
	// The springbootservers resource definition.
	Properties SpringbootserversPropertiesResponseOutput `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"`
}

The springbootservers envelope resource definition. Azure REST API version: 2023-01-01-preview.

func GetSpringbootserver

func GetSpringbootserver(ctx *pulumi.Context,
	name string, id pulumi.IDInput, state *SpringbootserverState, opts ...pulumi.ResourceOption) (*Springbootserver, error)

GetSpringbootserver gets an existing Springbootserver 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 NewSpringbootserver

func NewSpringbootserver(ctx *pulumi.Context,
	name string, args *SpringbootserverArgs, opts ...pulumi.ResourceOption) (*Springbootserver, error)

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

func (*Springbootserver) ElementType

func (*Springbootserver) ElementType() reflect.Type

func (*Springbootserver) ToSpringbootserverOutput

func (i *Springbootserver) ToSpringbootserverOutput() SpringbootserverOutput

func (*Springbootserver) ToSpringbootserverOutputWithContext

func (i *Springbootserver) ToSpringbootserverOutputWithContext(ctx context.Context) SpringbootserverOutput

type SpringbootserverArgs

type SpringbootserverArgs struct {
	// The springbootservers resource definition.
	Properties SpringbootserversPropertiesPtrInput
	// The name of the resource group. The name is case insensitive.
	ResourceGroupName pulumi.StringInput
	// The springbootsites name.
	SiteName pulumi.StringInput
	// The springbootservers name.
	SpringbootserversName pulumi.StringPtrInput
	// Resource tags
	Tags pulumi.StringMapInput
}

The set of arguments for constructing a Springbootserver resource.

func (SpringbootserverArgs) ElementType

func (SpringbootserverArgs) ElementType() reflect.Type

type SpringbootserverInput

type SpringbootserverInput interface {
	pulumi.Input

	ToSpringbootserverOutput() SpringbootserverOutput
	ToSpringbootserverOutputWithContext(ctx context.Context) SpringbootserverOutput
}

type SpringbootserverOutput

type SpringbootserverOutput struct{ *pulumi.OutputState }

func (SpringbootserverOutput) ElementType

func (SpringbootserverOutput) ElementType() reflect.Type

func (SpringbootserverOutput) Name

The name of the resource

func (SpringbootserverOutput) Properties

The springbootservers resource definition.

func (SpringbootserverOutput) SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

func (SpringbootserverOutput) Tags

Resource tags

func (SpringbootserverOutput) ToSpringbootserverOutput

func (o SpringbootserverOutput) ToSpringbootserverOutput() SpringbootserverOutput

func (SpringbootserverOutput) ToSpringbootserverOutputWithContext

func (o SpringbootserverOutput) ToSpringbootserverOutputWithContext(ctx context.Context) SpringbootserverOutput

func (SpringbootserverOutput) Type

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

type SpringbootserverState

type SpringbootserverState struct {
}

func (SpringbootserverState) ElementType

func (SpringbootserverState) ElementType() reflect.Type

type SpringbootserversProperties

type SpringbootserversProperties struct {
	// The list of errors.
	Errors []Error `pulumi:"errors"`
	// The alternative FQDN or IP addresses to discover for this server
	FqdnAndIpAddressList []string `pulumi:"fqdnAndIpAddressList"`
	// The machine Id from ARM
	MachineArmId *string `pulumi:"machineArmId"`
	// Target server port for remote login
	Port *int `pulumi:"port"`
	// The resource provisioning state.
	ProvisioningState *string `pulumi:"provisioningState"`
	// Server is the target server name or ip address to discover of SpringBootServer.
	Server string `pulumi:"server"`
	// The total number of spring boot apps been discovered
	SpringBootApps *int `pulumi:"springBootApps"`
	// The total number of apps been discovered
	TotalApps *int `pulumi:"totalApps"`
}

The springbootservers resource definition.

type SpringbootserversPropertiesArgs

type SpringbootserversPropertiesArgs struct {
	// The list of errors.
	Errors ErrorArrayInput `pulumi:"errors"`
	// The alternative FQDN or IP addresses to discover for this server
	FqdnAndIpAddressList pulumi.StringArrayInput `pulumi:"fqdnAndIpAddressList"`
	// The machine Id from ARM
	MachineArmId pulumi.StringPtrInput `pulumi:"machineArmId"`
	// Target server port for remote login
	Port pulumi.IntPtrInput `pulumi:"port"`
	// The resource provisioning state.
	ProvisioningState pulumi.StringPtrInput `pulumi:"provisioningState"`
	// Server is the target server name or ip address to discover of SpringBootServer.
	Server pulumi.StringInput `pulumi:"server"`
	// The total number of spring boot apps been discovered
	SpringBootApps pulumi.IntPtrInput `pulumi:"springBootApps"`
	// The total number of apps been discovered
	TotalApps pulumi.IntPtrInput `pulumi:"totalApps"`
}

The springbootservers resource definition.

func (SpringbootserversPropertiesArgs) ElementType

func (SpringbootserversPropertiesArgs) ToSpringbootserversPropertiesOutput

func (i SpringbootserversPropertiesArgs) ToSpringbootserversPropertiesOutput() SpringbootserversPropertiesOutput

func (SpringbootserversPropertiesArgs) ToSpringbootserversPropertiesOutputWithContext

func (i SpringbootserversPropertiesArgs) ToSpringbootserversPropertiesOutputWithContext(ctx context.Context) SpringbootserversPropertiesOutput

func (SpringbootserversPropertiesArgs) ToSpringbootserversPropertiesPtrOutput

func (i SpringbootserversPropertiesArgs) ToSpringbootserversPropertiesPtrOutput() SpringbootserversPropertiesPtrOutput

func (SpringbootserversPropertiesArgs) ToSpringbootserversPropertiesPtrOutputWithContext

func (i SpringbootserversPropertiesArgs) ToSpringbootserversPropertiesPtrOutputWithContext(ctx context.Context) SpringbootserversPropertiesPtrOutput

type SpringbootserversPropertiesInput

type SpringbootserversPropertiesInput interface {
	pulumi.Input

	ToSpringbootserversPropertiesOutput() SpringbootserversPropertiesOutput
	ToSpringbootserversPropertiesOutputWithContext(context.Context) SpringbootserversPropertiesOutput
}

SpringbootserversPropertiesInput is an input type that accepts SpringbootserversPropertiesArgs and SpringbootserversPropertiesOutput values. You can construct a concrete instance of `SpringbootserversPropertiesInput` via:

SpringbootserversPropertiesArgs{...}

type SpringbootserversPropertiesOutput

type SpringbootserversPropertiesOutput struct{ *pulumi.OutputState }

The springbootservers resource definition.

func (SpringbootserversPropertiesOutput) ElementType

func (SpringbootserversPropertiesOutput) Errors

The list of errors.

func (SpringbootserversPropertiesOutput) FqdnAndIpAddressList

The alternative FQDN or IP addresses to discover for this server

func (SpringbootserversPropertiesOutput) MachineArmId

The machine Id from ARM

func (SpringbootserversPropertiesOutput) Port

Target server port for remote login

func (SpringbootserversPropertiesOutput) ProvisioningState

The resource provisioning state.

func (SpringbootserversPropertiesOutput) Server

Server is the target server name or ip address to discover of SpringBootServer.

func (SpringbootserversPropertiesOutput) SpringBootApps

The total number of spring boot apps been discovered

func (SpringbootserversPropertiesOutput) ToSpringbootserversPropertiesOutput

func (o SpringbootserversPropertiesOutput) ToSpringbootserversPropertiesOutput() SpringbootserversPropertiesOutput

func (SpringbootserversPropertiesOutput) ToSpringbootserversPropertiesOutputWithContext

func (o SpringbootserversPropertiesOutput) ToSpringbootserversPropertiesOutputWithContext(ctx context.Context) SpringbootserversPropertiesOutput

func (SpringbootserversPropertiesOutput) ToSpringbootserversPropertiesPtrOutput

func (o SpringbootserversPropertiesOutput) ToSpringbootserversPropertiesPtrOutput() SpringbootserversPropertiesPtrOutput

func (SpringbootserversPropertiesOutput) ToSpringbootserversPropertiesPtrOutputWithContext

func (o SpringbootserversPropertiesOutput) ToSpringbootserversPropertiesPtrOutputWithContext(ctx context.Context) SpringbootserversPropertiesPtrOutput

func (SpringbootserversPropertiesOutput) TotalApps

The total number of apps been discovered

type SpringbootserversPropertiesPtrInput

type SpringbootserversPropertiesPtrInput interface {
	pulumi.Input

	ToSpringbootserversPropertiesPtrOutput() SpringbootserversPropertiesPtrOutput
	ToSpringbootserversPropertiesPtrOutputWithContext(context.Context) SpringbootserversPropertiesPtrOutput
}

SpringbootserversPropertiesPtrInput is an input type that accepts SpringbootserversPropertiesArgs, SpringbootserversPropertiesPtr and SpringbootserversPropertiesPtrOutput values. You can construct a concrete instance of `SpringbootserversPropertiesPtrInput` via:

        SpringbootserversPropertiesArgs{...}

or:

        nil

type SpringbootserversPropertiesPtrOutput

type SpringbootserversPropertiesPtrOutput struct{ *pulumi.OutputState }

func (SpringbootserversPropertiesPtrOutput) Elem

func (SpringbootserversPropertiesPtrOutput) ElementType

func (SpringbootserversPropertiesPtrOutput) Errors

The list of errors.

func (SpringbootserversPropertiesPtrOutput) FqdnAndIpAddressList

The alternative FQDN or IP addresses to discover for this server

func (SpringbootserversPropertiesPtrOutput) MachineArmId

The machine Id from ARM

func (SpringbootserversPropertiesPtrOutput) Port

Target server port for remote login

func (SpringbootserversPropertiesPtrOutput) ProvisioningState

The resource provisioning state.

func (SpringbootserversPropertiesPtrOutput) Server

Server is the target server name or ip address to discover of SpringBootServer.

func (SpringbootserversPropertiesPtrOutput) SpringBootApps

The total number of spring boot apps been discovered

func (SpringbootserversPropertiesPtrOutput) ToSpringbootserversPropertiesPtrOutput

func (o SpringbootserversPropertiesPtrOutput) ToSpringbootserversPropertiesPtrOutput() SpringbootserversPropertiesPtrOutput

func (SpringbootserversPropertiesPtrOutput) ToSpringbootserversPropertiesPtrOutputWithContext

func (o SpringbootserversPropertiesPtrOutput) ToSpringbootserversPropertiesPtrOutputWithContext(ctx context.Context) SpringbootserversPropertiesPtrOutput

func (SpringbootserversPropertiesPtrOutput) TotalApps

The total number of apps been discovered

type SpringbootserversPropertiesResponse

type SpringbootserversPropertiesResponse struct {
	// The list of errors.
	Errors []ErrorResponse `pulumi:"errors"`
	// The alternative FQDN or IP addresses to discover for this server
	FqdnAndIpAddressList []string `pulumi:"fqdnAndIpAddressList"`
	// The machine Id from ARM
	MachineArmId *string `pulumi:"machineArmId"`
	// Target server port for remote login
	Port *int `pulumi:"port"`
	// The resource provisioning state.
	ProvisioningState *string `pulumi:"provisioningState"`
	// Server is the target server name or ip address to discover of SpringBootServer.
	Server string `pulumi:"server"`
	// The total number of spring boot apps been discovered
	SpringBootApps *int `pulumi:"springBootApps"`
	// The total number of apps been discovered
	TotalApps *int `pulumi:"totalApps"`
}

The springbootservers resource definition.

type SpringbootserversPropertiesResponseOutput

type SpringbootserversPropertiesResponseOutput struct{ *pulumi.OutputState }

The springbootservers resource definition.

func (SpringbootserversPropertiesResponseOutput) ElementType

func (SpringbootserversPropertiesResponseOutput) Errors

The list of errors.

func (SpringbootserversPropertiesResponseOutput) FqdnAndIpAddressList

The alternative FQDN or IP addresses to discover for this server

func (SpringbootserversPropertiesResponseOutput) MachineArmId

The machine Id from ARM

func (SpringbootserversPropertiesResponseOutput) Port

Target server port for remote login

func (SpringbootserversPropertiesResponseOutput) ProvisioningState

The resource provisioning state.

func (SpringbootserversPropertiesResponseOutput) Server

Server is the target server name or ip address to discover of SpringBootServer.

func (SpringbootserversPropertiesResponseOutput) SpringBootApps

The total number of spring boot apps been discovered

func (SpringbootserversPropertiesResponseOutput) ToSpringbootserversPropertiesResponseOutput

func (o SpringbootserversPropertiesResponseOutput) ToSpringbootserversPropertiesResponseOutput() SpringbootserversPropertiesResponseOutput

func (SpringbootserversPropertiesResponseOutput) ToSpringbootserversPropertiesResponseOutputWithContext

func (o SpringbootserversPropertiesResponseOutput) ToSpringbootserversPropertiesResponseOutputWithContext(ctx context.Context) SpringbootserversPropertiesResponseOutput

func (SpringbootserversPropertiesResponseOutput) TotalApps

The total number of apps been discovered

type Springbootsite

type Springbootsite struct {
	pulumi.CustomResourceState

	// The extended location definition.
	ExtendedLocation SpringbootsitesModelResponseExtendedLocationPtrOutput `pulumi:"extendedLocation"`
	// The geo-location where the resource lives
	Location pulumi.StringOutput `pulumi:"location"`
	// The name of the resource
	Name pulumi.StringOutput `pulumi:"name"`
	// The springbootsites resource definition.
	Properties SpringbootsitesPropertiesResponseOutput `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"`
}

The springbootsites envelope resource definition. Azure REST API version: 2023-01-01-preview.

func GetSpringbootsite

func GetSpringbootsite(ctx *pulumi.Context,
	name string, id pulumi.IDInput, state *SpringbootsiteState, opts ...pulumi.ResourceOption) (*Springbootsite, error)

GetSpringbootsite gets an existing Springbootsite 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 NewSpringbootsite

func NewSpringbootsite(ctx *pulumi.Context,
	name string, args *SpringbootsiteArgs, opts ...pulumi.ResourceOption) (*Springbootsite, error)

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

func (*Springbootsite) ElementType

func (*Springbootsite) ElementType() reflect.Type

func (*Springbootsite) ToSpringbootsiteOutput

func (i *Springbootsite) ToSpringbootsiteOutput() SpringbootsiteOutput

func (*Springbootsite) ToSpringbootsiteOutputWithContext

func (i *Springbootsite) ToSpringbootsiteOutputWithContext(ctx context.Context) SpringbootsiteOutput

type SpringbootsiteArgs

type SpringbootsiteArgs struct {
	// The extended location definition.
	ExtendedLocation SpringbootsitesModelExtendedLocationPtrInput
	// The geo-location where the resource lives
	Location pulumi.StringPtrInput
	// The springbootsites resource definition.
	Properties SpringbootsitesPropertiesPtrInput
	// The name of the resource group. The name is case insensitive.
	ResourceGroupName pulumi.StringInput
	// The springbootsites name.
	SpringbootsitesName pulumi.StringPtrInput
	// Resource tags.
	Tags pulumi.StringMapInput
}

The set of arguments for constructing a Springbootsite resource.

func (SpringbootsiteArgs) ElementType

func (SpringbootsiteArgs) ElementType() reflect.Type

type SpringbootsiteInput

type SpringbootsiteInput interface {
	pulumi.Input

	ToSpringbootsiteOutput() SpringbootsiteOutput
	ToSpringbootsiteOutputWithContext(ctx context.Context) SpringbootsiteOutput
}

type SpringbootsiteOutput

type SpringbootsiteOutput struct{ *pulumi.OutputState }

func (SpringbootsiteOutput) ElementType

func (SpringbootsiteOutput) ElementType() reflect.Type

func (SpringbootsiteOutput) ExtendedLocation

The extended location definition.

func (SpringbootsiteOutput) Location

The geo-location where the resource lives

func (SpringbootsiteOutput) Name

The name of the resource

func (SpringbootsiteOutput) Properties

The springbootsites resource definition.

func (SpringbootsiteOutput) SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

func (SpringbootsiteOutput) Tags

Resource tags.

func (SpringbootsiteOutput) ToSpringbootsiteOutput

func (o SpringbootsiteOutput) ToSpringbootsiteOutput() SpringbootsiteOutput

func (SpringbootsiteOutput) ToSpringbootsiteOutputWithContext

func (o SpringbootsiteOutput) ToSpringbootsiteOutputWithContext(ctx context.Context) SpringbootsiteOutput

func (SpringbootsiteOutput) Type

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

type SpringbootsiteState

type SpringbootsiteState struct {
}

func (SpringbootsiteState) ElementType

func (SpringbootsiteState) ElementType() reflect.Type

type SpringbootsitesModelExtendedLocation

type SpringbootsitesModelExtendedLocation struct {
	// The extended location name.
	Name *string `pulumi:"name"`
	// The extended location type.
	Type *string `pulumi:"type"`
}

The extended location definition.

type SpringbootsitesModelExtendedLocationArgs

type SpringbootsitesModelExtendedLocationArgs struct {
	// The extended location name.
	Name pulumi.StringPtrInput `pulumi:"name"`
	// The extended location type.
	Type pulumi.StringPtrInput `pulumi:"type"`
}

The extended location definition.

func (SpringbootsitesModelExtendedLocationArgs) ElementType

func (SpringbootsitesModelExtendedLocationArgs) ToSpringbootsitesModelExtendedLocationOutput

func (i SpringbootsitesModelExtendedLocationArgs) ToSpringbootsitesModelExtendedLocationOutput() SpringbootsitesModelExtendedLocationOutput

func (SpringbootsitesModelExtendedLocationArgs) ToSpringbootsitesModelExtendedLocationOutputWithContext

func (i SpringbootsitesModelExtendedLocationArgs) ToSpringbootsitesModelExtendedLocationOutputWithContext(ctx context.Context) SpringbootsitesModelExtendedLocationOutput

func (SpringbootsitesModelExtendedLocationArgs) ToSpringbootsitesModelExtendedLocationPtrOutput

func (i SpringbootsitesModelExtendedLocationArgs) ToSpringbootsitesModelExtendedLocationPtrOutput() SpringbootsitesModelExtendedLocationPtrOutput

func (SpringbootsitesModelExtendedLocationArgs) ToSpringbootsitesModelExtendedLocationPtrOutputWithContext

func (i SpringbootsitesModelExtendedLocationArgs) ToSpringbootsitesModelExtendedLocationPtrOutputWithContext(ctx context.Context) SpringbootsitesModelExtendedLocationPtrOutput

type SpringbootsitesModelExtendedLocationInput

type SpringbootsitesModelExtendedLocationInput interface {
	pulumi.Input

	ToSpringbootsitesModelExtendedLocationOutput() SpringbootsitesModelExtendedLocationOutput
	ToSpringbootsitesModelExtendedLocationOutputWithContext(context.Context) SpringbootsitesModelExtendedLocationOutput
}

SpringbootsitesModelExtendedLocationInput is an input type that accepts SpringbootsitesModelExtendedLocationArgs and SpringbootsitesModelExtendedLocationOutput values. You can construct a concrete instance of `SpringbootsitesModelExtendedLocationInput` via:

SpringbootsitesModelExtendedLocationArgs{...}

type SpringbootsitesModelExtendedLocationOutput

type SpringbootsitesModelExtendedLocationOutput struct{ *pulumi.OutputState }

The extended location definition.

func (SpringbootsitesModelExtendedLocationOutput) ElementType

func (SpringbootsitesModelExtendedLocationOutput) Name

The extended location name.

func (SpringbootsitesModelExtendedLocationOutput) ToSpringbootsitesModelExtendedLocationOutput

func (o SpringbootsitesModelExtendedLocationOutput) ToSpringbootsitesModelExtendedLocationOutput() SpringbootsitesModelExtendedLocationOutput

func (SpringbootsitesModelExtendedLocationOutput) ToSpringbootsitesModelExtendedLocationOutputWithContext

func (o SpringbootsitesModelExtendedLocationOutput) ToSpringbootsitesModelExtendedLocationOutputWithContext(ctx context.Context) SpringbootsitesModelExtendedLocationOutput

func (SpringbootsitesModelExtendedLocationOutput) ToSpringbootsitesModelExtendedLocationPtrOutput

func (o SpringbootsitesModelExtendedLocationOutput) ToSpringbootsitesModelExtendedLocationPtrOutput() SpringbootsitesModelExtendedLocationPtrOutput

func (SpringbootsitesModelExtendedLocationOutput) ToSpringbootsitesModelExtendedLocationPtrOutputWithContext

func (o SpringbootsitesModelExtendedLocationOutput) ToSpringbootsitesModelExtendedLocationPtrOutputWithContext(ctx context.Context) SpringbootsitesModelExtendedLocationPtrOutput

func (SpringbootsitesModelExtendedLocationOutput) Type

The extended location type.

type SpringbootsitesModelExtendedLocationPtrInput

type SpringbootsitesModelExtendedLocationPtrInput interface {
	pulumi.Input

	ToSpringbootsitesModelExtendedLocationPtrOutput() SpringbootsitesModelExtendedLocationPtrOutput
	ToSpringbootsitesModelExtendedLocationPtrOutputWithContext(context.Context) SpringbootsitesModelExtendedLocationPtrOutput
}

SpringbootsitesModelExtendedLocationPtrInput is an input type that accepts SpringbootsitesModelExtendedLocationArgs, SpringbootsitesModelExtendedLocationPtr and SpringbootsitesModelExtendedLocationPtrOutput values. You can construct a concrete instance of `SpringbootsitesModelExtendedLocationPtrInput` via:

        SpringbootsitesModelExtendedLocationArgs{...}

or:

        nil

type SpringbootsitesModelExtendedLocationPtrOutput

type SpringbootsitesModelExtendedLocationPtrOutput struct{ *pulumi.OutputState }

func (SpringbootsitesModelExtendedLocationPtrOutput) Elem

func (SpringbootsitesModelExtendedLocationPtrOutput) ElementType

func (SpringbootsitesModelExtendedLocationPtrOutput) Name

The extended location name.

func (SpringbootsitesModelExtendedLocationPtrOutput) ToSpringbootsitesModelExtendedLocationPtrOutput

func (o SpringbootsitesModelExtendedLocationPtrOutput) ToSpringbootsitesModelExtendedLocationPtrOutput() SpringbootsitesModelExtendedLocationPtrOutput

func (SpringbootsitesModelExtendedLocationPtrOutput) ToSpringbootsitesModelExtendedLocationPtrOutputWithContext

func (o SpringbootsitesModelExtendedLocationPtrOutput) ToSpringbootsitesModelExtendedLocationPtrOutputWithContext(ctx context.Context) SpringbootsitesModelExtendedLocationPtrOutput

func (SpringbootsitesModelExtendedLocationPtrOutput) Type

The extended location type.

type SpringbootsitesModelResponseExtendedLocation

type SpringbootsitesModelResponseExtendedLocation struct {
	// The extended location name.
	Name *string `pulumi:"name"`
	// The extended location type.
	Type *string `pulumi:"type"`
}

The extended location definition.

type SpringbootsitesModelResponseExtendedLocationOutput

type SpringbootsitesModelResponseExtendedLocationOutput struct{ *pulumi.OutputState }

The extended location definition.

func (SpringbootsitesModelResponseExtendedLocationOutput) ElementType

func (SpringbootsitesModelResponseExtendedLocationOutput) Name

The extended location name.

func (SpringbootsitesModelResponseExtendedLocationOutput) ToSpringbootsitesModelResponseExtendedLocationOutput

func (o SpringbootsitesModelResponseExtendedLocationOutput) ToSpringbootsitesModelResponseExtendedLocationOutput() SpringbootsitesModelResponseExtendedLocationOutput

func (SpringbootsitesModelResponseExtendedLocationOutput) ToSpringbootsitesModelResponseExtendedLocationOutputWithContext

func (o SpringbootsitesModelResponseExtendedLocationOutput) ToSpringbootsitesModelResponseExtendedLocationOutputWithContext(ctx context.Context) SpringbootsitesModelResponseExtendedLocationOutput

func (SpringbootsitesModelResponseExtendedLocationOutput) Type

The extended location type.

type SpringbootsitesModelResponseExtendedLocationPtrOutput

type SpringbootsitesModelResponseExtendedLocationPtrOutput struct{ *pulumi.OutputState }

func (SpringbootsitesModelResponseExtendedLocationPtrOutput) Elem

func (SpringbootsitesModelResponseExtendedLocationPtrOutput) ElementType

func (SpringbootsitesModelResponseExtendedLocationPtrOutput) Name

The extended location name.

func (SpringbootsitesModelResponseExtendedLocationPtrOutput) ToSpringbootsitesModelResponseExtendedLocationPtrOutput

func (SpringbootsitesModelResponseExtendedLocationPtrOutput) ToSpringbootsitesModelResponseExtendedLocationPtrOutputWithContext

func (o SpringbootsitesModelResponseExtendedLocationPtrOutput) ToSpringbootsitesModelResponseExtendedLocationPtrOutputWithContext(ctx context.Context) SpringbootsitesModelResponseExtendedLocationPtrOutput

func (SpringbootsitesModelResponseExtendedLocationPtrOutput) Type

The extended location type.

type SpringbootsitesProperties

type SpringbootsitesProperties struct {
	// The master site ID from Azure Migrate.
	MasterSiteId *string `pulumi:"masterSiteId"`
	// The migrate project ID from Azure Migrate.
	MigrateProjectId *string `pulumi:"migrateProjectId"`
	// The resource provisioning state.
	ProvisioningState *string `pulumi:"provisioningState"`
}

The springbootsites resource definition.

type SpringbootsitesPropertiesArgs

type SpringbootsitesPropertiesArgs struct {
	// The master site ID from Azure Migrate.
	MasterSiteId pulumi.StringPtrInput `pulumi:"masterSiteId"`
	// The migrate project ID from Azure Migrate.
	MigrateProjectId pulumi.StringPtrInput `pulumi:"migrateProjectId"`
	// The resource provisioning state.
	ProvisioningState pulumi.StringPtrInput `pulumi:"provisioningState"`
}

The springbootsites resource definition.

func (SpringbootsitesPropertiesArgs) ElementType

func (SpringbootsitesPropertiesArgs) ToSpringbootsitesPropertiesOutput

func (i SpringbootsitesPropertiesArgs) ToSpringbootsitesPropertiesOutput() SpringbootsitesPropertiesOutput

func (SpringbootsitesPropertiesArgs) ToSpringbootsitesPropertiesOutputWithContext

func (i SpringbootsitesPropertiesArgs) ToSpringbootsitesPropertiesOutputWithContext(ctx context.Context) SpringbootsitesPropertiesOutput

func (SpringbootsitesPropertiesArgs) ToSpringbootsitesPropertiesPtrOutput

func (i SpringbootsitesPropertiesArgs) ToSpringbootsitesPropertiesPtrOutput() SpringbootsitesPropertiesPtrOutput

func (SpringbootsitesPropertiesArgs) ToSpringbootsitesPropertiesPtrOutputWithContext

func (i SpringbootsitesPropertiesArgs) ToSpringbootsitesPropertiesPtrOutputWithContext(ctx context.Context) SpringbootsitesPropertiesPtrOutput

type SpringbootsitesPropertiesInput

type SpringbootsitesPropertiesInput interface {
	pulumi.Input

	ToSpringbootsitesPropertiesOutput() SpringbootsitesPropertiesOutput
	ToSpringbootsitesPropertiesOutputWithContext(context.Context) SpringbootsitesPropertiesOutput
}

SpringbootsitesPropertiesInput is an input type that accepts SpringbootsitesPropertiesArgs and SpringbootsitesPropertiesOutput values. You can construct a concrete instance of `SpringbootsitesPropertiesInput` via:

SpringbootsitesPropertiesArgs{...}

type SpringbootsitesPropertiesOutput

type SpringbootsitesPropertiesOutput struct{ *pulumi.OutputState }

The springbootsites resource definition.

func (SpringbootsitesPropertiesOutput) ElementType

func (SpringbootsitesPropertiesOutput) MasterSiteId

The master site ID from Azure Migrate.

func (SpringbootsitesPropertiesOutput) MigrateProjectId

The migrate project ID from Azure Migrate.

func (SpringbootsitesPropertiesOutput) ProvisioningState

The resource provisioning state.

func (SpringbootsitesPropertiesOutput) ToSpringbootsitesPropertiesOutput

func (o SpringbootsitesPropertiesOutput) ToSpringbootsitesPropertiesOutput() SpringbootsitesPropertiesOutput

func (SpringbootsitesPropertiesOutput) ToSpringbootsitesPropertiesOutputWithContext

func (o SpringbootsitesPropertiesOutput) ToSpringbootsitesPropertiesOutputWithContext(ctx context.Context) SpringbootsitesPropertiesOutput

func (SpringbootsitesPropertiesOutput) ToSpringbootsitesPropertiesPtrOutput

func (o SpringbootsitesPropertiesOutput) ToSpringbootsitesPropertiesPtrOutput() SpringbootsitesPropertiesPtrOutput

func (SpringbootsitesPropertiesOutput) ToSpringbootsitesPropertiesPtrOutputWithContext

func (o SpringbootsitesPropertiesOutput) ToSpringbootsitesPropertiesPtrOutputWithContext(ctx context.Context) SpringbootsitesPropertiesPtrOutput

type SpringbootsitesPropertiesPtrInput

type SpringbootsitesPropertiesPtrInput interface {
	pulumi.Input

	ToSpringbootsitesPropertiesPtrOutput() SpringbootsitesPropertiesPtrOutput
	ToSpringbootsitesPropertiesPtrOutputWithContext(context.Context) SpringbootsitesPropertiesPtrOutput
}

SpringbootsitesPropertiesPtrInput is an input type that accepts SpringbootsitesPropertiesArgs, SpringbootsitesPropertiesPtr and SpringbootsitesPropertiesPtrOutput values. You can construct a concrete instance of `SpringbootsitesPropertiesPtrInput` via:

        SpringbootsitesPropertiesArgs{...}

or:

        nil

type SpringbootsitesPropertiesPtrOutput

type SpringbootsitesPropertiesPtrOutput struct{ *pulumi.OutputState }

func (SpringbootsitesPropertiesPtrOutput) Elem

func (SpringbootsitesPropertiesPtrOutput) ElementType

func (SpringbootsitesPropertiesPtrOutput) MasterSiteId

The master site ID from Azure Migrate.

func (SpringbootsitesPropertiesPtrOutput) MigrateProjectId

The migrate project ID from Azure Migrate.

func (SpringbootsitesPropertiesPtrOutput) ProvisioningState

The resource provisioning state.

func (SpringbootsitesPropertiesPtrOutput) ToSpringbootsitesPropertiesPtrOutput

func (o SpringbootsitesPropertiesPtrOutput) ToSpringbootsitesPropertiesPtrOutput() SpringbootsitesPropertiesPtrOutput

func (SpringbootsitesPropertiesPtrOutput) ToSpringbootsitesPropertiesPtrOutputWithContext

func (o SpringbootsitesPropertiesPtrOutput) ToSpringbootsitesPropertiesPtrOutputWithContext(ctx context.Context) SpringbootsitesPropertiesPtrOutput

type SpringbootsitesPropertiesResponse

type SpringbootsitesPropertiesResponse struct {
	// The master site ID from Azure Migrate.
	MasterSiteId *string `pulumi:"masterSiteId"`
	// The migrate project ID from Azure Migrate.
	MigrateProjectId *string `pulumi:"migrateProjectId"`
	// The resource provisioning state.
	ProvisioningState *string `pulumi:"provisioningState"`
}

The springbootsites resource definition.

type SpringbootsitesPropertiesResponseOutput

type SpringbootsitesPropertiesResponseOutput struct{ *pulumi.OutputState }

The springbootsites resource definition.

func (SpringbootsitesPropertiesResponseOutput) ElementType

func (SpringbootsitesPropertiesResponseOutput) MasterSiteId

The master site ID from Azure Migrate.

func (SpringbootsitesPropertiesResponseOutput) MigrateProjectId

The migrate project ID from Azure Migrate.

func (SpringbootsitesPropertiesResponseOutput) ProvisioningState

The resource provisioning state.

func (SpringbootsitesPropertiesResponseOutput) ToSpringbootsitesPropertiesResponseOutput

func (o SpringbootsitesPropertiesResponseOutput) ToSpringbootsitesPropertiesResponseOutput() SpringbootsitesPropertiesResponseOutput

func (SpringbootsitesPropertiesResponseOutput) ToSpringbootsitesPropertiesResponseOutputWithContext

func (o SpringbootsitesPropertiesResponseOutput) ToSpringbootsitesPropertiesResponseOutputWithContext(ctx context.Context) SpringbootsitesPropertiesResponseOutput

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