v20180201

package
v0.6.1 Latest Latest
Warning

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

Go to latest
Published: Feb 11, 2021 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

View Source
const (
	AccessControlEntryActionPermit = AccessControlEntryAction("Permit")
	AccessControlEntryActionDeny   = AccessControlEntryAction("Deny")
)
View Source
const (
	AutoHealActionTypeRecycle      = AutoHealActionType("Recycle")
	AutoHealActionTypeLogEvent     = AutoHealActionType("LogEvent")
	AutoHealActionTypeCustomAction = AutoHealActionType("CustomAction")
)
View Source
const (
	AzureResourceTypeWebsite        = AzureResourceType("Website")
	AzureResourceTypeTrafficManager = AzureResourceType("TrafficManager")
)
View Source
const (
	AzureStorageTypeAzureFiles = AzureStorageType("AzureFiles")
	AzureStorageTypeAzureBlob  = AzureStorageType("AzureBlob")
)
View Source
const (
	BuiltInAuthenticationProviderAzureActiveDirectory = BuiltInAuthenticationProvider("AzureActiveDirectory")
	BuiltInAuthenticationProviderFacebook             = BuiltInAuthenticationProvider("Facebook")
	BuiltInAuthenticationProviderGoogle               = BuiltInAuthenticationProvider("Google")
	BuiltInAuthenticationProviderMicrosoftAccount     = BuiltInAuthenticationProvider("MicrosoftAccount")
	BuiltInAuthenticationProviderTwitter              = BuiltInAuthenticationProvider("Twitter")
)
View Source
const (
	ComputeModeOptionsShared    = ComputeModeOptions("Shared")
	ComputeModeOptionsDedicated = ComputeModeOptions("Dedicated")
	ComputeModeOptionsDynamic   = ComputeModeOptions("Dynamic")
)
View Source
const (
	ConnectionStringTypeMySql           = ConnectionStringType("MySql")
	ConnectionStringTypeSQLServer       = ConnectionStringType("SQLServer")
	ConnectionStringTypeSQLAzure        = ConnectionStringType("SQLAzure")
	ConnectionStringTypeCustom          = ConnectionStringType("Custom")
	ConnectionStringTypeNotificationHub = ConnectionStringType("NotificationHub")
	ConnectionStringTypeServiceBus      = ConnectionStringType("ServiceBus")
	ConnectionStringTypeEventHub        = ConnectionStringType("EventHub")
	ConnectionStringTypeApiHub          = ConnectionStringType("ApiHub")
	ConnectionStringTypeDocDb           = ConnectionStringType("DocDb")
	ConnectionStringTypeRedisCache      = ConnectionStringType("RedisCache")
	ConnectionStringTypePostgreSQL      = ConnectionStringType("PostgreSQL")
)
View Source
const (
	CustomHostNameDnsRecordTypeCName = CustomHostNameDnsRecordType("CName")
	CustomHostNameDnsRecordTypeA     = CustomHostNameDnsRecordType("A")
)
View Source
const (
	DatabaseTypeSqlAzure   = DatabaseType("SqlAzure")
	DatabaseTypeMySql      = DatabaseType("MySql")
	DatabaseTypeLocalMySql = DatabaseType("LocalMySql")
	DatabaseTypePostgreSql = DatabaseType("PostgreSql")
)
View Source
const (
	FrequencyUnitDay  = FrequencyUnit("Day")
	FrequencyUnitHour = FrequencyUnit("Hour")
)
View Source
const (
	FtpsStateAllAllowed = FtpsState("AllAllowed")
	FtpsStateFtpsOnly   = FtpsState("FtpsOnly")
	FtpsStateDisabled   = FtpsState("Disabled")
)
View Source
const (
	HostNameTypeVerified = HostNameType("Verified")
	HostNameTypeManaged  = HostNameType("Managed")
)
View Source
const (
	HostTypeStandard   = HostType("Standard")
	HostTypeRepository = HostType("Repository")
)
View Source
const (
	InternalLoadBalancingModeNone       = InternalLoadBalancingMode("None")
	InternalLoadBalancingModeWeb        = InternalLoadBalancingMode("Web")
	InternalLoadBalancingModePublishing = InternalLoadBalancingMode("Publishing")
)
View Source
const (
	IpFilterTagDefault  = IpFilterTag("Default")
	IpFilterTagXffProxy = IpFilterTag("XffProxy")
)
View Source
const (
	LogLevelOff         = LogLevel("Off")
	LogLevelVerbose     = LogLevel("Verbose")
	LogLevelInformation = LogLevel("Information")
	LogLevelWarning     = LogLevel("Warning")
	LogLevelError       = LogLevel("Error")
)
View Source
const (
	ManagedPipelineModeIntegrated = ManagedPipelineMode("Integrated")
	ManagedPipelineModeClassic    = ManagedPipelineMode("Classic")
)
View Source
const (
	ManagedServiceIdentityTypeSystemAssigned               = ManagedServiceIdentityType("SystemAssigned")
	ManagedServiceIdentityTypeUserAssigned                 = ManagedServiceIdentityType("UserAssigned")
	ManagedServiceIdentityType_SystemAssigned_UserAssigned = ManagedServiceIdentityType("SystemAssigned, UserAssigned")
	ManagedServiceIdentityTypeNone                         = ManagedServiceIdentityType("None")
)
View Source
const (
	PublicCertificateLocationCurrentUserMy  = PublicCertificateLocation("CurrentUserMy")
	PublicCertificateLocationLocalMachineMy = PublicCertificateLocation("LocalMachineMy")
	PublicCertificateLocationUnknown        = PublicCertificateLocation("Unknown")
)
View Source
const (
	RedundancyModeNone         = RedundancyMode("None")
	RedundancyModeManual       = RedundancyMode("Manual")
	RedundancyModeFailover     = RedundancyMode("Failover")
	RedundancyModeActiveActive = RedundancyMode("ActiveActive")
	RedundancyModeGeoRedundant = RedundancyMode("GeoRedundant")
)
View Source
const (
	RouteTypeDEFAULT   = RouteType("DEFAULT")
	RouteTypeINHERITED = RouteType("INHERITED")
	RouteTypeSTATIC    = RouteType("STATIC")
)
View Source
const (
	ScmTypeNone         = ScmType("None")
	ScmTypeDropbox      = ScmType("Dropbox")
	ScmTypeTfs          = ScmType("Tfs")
	ScmTypeLocalGit     = ScmType("LocalGit")
	ScmTypeGitHub       = ScmType("GitHub")
	ScmTypeCodePlexGit  = ScmType("CodePlexGit")
	ScmTypeCodePlexHg   = ScmType("CodePlexHg")
	ScmTypeBitbucketGit = ScmType("BitbucketGit")
	ScmTypeBitbucketHg  = ScmType("BitbucketHg")
	ScmTypeExternalGit  = ScmType("ExternalGit")
	ScmTypeExternalHg   = ScmType("ExternalHg")
	ScmTypeOneDrive     = ScmType("OneDrive")
	ScmTypeVSO          = ScmType("VSO")
)
View Source
const (
	SiteLoadBalancingWeightedRoundRobin   = SiteLoadBalancing("WeightedRoundRobin")
	SiteLoadBalancingLeastRequests        = SiteLoadBalancing("LeastRequests")
	SiteLoadBalancingLeastResponseTime    = SiteLoadBalancing("LeastResponseTime")
	SiteLoadBalancingWeightedTotalTraffic = SiteLoadBalancing("WeightedTotalTraffic")
	SiteLoadBalancingRequestHash          = SiteLoadBalancing("RequestHash")
)
View Source
const (
	SslStateDisabled       = SslState("Disabled")
	SslStateSniEnabled     = SslState("SniEnabled")
	SslStateIpBasedEnabled = SslState("IpBasedEnabled")
)
View Source
const (
	SupportedTlsVersions_1_0 = SupportedTlsVersions("1.0")
	SupportedTlsVersions_1_1 = SupportedTlsVersions("1.1")
	SupportedTlsVersions_1_2 = SupportedTlsVersions("1.2")
)
View Source
const (
	UnauthenticatedClientActionRedirectToLoginPage = UnauthenticatedClientAction("RedirectToLoginPage")
	UnauthenticatedClientActionAllowAnonymous      = UnauthenticatedClientAction("AllowAnonymous")
)

Variables

This section is empty.

Functions

This section is empty.

Types

type AccessControlEntryAction added in v0.3.1

type AccessControlEntryAction pulumi.String

Action object.

func (AccessControlEntryAction) ElementType added in v0.3.1

func (AccessControlEntryAction) ElementType() reflect.Type

func (AccessControlEntryAction) ToStringOutput added in v0.3.1

func (e AccessControlEntryAction) ToStringOutput() pulumi.StringOutput

func (AccessControlEntryAction) ToStringOutputWithContext added in v0.3.1

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

func (AccessControlEntryAction) ToStringPtrOutput added in v0.3.1

func (e AccessControlEntryAction) ToStringPtrOutput() pulumi.StringPtrOutput

func (AccessControlEntryAction) ToStringPtrOutputWithContext added in v0.3.1

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

type ApiDefinitionInfo

type ApiDefinitionInfo struct {
	// The URL of the API definition.
	Url *string `pulumi:"url"`
}

Information about the formal API definition for the app.

type ApiDefinitionInfoArgs

type ApiDefinitionInfoArgs struct {
	// The URL of the API definition.
	Url pulumi.StringPtrInput `pulumi:"url"`
}

Information about the formal API definition for the app.

func (ApiDefinitionInfoArgs) ElementType

func (ApiDefinitionInfoArgs) ElementType() reflect.Type

func (ApiDefinitionInfoArgs) ToApiDefinitionInfoOutput

func (i ApiDefinitionInfoArgs) ToApiDefinitionInfoOutput() ApiDefinitionInfoOutput

func (ApiDefinitionInfoArgs) ToApiDefinitionInfoOutputWithContext

func (i ApiDefinitionInfoArgs) ToApiDefinitionInfoOutputWithContext(ctx context.Context) ApiDefinitionInfoOutput

func (ApiDefinitionInfoArgs) ToApiDefinitionInfoPtrOutput

func (i ApiDefinitionInfoArgs) ToApiDefinitionInfoPtrOutput() ApiDefinitionInfoPtrOutput

func (ApiDefinitionInfoArgs) ToApiDefinitionInfoPtrOutputWithContext

func (i ApiDefinitionInfoArgs) ToApiDefinitionInfoPtrOutputWithContext(ctx context.Context) ApiDefinitionInfoPtrOutput

type ApiDefinitionInfoInput

type ApiDefinitionInfoInput interface {
	pulumi.Input

	ToApiDefinitionInfoOutput() ApiDefinitionInfoOutput
	ToApiDefinitionInfoOutputWithContext(context.Context) ApiDefinitionInfoOutput
}

ApiDefinitionInfoInput is an input type that accepts ApiDefinitionInfoArgs and ApiDefinitionInfoOutput values. You can construct a concrete instance of `ApiDefinitionInfoInput` via:

ApiDefinitionInfoArgs{...}

type ApiDefinitionInfoOutput

type ApiDefinitionInfoOutput struct{ *pulumi.OutputState }

Information about the formal API definition for the app.

func (ApiDefinitionInfoOutput) ElementType

func (ApiDefinitionInfoOutput) ElementType() reflect.Type

func (ApiDefinitionInfoOutput) ToApiDefinitionInfoOutput

func (o ApiDefinitionInfoOutput) ToApiDefinitionInfoOutput() ApiDefinitionInfoOutput

func (ApiDefinitionInfoOutput) ToApiDefinitionInfoOutputWithContext

func (o ApiDefinitionInfoOutput) ToApiDefinitionInfoOutputWithContext(ctx context.Context) ApiDefinitionInfoOutput

func (ApiDefinitionInfoOutput) ToApiDefinitionInfoPtrOutput

func (o ApiDefinitionInfoOutput) ToApiDefinitionInfoPtrOutput() ApiDefinitionInfoPtrOutput

func (ApiDefinitionInfoOutput) ToApiDefinitionInfoPtrOutputWithContext

func (o ApiDefinitionInfoOutput) ToApiDefinitionInfoPtrOutputWithContext(ctx context.Context) ApiDefinitionInfoPtrOutput

func (ApiDefinitionInfoOutput) Url

The URL of the API definition.

type ApiDefinitionInfoPtrInput

type ApiDefinitionInfoPtrInput interface {
	pulumi.Input

	ToApiDefinitionInfoPtrOutput() ApiDefinitionInfoPtrOutput
	ToApiDefinitionInfoPtrOutputWithContext(context.Context) ApiDefinitionInfoPtrOutput
}

ApiDefinitionInfoPtrInput is an input type that accepts ApiDefinitionInfoArgs, ApiDefinitionInfoPtr and ApiDefinitionInfoPtrOutput values. You can construct a concrete instance of `ApiDefinitionInfoPtrInput` via:

        ApiDefinitionInfoArgs{...}

or:

        nil

type ApiDefinitionInfoPtrOutput

type ApiDefinitionInfoPtrOutput struct{ *pulumi.OutputState }

func (ApiDefinitionInfoPtrOutput) Elem

func (ApiDefinitionInfoPtrOutput) ElementType

func (ApiDefinitionInfoPtrOutput) ElementType() reflect.Type

func (ApiDefinitionInfoPtrOutput) ToApiDefinitionInfoPtrOutput

func (o ApiDefinitionInfoPtrOutput) ToApiDefinitionInfoPtrOutput() ApiDefinitionInfoPtrOutput

func (ApiDefinitionInfoPtrOutput) ToApiDefinitionInfoPtrOutputWithContext

func (o ApiDefinitionInfoPtrOutput) ToApiDefinitionInfoPtrOutputWithContext(ctx context.Context) ApiDefinitionInfoPtrOutput

func (ApiDefinitionInfoPtrOutput) Url

The URL of the API definition.

type ApiDefinitionInfoResponse

type ApiDefinitionInfoResponse struct {
	// The URL of the API definition.
	Url *string `pulumi:"url"`
}

Information about the formal API definition for the app.

type ApiDefinitionInfoResponseArgs

type ApiDefinitionInfoResponseArgs struct {
	// The URL of the API definition.
	Url pulumi.StringPtrInput `pulumi:"url"`
}

Information about the formal API definition for the app.

func (ApiDefinitionInfoResponseArgs) ElementType

func (ApiDefinitionInfoResponseArgs) ToApiDefinitionInfoResponseOutput

func (i ApiDefinitionInfoResponseArgs) ToApiDefinitionInfoResponseOutput() ApiDefinitionInfoResponseOutput

func (ApiDefinitionInfoResponseArgs) ToApiDefinitionInfoResponseOutputWithContext

func (i ApiDefinitionInfoResponseArgs) ToApiDefinitionInfoResponseOutputWithContext(ctx context.Context) ApiDefinitionInfoResponseOutput

func (ApiDefinitionInfoResponseArgs) ToApiDefinitionInfoResponsePtrOutput

func (i ApiDefinitionInfoResponseArgs) ToApiDefinitionInfoResponsePtrOutput() ApiDefinitionInfoResponsePtrOutput

func (ApiDefinitionInfoResponseArgs) ToApiDefinitionInfoResponsePtrOutputWithContext

func (i ApiDefinitionInfoResponseArgs) ToApiDefinitionInfoResponsePtrOutputWithContext(ctx context.Context) ApiDefinitionInfoResponsePtrOutput

type ApiDefinitionInfoResponseInput

type ApiDefinitionInfoResponseInput interface {
	pulumi.Input

	ToApiDefinitionInfoResponseOutput() ApiDefinitionInfoResponseOutput
	ToApiDefinitionInfoResponseOutputWithContext(context.Context) ApiDefinitionInfoResponseOutput
}

ApiDefinitionInfoResponseInput is an input type that accepts ApiDefinitionInfoResponseArgs and ApiDefinitionInfoResponseOutput values. You can construct a concrete instance of `ApiDefinitionInfoResponseInput` via:

ApiDefinitionInfoResponseArgs{...}

type ApiDefinitionInfoResponseOutput

type ApiDefinitionInfoResponseOutput struct{ *pulumi.OutputState }

Information about the formal API definition for the app.

func (ApiDefinitionInfoResponseOutput) ElementType

func (ApiDefinitionInfoResponseOutput) ToApiDefinitionInfoResponseOutput

func (o ApiDefinitionInfoResponseOutput) ToApiDefinitionInfoResponseOutput() ApiDefinitionInfoResponseOutput

func (ApiDefinitionInfoResponseOutput) ToApiDefinitionInfoResponseOutputWithContext

func (o ApiDefinitionInfoResponseOutput) ToApiDefinitionInfoResponseOutputWithContext(ctx context.Context) ApiDefinitionInfoResponseOutput

func (ApiDefinitionInfoResponseOutput) ToApiDefinitionInfoResponsePtrOutput

func (o ApiDefinitionInfoResponseOutput) ToApiDefinitionInfoResponsePtrOutput() ApiDefinitionInfoResponsePtrOutput

func (ApiDefinitionInfoResponseOutput) ToApiDefinitionInfoResponsePtrOutputWithContext

func (o ApiDefinitionInfoResponseOutput) ToApiDefinitionInfoResponsePtrOutputWithContext(ctx context.Context) ApiDefinitionInfoResponsePtrOutput

func (ApiDefinitionInfoResponseOutput) Url

The URL of the API definition.

type ApiDefinitionInfoResponsePtrInput

type ApiDefinitionInfoResponsePtrInput interface {
	pulumi.Input

	ToApiDefinitionInfoResponsePtrOutput() ApiDefinitionInfoResponsePtrOutput
	ToApiDefinitionInfoResponsePtrOutputWithContext(context.Context) ApiDefinitionInfoResponsePtrOutput
}

ApiDefinitionInfoResponsePtrInput is an input type that accepts ApiDefinitionInfoResponseArgs, ApiDefinitionInfoResponsePtr and ApiDefinitionInfoResponsePtrOutput values. You can construct a concrete instance of `ApiDefinitionInfoResponsePtrInput` via:

        ApiDefinitionInfoResponseArgs{...}

or:

        nil

type ApiDefinitionInfoResponsePtrOutput

type ApiDefinitionInfoResponsePtrOutput struct{ *pulumi.OutputState }

func (ApiDefinitionInfoResponsePtrOutput) Elem

func (ApiDefinitionInfoResponsePtrOutput) ElementType

func (ApiDefinitionInfoResponsePtrOutput) ToApiDefinitionInfoResponsePtrOutput

func (o ApiDefinitionInfoResponsePtrOutput) ToApiDefinitionInfoResponsePtrOutput() ApiDefinitionInfoResponsePtrOutput

func (ApiDefinitionInfoResponsePtrOutput) ToApiDefinitionInfoResponsePtrOutputWithContext

func (o ApiDefinitionInfoResponsePtrOutput) ToApiDefinitionInfoResponsePtrOutputWithContext(ctx context.Context) ApiDefinitionInfoResponsePtrOutput

func (ApiDefinitionInfoResponsePtrOutput) Url

The URL of the API definition.

type AppServiceEnvironment

type AppServiceEnvironment struct {
	pulumi.CustomResourceState

	// List of comma separated strings describing which VM sizes are allowed for front-ends.
	AllowedMultiSizes pulumi.StringOutput `pulumi:"allowedMultiSizes"`
	// List of comma separated strings describing which VM sizes are allowed for workers.
	AllowedWorkerSizes pulumi.StringOutput `pulumi:"allowedWorkerSizes"`
	// API Management Account associated with the App Service Environment.
	ApiManagementAccountId pulumi.StringPtrOutput `pulumi:"apiManagementAccountId"`
	// Custom settings for changing the behavior of the App Service Environment.
	ClusterSettings NameValuePairResponseArrayOutput `pulumi:"clusterSettings"`
	// Edition of the metadata database for the App Service Environment, e.g. "Standard".
	DatabaseEdition pulumi.StringOutput `pulumi:"databaseEdition"`
	// Service objective of the metadata database for the App Service Environment, e.g. "S0".
	DatabaseServiceObjective pulumi.StringOutput `pulumi:"databaseServiceObjective"`
	// Default Scale Factor for FrontEnds.
	DefaultFrontEndScaleFactor pulumi.IntOutput `pulumi:"defaultFrontEndScaleFactor"`
	// DNS suffix of the App Service Environment.
	DnsSuffix pulumi.StringPtrOutput `pulumi:"dnsSuffix"`
	// True/false indicating whether the App Service Environment is suspended. The environment can be suspended e.g. when the management endpoint is no longer available
	// (most likely because NSG blocked the incoming traffic).
	DynamicCacheEnabled pulumi.BoolPtrOutput `pulumi:"dynamicCacheEnabled"`
	// Current total, used, and available worker capacities.
	EnvironmentCapacities StampCapacityResponseArrayOutput `pulumi:"environmentCapacities"`
	// True/false indicating whether the App Service Environment is healthy.
	EnvironmentIsHealthy pulumi.BoolOutput `pulumi:"environmentIsHealthy"`
	// Detailed message about with results of the last check of the App Service Environment.
	EnvironmentStatus pulumi.StringOutput `pulumi:"environmentStatus"`
	// Scale factor for front-ends.
	FrontEndScaleFactor pulumi.IntPtrOutput `pulumi:"frontEndScaleFactor"`
	// Flag that displays whether an ASE has linux workers or not
	HasLinuxWorkers pulumi.BoolPtrOutput `pulumi:"hasLinuxWorkers"`
	// Specifies which endpoints to serve internally in the Virtual Network for the App Service Environment.
	InternalLoadBalancingMode pulumi.StringPtrOutput `pulumi:"internalLoadBalancingMode"`
	// Number of IP SSL addresses reserved for the App Service Environment.
	IpsslAddressCount pulumi.IntPtrOutput `pulumi:"ipsslAddressCount"`
	// Kind of resource.
	Kind pulumi.StringPtrOutput `pulumi:"kind"`
	// Last deployment action on the App Service Environment.
	LastAction pulumi.StringOutput `pulumi:"lastAction"`
	// Result of the last deployment action on the App Service Environment.
	LastActionResult pulumi.StringOutput `pulumi:"lastActionResult"`
	// Resource Location.
	Location pulumi.StringOutput `pulumi:"location"`
	// Maximum number of VMs in the App Service Environment.
	MaximumNumberOfMachines pulumi.IntOutput `pulumi:"maximumNumberOfMachines"`
	// Number of front-end instances.
	MultiRoleCount pulumi.IntPtrOutput `pulumi:"multiRoleCount"`
	// Front-end VM size, e.g. "Medium", "Large".
	MultiSize pulumi.StringPtrOutput `pulumi:"multiSize"`
	// Resource Name.
	Name pulumi.StringOutput `pulumi:"name"`
	// Access control list for controlling traffic to the App Service Environment.
	NetworkAccessControlList NetworkAccessControlEntryResponseArrayOutput `pulumi:"networkAccessControlList"`
	// Provisioning state of the App Service Environment.
	ProvisioningState pulumi.StringOutput `pulumi:"provisioningState"`
	// Resource group of the App Service Environment.
	ResourceGroup pulumi.StringOutput `pulumi:"resourceGroup"`
	// Key Vault ID for ILB App Service Environment default SSL certificate
	SslCertKeyVaultId pulumi.StringPtrOutput `pulumi:"sslCertKeyVaultId"`
	// Key Vault Secret Name for ILB App Service Environment default SSL certificate
	SslCertKeyVaultSecretName pulumi.StringPtrOutput `pulumi:"sslCertKeyVaultSecretName"`
	// Current status of the App Service Environment.
	Status pulumi.StringOutput `pulumi:"status"`
	// Subscription of the App Service Environment.
	SubscriptionId pulumi.StringOutput `pulumi:"subscriptionId"`
	// <code>true</code> if the App Service Environment is suspended; otherwise, <code>false</code>. The environment can be suspended, e.g. when the management endpoint is no longer available
	//  (most likely because NSG blocked the incoming traffic).
	Suspended pulumi.BoolPtrOutput `pulumi:"suspended"`
	// Resource tags.
	Tags pulumi.StringMapOutput `pulumi:"tags"`
	// Resource type.
	Type pulumi.StringOutput `pulumi:"type"`
	// Number of upgrade domains of the App Service Environment.
	UpgradeDomains pulumi.IntOutput `pulumi:"upgradeDomains"`
	// User added ip ranges to whitelist on ASE db
	UserWhitelistedIpRanges pulumi.StringArrayOutput `pulumi:"userWhitelistedIpRanges"`
	// Description of IP SSL mapping for the App Service Environment.
	VipMappings VirtualIPMappingResponseArrayOutput `pulumi:"vipMappings"`
	// Description of the Virtual Network.
	VirtualNetwork VirtualNetworkProfileResponseOutput `pulumi:"virtualNetwork"`
	// Name of the Virtual Network for the App Service Environment.
	VnetName pulumi.StringPtrOutput `pulumi:"vnetName"`
	// Resource group of the Virtual Network.
	VnetResourceGroupName pulumi.StringPtrOutput `pulumi:"vnetResourceGroupName"`
	// Subnet of the Virtual Network.
	VnetSubnetName pulumi.StringPtrOutput `pulumi:"vnetSubnetName"`
	// Description of worker pools with worker size IDs, VM sizes, and number of workers in each pool.
	WorkerPools WorkerPoolResponseArrayOutput `pulumi:"workerPools"`
}

App Service Environment ARM resource.

func GetAppServiceEnvironment

func GetAppServiceEnvironment(ctx *pulumi.Context,
	name string, id pulumi.IDInput, state *AppServiceEnvironmentState, opts ...pulumi.ResourceOption) (*AppServiceEnvironment, error)

GetAppServiceEnvironment gets an existing AppServiceEnvironment 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 NewAppServiceEnvironment

func NewAppServiceEnvironment(ctx *pulumi.Context,
	name string, args *AppServiceEnvironmentArgs, opts ...pulumi.ResourceOption) (*AppServiceEnvironment, error)

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

func (*AppServiceEnvironment) ElementType added in v0.2.6

func (*AppServiceEnvironment) ElementType() reflect.Type

func (*AppServiceEnvironment) ToAppServiceEnvironmentOutput added in v0.2.6

func (i *AppServiceEnvironment) ToAppServiceEnvironmentOutput() AppServiceEnvironmentOutput

func (*AppServiceEnvironment) ToAppServiceEnvironmentOutputWithContext added in v0.2.6

func (i *AppServiceEnvironment) ToAppServiceEnvironmentOutputWithContext(ctx context.Context) AppServiceEnvironmentOutput

type AppServiceEnvironmentArgs

type AppServiceEnvironmentArgs struct {
	// API Management Account associated with the App Service Environment.
	ApiManagementAccountId pulumi.StringPtrInput
	// Custom settings for changing the behavior of the App Service Environment.
	ClusterSettings NameValuePairArrayInput
	// DNS suffix of the App Service Environment.
	DnsSuffix pulumi.StringPtrInput
	// True/false indicating whether the App Service Environment is suspended. The environment can be suspended e.g. when the management endpoint is no longer available
	// (most likely because NSG blocked the incoming traffic).
	DynamicCacheEnabled pulumi.BoolPtrInput
	// Scale factor for front-ends.
	FrontEndScaleFactor pulumi.IntPtrInput
	// Flag that displays whether an ASE has linux workers or not
	HasLinuxWorkers pulumi.BoolPtrInput
	// Specifies which endpoints to serve internally in the Virtual Network for the App Service Environment.
	InternalLoadBalancingMode *InternalLoadBalancingMode
	// Number of IP SSL addresses reserved for the App Service Environment.
	IpsslAddressCount pulumi.IntPtrInput
	// Kind of resource.
	Kind pulumi.StringPtrInput
	// Resource Location.
	Location pulumi.StringPtrInput
	// Number of front-end instances.
	MultiRoleCount pulumi.IntPtrInput
	// Front-end VM size, e.g. "Medium", "Large".
	MultiSize pulumi.StringPtrInput
	// Name of the App Service Environment.
	Name pulumi.StringInput
	// Access control list for controlling traffic to the App Service Environment.
	NetworkAccessControlList NetworkAccessControlEntryArrayInput
	// Name of the resource group to which the resource belongs.
	ResourceGroupName pulumi.StringInput
	// Key Vault ID for ILB App Service Environment default SSL certificate
	SslCertKeyVaultId pulumi.StringPtrInput
	// Key Vault Secret Name for ILB App Service Environment default SSL certificate
	SslCertKeyVaultSecretName pulumi.StringPtrInput
	// <code>true</code> if the App Service Environment is suspended; otherwise, <code>false</code>. The environment can be suspended, e.g. when the management endpoint is no longer available
	//  (most likely because NSG blocked the incoming traffic).
	Suspended pulumi.BoolPtrInput
	// Resource tags.
	Tags pulumi.StringMapInput
	// User added ip ranges to whitelist on ASE db
	UserWhitelistedIpRanges pulumi.StringArrayInput
	// Description of the Virtual Network.
	VirtualNetwork VirtualNetworkProfileInput
	// Name of the Virtual Network for the App Service Environment.
	VnetName pulumi.StringPtrInput
	// Resource group of the Virtual Network.
	VnetResourceGroupName pulumi.StringPtrInput
	// Subnet of the Virtual Network.
	VnetSubnetName pulumi.StringPtrInput
	// Description of worker pools with worker size IDs, VM sizes, and number of workers in each pool.
	WorkerPools WorkerPoolArrayInput
}

The set of arguments for constructing a AppServiceEnvironment resource.

func (AppServiceEnvironmentArgs) ElementType

func (AppServiceEnvironmentArgs) ElementType() reflect.Type

type AppServiceEnvironmentInput added in v0.2.6

type AppServiceEnvironmentInput interface {
	pulumi.Input

	ToAppServiceEnvironmentOutput() AppServiceEnvironmentOutput
	ToAppServiceEnvironmentOutputWithContext(ctx context.Context) AppServiceEnvironmentOutput
}

type AppServiceEnvironmentOutput added in v0.2.6

type AppServiceEnvironmentOutput struct {
	*pulumi.OutputState
}

func (AppServiceEnvironmentOutput) ElementType added in v0.2.6

func (AppServiceEnvironmentOutput) ToAppServiceEnvironmentOutput added in v0.2.6

func (o AppServiceEnvironmentOutput) ToAppServiceEnvironmentOutput() AppServiceEnvironmentOutput

func (AppServiceEnvironmentOutput) ToAppServiceEnvironmentOutputWithContext added in v0.2.6

func (o AppServiceEnvironmentOutput) ToAppServiceEnvironmentOutputWithContext(ctx context.Context) AppServiceEnvironmentOutput

type AppServiceEnvironmentState

type AppServiceEnvironmentState struct {
	// List of comma separated strings describing which VM sizes are allowed for front-ends.
	AllowedMultiSizes pulumi.StringPtrInput
	// List of comma separated strings describing which VM sizes are allowed for workers.
	AllowedWorkerSizes pulumi.StringPtrInput
	// API Management Account associated with the App Service Environment.
	ApiManagementAccountId pulumi.StringPtrInput
	// Custom settings for changing the behavior of the App Service Environment.
	ClusterSettings NameValuePairResponseArrayInput
	// Edition of the metadata database for the App Service Environment, e.g. "Standard".
	DatabaseEdition pulumi.StringPtrInput
	// Service objective of the metadata database for the App Service Environment, e.g. "S0".
	DatabaseServiceObjective pulumi.StringPtrInput
	// Default Scale Factor for FrontEnds.
	DefaultFrontEndScaleFactor pulumi.IntPtrInput
	// DNS suffix of the App Service Environment.
	DnsSuffix pulumi.StringPtrInput
	// True/false indicating whether the App Service Environment is suspended. The environment can be suspended e.g. when the management endpoint is no longer available
	// (most likely because NSG blocked the incoming traffic).
	DynamicCacheEnabled pulumi.BoolPtrInput
	// Current total, used, and available worker capacities.
	EnvironmentCapacities StampCapacityResponseArrayInput
	// True/false indicating whether the App Service Environment is healthy.
	EnvironmentIsHealthy pulumi.BoolPtrInput
	// Detailed message about with results of the last check of the App Service Environment.
	EnvironmentStatus pulumi.StringPtrInput
	// Scale factor for front-ends.
	FrontEndScaleFactor pulumi.IntPtrInput
	// Flag that displays whether an ASE has linux workers or not
	HasLinuxWorkers pulumi.BoolPtrInput
	// Specifies which endpoints to serve internally in the Virtual Network for the App Service Environment.
	InternalLoadBalancingMode pulumi.StringPtrInput
	// Number of IP SSL addresses reserved for the App Service Environment.
	IpsslAddressCount pulumi.IntPtrInput
	// Kind of resource.
	Kind pulumi.StringPtrInput
	// Last deployment action on the App Service Environment.
	LastAction pulumi.StringPtrInput
	// Result of the last deployment action on the App Service Environment.
	LastActionResult pulumi.StringPtrInput
	// Resource Location.
	Location pulumi.StringPtrInput
	// Maximum number of VMs in the App Service Environment.
	MaximumNumberOfMachines pulumi.IntPtrInput
	// Number of front-end instances.
	MultiRoleCount pulumi.IntPtrInput
	// Front-end VM size, e.g. "Medium", "Large".
	MultiSize pulumi.StringPtrInput
	// Resource Name.
	Name pulumi.StringPtrInput
	// Access control list for controlling traffic to the App Service Environment.
	NetworkAccessControlList NetworkAccessControlEntryResponseArrayInput
	// Provisioning state of the App Service Environment.
	ProvisioningState pulumi.StringPtrInput
	// Resource group of the App Service Environment.
	ResourceGroup pulumi.StringPtrInput
	// Key Vault ID for ILB App Service Environment default SSL certificate
	SslCertKeyVaultId pulumi.StringPtrInput
	// Key Vault Secret Name for ILB App Service Environment default SSL certificate
	SslCertKeyVaultSecretName pulumi.StringPtrInput
	// Current status of the App Service Environment.
	Status pulumi.StringPtrInput
	// Subscription of the App Service Environment.
	SubscriptionId pulumi.StringPtrInput
	// <code>true</code> if the App Service Environment is suspended; otherwise, <code>false</code>. The environment can be suspended, e.g. when the management endpoint is no longer available
	//  (most likely because NSG blocked the incoming traffic).
	Suspended pulumi.BoolPtrInput
	// Resource tags.
	Tags pulumi.StringMapInput
	// Resource type.
	Type pulumi.StringPtrInput
	// Number of upgrade domains of the App Service Environment.
	UpgradeDomains pulumi.IntPtrInput
	// User added ip ranges to whitelist on ASE db
	UserWhitelistedIpRanges pulumi.StringArrayInput
	// Description of IP SSL mapping for the App Service Environment.
	VipMappings VirtualIPMappingResponseArrayInput
	// Description of the Virtual Network.
	VirtualNetwork VirtualNetworkProfileResponsePtrInput
	// Name of the Virtual Network for the App Service Environment.
	VnetName pulumi.StringPtrInput
	// Resource group of the Virtual Network.
	VnetResourceGroupName pulumi.StringPtrInput
	// Subnet of the Virtual Network.
	VnetSubnetName pulumi.StringPtrInput
	// Description of worker pools with worker size IDs, VM sizes, and number of workers in each pool.
	WorkerPools WorkerPoolResponseArrayInput
}

func (AppServiceEnvironmentState) ElementType

func (AppServiceEnvironmentState) ElementType() reflect.Type

type AppServicePlan

type AppServicePlan struct {
	pulumi.CustomResourceState

	// The time when the server farm free offer expires.
	FreeOfferExpirationTime pulumi.StringPtrOutput `pulumi:"freeOfferExpirationTime"`
	// Geographical location for the App Service plan.
	GeoRegion pulumi.StringOutput `pulumi:"geoRegion"`
	// Specification for the App Service Environment to use for the App Service plan.
	HostingEnvironmentProfile HostingEnvironmentProfileResponsePtrOutput `pulumi:"hostingEnvironmentProfile"`
	// If Hyper-V container app service plan <code>true</code>, <code>false</code> otherwise.
	HyperV pulumi.BoolPtrOutput `pulumi:"hyperV"`
	// If <code>true</code>, this App Service Plan owns spot instances.
	IsSpot pulumi.BoolPtrOutput `pulumi:"isSpot"`
	// Obsolete: If Hyper-V container app service plan <code>true</code>, <code>false</code> otherwise.
	IsXenon pulumi.BoolPtrOutput `pulumi:"isXenon"`
	// Kind of resource.
	Kind pulumi.StringPtrOutput `pulumi:"kind"`
	// Resource Location.
	Location pulumi.StringOutput `pulumi:"location"`
	// Maximum number of total workers allowed for this ElasticScaleEnabled App Service Plan
	MaximumElasticWorkerCount pulumi.IntPtrOutput `pulumi:"maximumElasticWorkerCount"`
	// Maximum number of instances that can be assigned to this App Service plan.
	MaximumNumberOfWorkers pulumi.IntOutput `pulumi:"maximumNumberOfWorkers"`
	// Resource Name.
	Name pulumi.StringOutput `pulumi:"name"`
	// Number of apps assigned to this App Service plan.
	NumberOfSites pulumi.IntOutput `pulumi:"numberOfSites"`
	// If <code>true</code>, apps assigned to this App Service plan can be scaled independently.
	// If <code>false</code>, apps assigned to this App Service plan will scale to all instances of the plan.
	PerSiteScaling pulumi.BoolPtrOutput `pulumi:"perSiteScaling"`
	// Provisioning state of the App Service Environment.
	ProvisioningState pulumi.StringOutput `pulumi:"provisioningState"`
	// If Linux app service plan <code>true</code>, <code>false</code> otherwise.
	Reserved pulumi.BoolPtrOutput `pulumi:"reserved"`
	// Resource group of the App Service plan.
	ResourceGroup pulumi.StringOutput `pulumi:"resourceGroup"`
	// Description of a SKU for a scalable resource.
	Sku SkuDescriptionResponsePtrOutput `pulumi:"sku"`
	// The time when the server farm expires. Valid only if it is a spot server farm.
	SpotExpirationTime pulumi.StringPtrOutput `pulumi:"spotExpirationTime"`
	// App Service plan status.
	Status pulumi.StringOutput `pulumi:"status"`
	// App Service plan subscription.
	Subscription pulumi.StringOutput `pulumi:"subscription"`
	// Resource tags.
	Tags pulumi.StringMapOutput `pulumi:"tags"`
	// Scaling worker count.
	TargetWorkerCount pulumi.IntPtrOutput `pulumi:"targetWorkerCount"`
	// Scaling worker size ID.
	TargetWorkerSizeId pulumi.IntPtrOutput `pulumi:"targetWorkerSizeId"`
	// Resource type.
	Type pulumi.StringOutput `pulumi:"type"`
	// Target worker tier assigned to the App Service plan.
	WorkerTierName pulumi.StringPtrOutput `pulumi:"workerTierName"`
}

App Service plan.

func GetAppServicePlan

func GetAppServicePlan(ctx *pulumi.Context,
	name string, id pulumi.IDInput, state *AppServicePlanState, opts ...pulumi.ResourceOption) (*AppServicePlan, error)

GetAppServicePlan gets an existing AppServicePlan 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 NewAppServicePlan

func NewAppServicePlan(ctx *pulumi.Context,
	name string, args *AppServicePlanArgs, opts ...pulumi.ResourceOption) (*AppServicePlan, error)

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

func (*AppServicePlan) ElementType added in v0.2.6

func (*AppServicePlan) ElementType() reflect.Type

func (*AppServicePlan) ToAppServicePlanOutput added in v0.2.6

func (i *AppServicePlan) ToAppServicePlanOutput() AppServicePlanOutput

func (*AppServicePlan) ToAppServicePlanOutputWithContext added in v0.2.6

func (i *AppServicePlan) ToAppServicePlanOutputWithContext(ctx context.Context) AppServicePlanOutput

type AppServicePlanArgs

type AppServicePlanArgs struct {
	// The time when the server farm free offer expires.
	FreeOfferExpirationTime pulumi.StringPtrInput
	// Specification for the App Service Environment to use for the App Service plan.
	HostingEnvironmentProfile HostingEnvironmentProfilePtrInput
	// If Hyper-V container app service plan <code>true</code>, <code>false</code> otherwise.
	HyperV pulumi.BoolPtrInput
	// If <code>true</code>, this App Service Plan owns spot instances.
	IsSpot pulumi.BoolPtrInput
	// Obsolete: If Hyper-V container app service plan <code>true</code>, <code>false</code> otherwise.
	IsXenon pulumi.BoolPtrInput
	// Kind of resource.
	Kind pulumi.StringPtrInput
	// Resource Location.
	Location pulumi.StringPtrInput
	// Maximum number of total workers allowed for this ElasticScaleEnabled App Service Plan
	MaximumElasticWorkerCount pulumi.IntPtrInput
	// Name of the App Service plan.
	Name pulumi.StringInput
	// If <code>true</code>, apps assigned to this App Service plan can be scaled independently.
	// If <code>false</code>, apps assigned to this App Service plan will scale to all instances of the plan.
	PerSiteScaling pulumi.BoolPtrInput
	// If Linux app service plan <code>true</code>, <code>false</code> otherwise.
	Reserved pulumi.BoolPtrInput
	// Name of the resource group to which the resource belongs.
	ResourceGroupName pulumi.StringInput
	// Description of a SKU for a scalable resource.
	Sku SkuDescriptionPtrInput
	// The time when the server farm expires. Valid only if it is a spot server farm.
	SpotExpirationTime pulumi.StringPtrInput
	// Resource tags.
	Tags pulumi.StringMapInput
	// Scaling worker count.
	TargetWorkerCount pulumi.IntPtrInput
	// Scaling worker size ID.
	TargetWorkerSizeId pulumi.IntPtrInput
	// Target worker tier assigned to the App Service plan.
	WorkerTierName pulumi.StringPtrInput
}

The set of arguments for constructing a AppServicePlan resource.

func (AppServicePlanArgs) ElementType

func (AppServicePlanArgs) ElementType() reflect.Type

type AppServicePlanInput added in v0.2.6

type AppServicePlanInput interface {
	pulumi.Input

	ToAppServicePlanOutput() AppServicePlanOutput
	ToAppServicePlanOutputWithContext(ctx context.Context) AppServicePlanOutput
}

type AppServicePlanOutput added in v0.2.6

type AppServicePlanOutput struct {
	*pulumi.OutputState
}

func (AppServicePlanOutput) ElementType added in v0.2.6

func (AppServicePlanOutput) ElementType() reflect.Type

func (AppServicePlanOutput) ToAppServicePlanOutput added in v0.2.6

func (o AppServicePlanOutput) ToAppServicePlanOutput() AppServicePlanOutput

func (AppServicePlanOutput) ToAppServicePlanOutputWithContext added in v0.2.6

func (o AppServicePlanOutput) ToAppServicePlanOutputWithContext(ctx context.Context) AppServicePlanOutput

type AppServicePlanRouteForVnet

type AppServicePlanRouteForVnet struct {
	pulumi.CustomResourceState

	// The ending address for this route. If the start address is specified in CIDR notation, this must be omitted.
	EndAddress pulumi.StringPtrOutput `pulumi:"endAddress"`
	// Kind of resource.
	Kind pulumi.StringPtrOutput `pulumi:"kind"`
	// Resource Name.
	Name pulumi.StringOutput `pulumi:"name"`
	// The type of route this is:
	// DEFAULT - By default, every app has routes to the local address ranges specified by RFC1918
	// INHERITED - Routes inherited from the real Virtual Network routes
	// STATIC - Static route set on the app only
	//
	// These values will be used for syncing an app's routes with those from a Virtual Network.
	RouteType pulumi.StringPtrOutput `pulumi:"routeType"`
	// The starting address for this route. This may also include a CIDR notation, in which case the end address must not be specified.
	StartAddress pulumi.StringPtrOutput `pulumi:"startAddress"`
	// Resource type.
	Type pulumi.StringOutput `pulumi:"type"`
}

Virtual Network route contract used to pass routing information for a Virtual Network.

func GetAppServicePlanRouteForVnet

func GetAppServicePlanRouteForVnet(ctx *pulumi.Context,
	name string, id pulumi.IDInput, state *AppServicePlanRouteForVnetState, opts ...pulumi.ResourceOption) (*AppServicePlanRouteForVnet, error)

GetAppServicePlanRouteForVnet gets an existing AppServicePlanRouteForVnet 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 NewAppServicePlanRouteForVnet

func NewAppServicePlanRouteForVnet(ctx *pulumi.Context,
	name string, args *AppServicePlanRouteForVnetArgs, opts ...pulumi.ResourceOption) (*AppServicePlanRouteForVnet, error)

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

func (*AppServicePlanRouteForVnet) ElementType added in v0.2.6

func (*AppServicePlanRouteForVnet) ElementType() reflect.Type

func (*AppServicePlanRouteForVnet) ToAppServicePlanRouteForVnetOutput added in v0.2.6

func (i *AppServicePlanRouteForVnet) ToAppServicePlanRouteForVnetOutput() AppServicePlanRouteForVnetOutput

func (*AppServicePlanRouteForVnet) ToAppServicePlanRouteForVnetOutputWithContext added in v0.2.6

func (i *AppServicePlanRouteForVnet) ToAppServicePlanRouteForVnetOutputWithContext(ctx context.Context) AppServicePlanRouteForVnetOutput

type AppServicePlanRouteForVnetArgs

type AppServicePlanRouteForVnetArgs struct {
	// The ending address for this route. If the start address is specified in CIDR notation, this must be omitted.
	EndAddress pulumi.StringPtrInput
	// Kind of resource.
	Kind pulumi.StringPtrInput
	// Name of the App Service plan.
	Name pulumi.StringInput
	// Name of the resource group to which the resource belongs.
	ResourceGroupName pulumi.StringInput
	// Name of the Virtual Network route.
	RouteName pulumi.StringInput
	// The type of route this is:
	// DEFAULT - By default, every app has routes to the local address ranges specified by RFC1918
	// INHERITED - Routes inherited from the real Virtual Network routes
	// STATIC - Static route set on the app only
	//
	// These values will be used for syncing an app's routes with those from a Virtual Network.
	RouteType pulumi.StringPtrInput
	// The starting address for this route. This may also include a CIDR notation, in which case the end address must not be specified.
	StartAddress pulumi.StringPtrInput
	// Name of the Virtual Network.
	VnetName pulumi.StringInput
}

The set of arguments for constructing a AppServicePlanRouteForVnet resource.

func (AppServicePlanRouteForVnetArgs) ElementType

type AppServicePlanRouteForVnetInput added in v0.2.6

type AppServicePlanRouteForVnetInput interface {
	pulumi.Input

	ToAppServicePlanRouteForVnetOutput() AppServicePlanRouteForVnetOutput
	ToAppServicePlanRouteForVnetOutputWithContext(ctx context.Context) AppServicePlanRouteForVnetOutput
}

type AppServicePlanRouteForVnetOutput added in v0.2.6

type AppServicePlanRouteForVnetOutput struct {
	*pulumi.OutputState
}

func (AppServicePlanRouteForVnetOutput) ElementType added in v0.2.6

func (AppServicePlanRouteForVnetOutput) ToAppServicePlanRouteForVnetOutput added in v0.2.6

func (o AppServicePlanRouteForVnetOutput) ToAppServicePlanRouteForVnetOutput() AppServicePlanRouteForVnetOutput

func (AppServicePlanRouteForVnetOutput) ToAppServicePlanRouteForVnetOutputWithContext added in v0.2.6

func (o AppServicePlanRouteForVnetOutput) ToAppServicePlanRouteForVnetOutputWithContext(ctx context.Context) AppServicePlanRouteForVnetOutput

type AppServicePlanRouteForVnetState

type AppServicePlanRouteForVnetState struct {
	// The ending address for this route. If the start address is specified in CIDR notation, this must be omitted.
	EndAddress pulumi.StringPtrInput
	// Kind of resource.
	Kind pulumi.StringPtrInput
	// Resource Name.
	Name pulumi.StringPtrInput
	// The type of route this is:
	// DEFAULT - By default, every app has routes to the local address ranges specified by RFC1918
	// INHERITED - Routes inherited from the real Virtual Network routes
	// STATIC - Static route set on the app only
	//
	// These values will be used for syncing an app's routes with those from a Virtual Network.
	RouteType pulumi.StringPtrInput
	// The starting address for this route. This may also include a CIDR notation, in which case the end address must not be specified.
	StartAddress pulumi.StringPtrInput
	// Resource type.
	Type pulumi.StringPtrInput
}

func (AppServicePlanRouteForVnetState) ElementType

type AppServicePlanState

type AppServicePlanState struct {
	// The time when the server farm free offer expires.
	FreeOfferExpirationTime pulumi.StringPtrInput
	// Geographical location for the App Service plan.
	GeoRegion pulumi.StringPtrInput
	// Specification for the App Service Environment to use for the App Service plan.
	HostingEnvironmentProfile HostingEnvironmentProfileResponsePtrInput
	// If Hyper-V container app service plan <code>true</code>, <code>false</code> otherwise.
	HyperV pulumi.BoolPtrInput
	// If <code>true</code>, this App Service Plan owns spot instances.
	IsSpot pulumi.BoolPtrInput
	// Obsolete: If Hyper-V container app service plan <code>true</code>, <code>false</code> otherwise.
	IsXenon pulumi.BoolPtrInput
	// Kind of resource.
	Kind pulumi.StringPtrInput
	// Resource Location.
	Location pulumi.StringPtrInput
	// Maximum number of total workers allowed for this ElasticScaleEnabled App Service Plan
	MaximumElasticWorkerCount pulumi.IntPtrInput
	// Maximum number of instances that can be assigned to this App Service plan.
	MaximumNumberOfWorkers pulumi.IntPtrInput
	// Resource Name.
	Name pulumi.StringPtrInput
	// Number of apps assigned to this App Service plan.
	NumberOfSites pulumi.IntPtrInput
	// If <code>true</code>, apps assigned to this App Service plan can be scaled independently.
	// If <code>false</code>, apps assigned to this App Service plan will scale to all instances of the plan.
	PerSiteScaling pulumi.BoolPtrInput
	// Provisioning state of the App Service Environment.
	ProvisioningState pulumi.StringPtrInput
	// If Linux app service plan <code>true</code>, <code>false</code> otherwise.
	Reserved pulumi.BoolPtrInput
	// Resource group of the App Service plan.
	ResourceGroup pulumi.StringPtrInput
	// Description of a SKU for a scalable resource.
	Sku SkuDescriptionResponsePtrInput
	// The time when the server farm expires. Valid only if it is a spot server farm.
	SpotExpirationTime pulumi.StringPtrInput
	// App Service plan status.
	Status pulumi.StringPtrInput
	// App Service plan subscription.
	Subscription pulumi.StringPtrInput
	// Resource tags.
	Tags pulumi.StringMapInput
	// Scaling worker count.
	TargetWorkerCount pulumi.IntPtrInput
	// Scaling worker size ID.
	TargetWorkerSizeId pulumi.IntPtrInput
	// Resource type.
	Type pulumi.StringPtrInput
	// Target worker tier assigned to the App Service plan.
	WorkerTierName pulumi.StringPtrInput
}

func (AppServicePlanState) ElementType

func (AppServicePlanState) ElementType() reflect.Type

type ApplicationLogsConfig added in v0.3.1

type ApplicationLogsConfig struct {
	// Application logs to blob storage configuration.
	AzureBlobStorage *AzureBlobStorageApplicationLogsConfig `pulumi:"azureBlobStorage"`
	// Application logs to azure table storage configuration.
	AzureTableStorage *AzureTableStorageApplicationLogsConfig `pulumi:"azureTableStorage"`
	// Application logs to file system configuration.
	FileSystem *FileSystemApplicationLogsConfig `pulumi:"fileSystem"`
}

Application logs configuration.

type ApplicationLogsConfigArgs added in v0.3.1

type ApplicationLogsConfigArgs struct {
	// Application logs to blob storage configuration.
	AzureBlobStorage AzureBlobStorageApplicationLogsConfigPtrInput `pulumi:"azureBlobStorage"`
	// Application logs to azure table storage configuration.
	AzureTableStorage AzureTableStorageApplicationLogsConfigPtrInput `pulumi:"azureTableStorage"`
	// Application logs to file system configuration.
	FileSystem FileSystemApplicationLogsConfigPtrInput `pulumi:"fileSystem"`
}

Application logs configuration.

func (ApplicationLogsConfigArgs) ElementType added in v0.3.1

func (ApplicationLogsConfigArgs) ElementType() reflect.Type

func (ApplicationLogsConfigArgs) ToApplicationLogsConfigOutput added in v0.3.1

func (i ApplicationLogsConfigArgs) ToApplicationLogsConfigOutput() ApplicationLogsConfigOutput

func (ApplicationLogsConfigArgs) ToApplicationLogsConfigOutputWithContext added in v0.3.1

func (i ApplicationLogsConfigArgs) ToApplicationLogsConfigOutputWithContext(ctx context.Context) ApplicationLogsConfigOutput

func (ApplicationLogsConfigArgs) ToApplicationLogsConfigPtrOutput added in v0.3.1

func (i ApplicationLogsConfigArgs) ToApplicationLogsConfigPtrOutput() ApplicationLogsConfigPtrOutput

func (ApplicationLogsConfigArgs) ToApplicationLogsConfigPtrOutputWithContext added in v0.3.1

func (i ApplicationLogsConfigArgs) ToApplicationLogsConfigPtrOutputWithContext(ctx context.Context) ApplicationLogsConfigPtrOutput

type ApplicationLogsConfigInput added in v0.3.1

type ApplicationLogsConfigInput interface {
	pulumi.Input

	ToApplicationLogsConfigOutput() ApplicationLogsConfigOutput
	ToApplicationLogsConfigOutputWithContext(context.Context) ApplicationLogsConfigOutput
}

ApplicationLogsConfigInput is an input type that accepts ApplicationLogsConfigArgs and ApplicationLogsConfigOutput values. You can construct a concrete instance of `ApplicationLogsConfigInput` via:

ApplicationLogsConfigArgs{...}

type ApplicationLogsConfigOutput added in v0.3.1

type ApplicationLogsConfigOutput struct{ *pulumi.OutputState }

Application logs configuration.

func (ApplicationLogsConfigOutput) AzureBlobStorage added in v0.3.1

Application logs to blob storage configuration.

func (ApplicationLogsConfigOutput) AzureTableStorage added in v0.3.1

Application logs to azure table storage configuration.

func (ApplicationLogsConfigOutput) ElementType added in v0.3.1

func (ApplicationLogsConfigOutput) FileSystem added in v0.3.1

Application logs to file system configuration.

func (ApplicationLogsConfigOutput) ToApplicationLogsConfigOutput added in v0.3.1

func (o ApplicationLogsConfigOutput) ToApplicationLogsConfigOutput() ApplicationLogsConfigOutput

func (ApplicationLogsConfigOutput) ToApplicationLogsConfigOutputWithContext added in v0.3.1

func (o ApplicationLogsConfigOutput) ToApplicationLogsConfigOutputWithContext(ctx context.Context) ApplicationLogsConfigOutput

func (ApplicationLogsConfigOutput) ToApplicationLogsConfigPtrOutput added in v0.3.1

func (o ApplicationLogsConfigOutput) ToApplicationLogsConfigPtrOutput() ApplicationLogsConfigPtrOutput

func (ApplicationLogsConfigOutput) ToApplicationLogsConfigPtrOutputWithContext added in v0.3.1

func (o ApplicationLogsConfigOutput) ToApplicationLogsConfigPtrOutputWithContext(ctx context.Context) ApplicationLogsConfigPtrOutput

type ApplicationLogsConfigPtrInput added in v0.3.1

type ApplicationLogsConfigPtrInput interface {
	pulumi.Input

	ToApplicationLogsConfigPtrOutput() ApplicationLogsConfigPtrOutput
	ToApplicationLogsConfigPtrOutputWithContext(context.Context) ApplicationLogsConfigPtrOutput
}

ApplicationLogsConfigPtrInput is an input type that accepts ApplicationLogsConfigArgs, ApplicationLogsConfigPtr and ApplicationLogsConfigPtrOutput values. You can construct a concrete instance of `ApplicationLogsConfigPtrInput` via:

        ApplicationLogsConfigArgs{...}

or:

        nil

func ApplicationLogsConfigPtr added in v0.3.1

func ApplicationLogsConfigPtr(v *ApplicationLogsConfigArgs) ApplicationLogsConfigPtrInput

type ApplicationLogsConfigPtrOutput added in v0.3.1

type ApplicationLogsConfigPtrOutput struct{ *pulumi.OutputState }

func (ApplicationLogsConfigPtrOutput) AzureBlobStorage added in v0.3.1

Application logs to blob storage configuration.

func (ApplicationLogsConfigPtrOutput) AzureTableStorage added in v0.3.1

Application logs to azure table storage configuration.

func (ApplicationLogsConfigPtrOutput) Elem added in v0.3.1

func (ApplicationLogsConfigPtrOutput) ElementType added in v0.3.1

func (ApplicationLogsConfigPtrOutput) FileSystem added in v0.3.1

Application logs to file system configuration.

func (ApplicationLogsConfigPtrOutput) ToApplicationLogsConfigPtrOutput added in v0.3.1

func (o ApplicationLogsConfigPtrOutput) ToApplicationLogsConfigPtrOutput() ApplicationLogsConfigPtrOutput

func (ApplicationLogsConfigPtrOutput) ToApplicationLogsConfigPtrOutputWithContext added in v0.3.1

func (o ApplicationLogsConfigPtrOutput) ToApplicationLogsConfigPtrOutputWithContext(ctx context.Context) ApplicationLogsConfigPtrOutput

type ApplicationLogsConfigResponse added in v0.3.1

type ApplicationLogsConfigResponse struct {
	// Application logs to blob storage configuration.
	AzureBlobStorage *AzureBlobStorageApplicationLogsConfigResponse `pulumi:"azureBlobStorage"`
	// Application logs to azure table storage configuration.
	AzureTableStorage *AzureTableStorageApplicationLogsConfigResponse `pulumi:"azureTableStorage"`
	// Application logs to file system configuration.
	FileSystem *FileSystemApplicationLogsConfigResponse `pulumi:"fileSystem"`
}

Application logs configuration.

type ApplicationLogsConfigResponseArgs added in v0.3.1

type ApplicationLogsConfigResponseArgs struct {
	// Application logs to blob storage configuration.
	AzureBlobStorage AzureBlobStorageApplicationLogsConfigResponsePtrInput `pulumi:"azureBlobStorage"`
	// Application logs to azure table storage configuration.
	AzureTableStorage AzureTableStorageApplicationLogsConfigResponsePtrInput `pulumi:"azureTableStorage"`
	// Application logs to file system configuration.
	FileSystem FileSystemApplicationLogsConfigResponsePtrInput `pulumi:"fileSystem"`
}

Application logs configuration.

func (ApplicationLogsConfigResponseArgs) ElementType added in v0.3.1

func (ApplicationLogsConfigResponseArgs) ToApplicationLogsConfigResponseOutput added in v0.3.1

func (i ApplicationLogsConfigResponseArgs) ToApplicationLogsConfigResponseOutput() ApplicationLogsConfigResponseOutput

func (ApplicationLogsConfigResponseArgs) ToApplicationLogsConfigResponseOutputWithContext added in v0.3.1

func (i ApplicationLogsConfigResponseArgs) ToApplicationLogsConfigResponseOutputWithContext(ctx context.Context) ApplicationLogsConfigResponseOutput

func (ApplicationLogsConfigResponseArgs) ToApplicationLogsConfigResponsePtrOutput added in v0.3.1

func (i ApplicationLogsConfigResponseArgs) ToApplicationLogsConfigResponsePtrOutput() ApplicationLogsConfigResponsePtrOutput

func (ApplicationLogsConfigResponseArgs) ToApplicationLogsConfigResponsePtrOutputWithContext added in v0.3.1

func (i ApplicationLogsConfigResponseArgs) ToApplicationLogsConfigResponsePtrOutputWithContext(ctx context.Context) ApplicationLogsConfigResponsePtrOutput

type ApplicationLogsConfigResponseInput added in v0.3.1

type ApplicationLogsConfigResponseInput interface {
	pulumi.Input

	ToApplicationLogsConfigResponseOutput() ApplicationLogsConfigResponseOutput
	ToApplicationLogsConfigResponseOutputWithContext(context.Context) ApplicationLogsConfigResponseOutput
}

ApplicationLogsConfigResponseInput is an input type that accepts ApplicationLogsConfigResponseArgs and ApplicationLogsConfigResponseOutput values. You can construct a concrete instance of `ApplicationLogsConfigResponseInput` via:

ApplicationLogsConfigResponseArgs{...}

type ApplicationLogsConfigResponseOutput added in v0.3.1

type ApplicationLogsConfigResponseOutput struct{ *pulumi.OutputState }

Application logs configuration.

func (ApplicationLogsConfigResponseOutput) AzureBlobStorage added in v0.3.1

Application logs to blob storage configuration.

func (ApplicationLogsConfigResponseOutput) AzureTableStorage added in v0.3.1

Application logs to azure table storage configuration.

func (ApplicationLogsConfigResponseOutput) ElementType added in v0.3.1

func (ApplicationLogsConfigResponseOutput) FileSystem added in v0.3.1

Application logs to file system configuration.

func (ApplicationLogsConfigResponseOutput) ToApplicationLogsConfigResponseOutput added in v0.3.1

func (o ApplicationLogsConfigResponseOutput) ToApplicationLogsConfigResponseOutput() ApplicationLogsConfigResponseOutput

func (ApplicationLogsConfigResponseOutput) ToApplicationLogsConfigResponseOutputWithContext added in v0.3.1

func (o ApplicationLogsConfigResponseOutput) ToApplicationLogsConfigResponseOutputWithContext(ctx context.Context) ApplicationLogsConfigResponseOutput

func (ApplicationLogsConfigResponseOutput) ToApplicationLogsConfigResponsePtrOutput added in v0.3.1

func (o ApplicationLogsConfigResponseOutput) ToApplicationLogsConfigResponsePtrOutput() ApplicationLogsConfigResponsePtrOutput

func (ApplicationLogsConfigResponseOutput) ToApplicationLogsConfigResponsePtrOutputWithContext added in v0.3.1

func (o ApplicationLogsConfigResponseOutput) ToApplicationLogsConfigResponsePtrOutputWithContext(ctx context.Context) ApplicationLogsConfigResponsePtrOutput

type ApplicationLogsConfigResponsePtrInput added in v0.3.1

type ApplicationLogsConfigResponsePtrInput interface {
	pulumi.Input

	ToApplicationLogsConfigResponsePtrOutput() ApplicationLogsConfigResponsePtrOutput
	ToApplicationLogsConfigResponsePtrOutputWithContext(context.Context) ApplicationLogsConfigResponsePtrOutput
}

ApplicationLogsConfigResponsePtrInput is an input type that accepts ApplicationLogsConfigResponseArgs, ApplicationLogsConfigResponsePtr and ApplicationLogsConfigResponsePtrOutput values. You can construct a concrete instance of `ApplicationLogsConfigResponsePtrInput` via:

        ApplicationLogsConfigResponseArgs{...}

or:

        nil

type ApplicationLogsConfigResponsePtrOutput added in v0.3.1

type ApplicationLogsConfigResponsePtrOutput struct{ *pulumi.OutputState }

func (ApplicationLogsConfigResponsePtrOutput) AzureBlobStorage added in v0.3.1

Application logs to blob storage configuration.

func (ApplicationLogsConfigResponsePtrOutput) AzureTableStorage added in v0.3.1

Application logs to azure table storage configuration.

func (ApplicationLogsConfigResponsePtrOutput) Elem added in v0.3.1

func (ApplicationLogsConfigResponsePtrOutput) ElementType added in v0.3.1

func (ApplicationLogsConfigResponsePtrOutput) FileSystem added in v0.3.1

Application logs to file system configuration.

func (ApplicationLogsConfigResponsePtrOutput) ToApplicationLogsConfigResponsePtrOutput added in v0.3.1

func (o ApplicationLogsConfigResponsePtrOutput) ToApplicationLogsConfigResponsePtrOutput() ApplicationLogsConfigResponsePtrOutput

func (ApplicationLogsConfigResponsePtrOutput) ToApplicationLogsConfigResponsePtrOutputWithContext added in v0.3.1

func (o ApplicationLogsConfigResponsePtrOutput) ToApplicationLogsConfigResponsePtrOutputWithContext(ctx context.Context) ApplicationLogsConfigResponsePtrOutput

type AutoHealActionType added in v0.3.1

type AutoHealActionType pulumi.String

Predefined action to be taken.

func (AutoHealActionType) ElementType added in v0.3.1

func (AutoHealActionType) ElementType() reflect.Type

func (AutoHealActionType) ToStringOutput added in v0.3.1

func (e AutoHealActionType) ToStringOutput() pulumi.StringOutput

func (AutoHealActionType) ToStringOutputWithContext added in v0.3.1

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

func (AutoHealActionType) ToStringPtrOutput added in v0.3.1

func (e AutoHealActionType) ToStringPtrOutput() pulumi.StringPtrOutput

func (AutoHealActionType) ToStringPtrOutputWithContext added in v0.3.1

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

type AutoHealActions

type AutoHealActions struct {
	// Predefined action to be taken.
	ActionType *string `pulumi:"actionType"`
	// Custom action to be taken.
	CustomAction *AutoHealCustomAction `pulumi:"customAction"`
	// Minimum time the process must execute
	// before taking the action
	MinProcessExecutionTime *string `pulumi:"minProcessExecutionTime"`
}

Actions which to take by the auto-heal module when a rule is triggered.

type AutoHealActionsArgs

type AutoHealActionsArgs struct {
	// Predefined action to be taken.
	ActionType *AutoHealActionType `pulumi:"actionType"`
	// Custom action to be taken.
	CustomAction AutoHealCustomActionPtrInput `pulumi:"customAction"`
	// Minimum time the process must execute
	// before taking the action
	MinProcessExecutionTime pulumi.StringPtrInput `pulumi:"minProcessExecutionTime"`
}

Actions which to take by the auto-heal module when a rule is triggered.

func (AutoHealActionsArgs) ElementType

func (AutoHealActionsArgs) ElementType() reflect.Type

func (AutoHealActionsArgs) ToAutoHealActionsOutput

func (i AutoHealActionsArgs) ToAutoHealActionsOutput() AutoHealActionsOutput

func (AutoHealActionsArgs) ToAutoHealActionsOutputWithContext

func (i AutoHealActionsArgs) ToAutoHealActionsOutputWithContext(ctx context.Context) AutoHealActionsOutput

func (AutoHealActionsArgs) ToAutoHealActionsPtrOutput

func (i AutoHealActionsArgs) ToAutoHealActionsPtrOutput() AutoHealActionsPtrOutput

func (AutoHealActionsArgs) ToAutoHealActionsPtrOutputWithContext

func (i AutoHealActionsArgs) ToAutoHealActionsPtrOutputWithContext(ctx context.Context) AutoHealActionsPtrOutput

type AutoHealActionsInput

type AutoHealActionsInput interface {
	pulumi.Input

	ToAutoHealActionsOutput() AutoHealActionsOutput
	ToAutoHealActionsOutputWithContext(context.Context) AutoHealActionsOutput
}

AutoHealActionsInput is an input type that accepts AutoHealActionsArgs and AutoHealActionsOutput values. You can construct a concrete instance of `AutoHealActionsInput` via:

AutoHealActionsArgs{...}

type AutoHealActionsOutput

type AutoHealActionsOutput struct{ *pulumi.OutputState }

Actions which to take by the auto-heal module when a rule is triggered.

func (AutoHealActionsOutput) ActionType

Predefined action to be taken.

func (AutoHealActionsOutput) CustomAction

Custom action to be taken.

func (AutoHealActionsOutput) ElementType

func (AutoHealActionsOutput) ElementType() reflect.Type

func (AutoHealActionsOutput) MinProcessExecutionTime

func (o AutoHealActionsOutput) MinProcessExecutionTime() pulumi.StringPtrOutput

Minimum time the process must execute before taking the action

func (AutoHealActionsOutput) ToAutoHealActionsOutput

func (o AutoHealActionsOutput) ToAutoHealActionsOutput() AutoHealActionsOutput

func (AutoHealActionsOutput) ToAutoHealActionsOutputWithContext

func (o AutoHealActionsOutput) ToAutoHealActionsOutputWithContext(ctx context.Context) AutoHealActionsOutput

func (AutoHealActionsOutput) ToAutoHealActionsPtrOutput

func (o AutoHealActionsOutput) ToAutoHealActionsPtrOutput() AutoHealActionsPtrOutput

func (AutoHealActionsOutput) ToAutoHealActionsPtrOutputWithContext

func (o AutoHealActionsOutput) ToAutoHealActionsPtrOutputWithContext(ctx context.Context) AutoHealActionsPtrOutput

type AutoHealActionsPtrInput

type AutoHealActionsPtrInput interface {
	pulumi.Input

	ToAutoHealActionsPtrOutput() AutoHealActionsPtrOutput
	ToAutoHealActionsPtrOutputWithContext(context.Context) AutoHealActionsPtrOutput
}

AutoHealActionsPtrInput is an input type that accepts AutoHealActionsArgs, AutoHealActionsPtr and AutoHealActionsPtrOutput values. You can construct a concrete instance of `AutoHealActionsPtrInput` via:

        AutoHealActionsArgs{...}

or:

        nil

type AutoHealActionsPtrOutput

type AutoHealActionsPtrOutput struct{ *pulumi.OutputState }

func (AutoHealActionsPtrOutput) ActionType

Predefined action to be taken.

func (AutoHealActionsPtrOutput) CustomAction

Custom action to be taken.

func (AutoHealActionsPtrOutput) Elem

func (AutoHealActionsPtrOutput) ElementType

func (AutoHealActionsPtrOutput) ElementType() reflect.Type

func (AutoHealActionsPtrOutput) MinProcessExecutionTime

func (o AutoHealActionsPtrOutput) MinProcessExecutionTime() pulumi.StringPtrOutput

Minimum time the process must execute before taking the action

func (AutoHealActionsPtrOutput) ToAutoHealActionsPtrOutput

func (o AutoHealActionsPtrOutput) ToAutoHealActionsPtrOutput() AutoHealActionsPtrOutput

func (AutoHealActionsPtrOutput) ToAutoHealActionsPtrOutputWithContext

func (o AutoHealActionsPtrOutput) ToAutoHealActionsPtrOutputWithContext(ctx context.Context) AutoHealActionsPtrOutput

type AutoHealActionsResponse

type AutoHealActionsResponse struct {
	// Predefined action to be taken.
	ActionType *string `pulumi:"actionType"`
	// Custom action to be taken.
	CustomAction *AutoHealCustomActionResponse `pulumi:"customAction"`
	// Minimum time the process must execute
	// before taking the action
	MinProcessExecutionTime *string `pulumi:"minProcessExecutionTime"`
}

Actions which to take by the auto-heal module when a rule is triggered.

type AutoHealActionsResponseArgs

type AutoHealActionsResponseArgs struct {
	// Predefined action to be taken.
	ActionType pulumi.StringPtrInput `pulumi:"actionType"`
	// Custom action to be taken.
	CustomAction AutoHealCustomActionResponsePtrInput `pulumi:"customAction"`
	// Minimum time the process must execute
	// before taking the action
	MinProcessExecutionTime pulumi.StringPtrInput `pulumi:"minProcessExecutionTime"`
}

Actions which to take by the auto-heal module when a rule is triggered.

func (AutoHealActionsResponseArgs) ElementType

func (AutoHealActionsResponseArgs) ToAutoHealActionsResponseOutput

func (i AutoHealActionsResponseArgs) ToAutoHealActionsResponseOutput() AutoHealActionsResponseOutput

func (AutoHealActionsResponseArgs) ToAutoHealActionsResponseOutputWithContext

func (i AutoHealActionsResponseArgs) ToAutoHealActionsResponseOutputWithContext(ctx context.Context) AutoHealActionsResponseOutput

func (AutoHealActionsResponseArgs) ToAutoHealActionsResponsePtrOutput

func (i AutoHealActionsResponseArgs) ToAutoHealActionsResponsePtrOutput() AutoHealActionsResponsePtrOutput

func (AutoHealActionsResponseArgs) ToAutoHealActionsResponsePtrOutputWithContext

func (i AutoHealActionsResponseArgs) ToAutoHealActionsResponsePtrOutputWithContext(ctx context.Context) AutoHealActionsResponsePtrOutput

type AutoHealActionsResponseInput

type AutoHealActionsResponseInput interface {
	pulumi.Input

	ToAutoHealActionsResponseOutput() AutoHealActionsResponseOutput
	ToAutoHealActionsResponseOutputWithContext(context.Context) AutoHealActionsResponseOutput
}

AutoHealActionsResponseInput is an input type that accepts AutoHealActionsResponseArgs and AutoHealActionsResponseOutput values. You can construct a concrete instance of `AutoHealActionsResponseInput` via:

AutoHealActionsResponseArgs{...}

type AutoHealActionsResponseOutput

type AutoHealActionsResponseOutput struct{ *pulumi.OutputState }

Actions which to take by the auto-heal module when a rule is triggered.

func (AutoHealActionsResponseOutput) ActionType

Predefined action to be taken.

func (AutoHealActionsResponseOutput) CustomAction

Custom action to be taken.

func (AutoHealActionsResponseOutput) ElementType

func (AutoHealActionsResponseOutput) MinProcessExecutionTime

func (o AutoHealActionsResponseOutput) MinProcessExecutionTime() pulumi.StringPtrOutput

Minimum time the process must execute before taking the action

func (AutoHealActionsResponseOutput) ToAutoHealActionsResponseOutput

func (o AutoHealActionsResponseOutput) ToAutoHealActionsResponseOutput() AutoHealActionsResponseOutput

func (AutoHealActionsResponseOutput) ToAutoHealActionsResponseOutputWithContext

func (o AutoHealActionsResponseOutput) ToAutoHealActionsResponseOutputWithContext(ctx context.Context) AutoHealActionsResponseOutput

func (AutoHealActionsResponseOutput) ToAutoHealActionsResponsePtrOutput

func (o AutoHealActionsResponseOutput) ToAutoHealActionsResponsePtrOutput() AutoHealActionsResponsePtrOutput

func (AutoHealActionsResponseOutput) ToAutoHealActionsResponsePtrOutputWithContext

func (o AutoHealActionsResponseOutput) ToAutoHealActionsResponsePtrOutputWithContext(ctx context.Context) AutoHealActionsResponsePtrOutput

type AutoHealActionsResponsePtrInput

type AutoHealActionsResponsePtrInput interface {
	pulumi.Input

	ToAutoHealActionsResponsePtrOutput() AutoHealActionsResponsePtrOutput
	ToAutoHealActionsResponsePtrOutputWithContext(context.Context) AutoHealActionsResponsePtrOutput
}

AutoHealActionsResponsePtrInput is an input type that accepts AutoHealActionsResponseArgs, AutoHealActionsResponsePtr and AutoHealActionsResponsePtrOutput values. You can construct a concrete instance of `AutoHealActionsResponsePtrInput` via:

        AutoHealActionsResponseArgs{...}

or:

        nil

type AutoHealActionsResponsePtrOutput

type AutoHealActionsResponsePtrOutput struct{ *pulumi.OutputState }

func (AutoHealActionsResponsePtrOutput) ActionType

Predefined action to be taken.

func (AutoHealActionsResponsePtrOutput) CustomAction

Custom action to be taken.

func (AutoHealActionsResponsePtrOutput) Elem

func (AutoHealActionsResponsePtrOutput) ElementType

func (AutoHealActionsResponsePtrOutput) MinProcessExecutionTime

func (o AutoHealActionsResponsePtrOutput) MinProcessExecutionTime() pulumi.StringPtrOutput

Minimum time the process must execute before taking the action

func (AutoHealActionsResponsePtrOutput) ToAutoHealActionsResponsePtrOutput

func (o AutoHealActionsResponsePtrOutput) ToAutoHealActionsResponsePtrOutput() AutoHealActionsResponsePtrOutput

func (AutoHealActionsResponsePtrOutput) ToAutoHealActionsResponsePtrOutputWithContext

func (o AutoHealActionsResponsePtrOutput) ToAutoHealActionsResponsePtrOutputWithContext(ctx context.Context) AutoHealActionsResponsePtrOutput

type AutoHealCustomAction

type AutoHealCustomAction struct {
	// Executable to be run.
	Exe *string `pulumi:"exe"`
	// Parameters for the executable.
	Parameters *string `pulumi:"parameters"`
}

Custom action to be executed when an auto heal rule is triggered.

type AutoHealCustomActionArgs

type AutoHealCustomActionArgs struct {
	// Executable to be run.
	Exe pulumi.StringPtrInput `pulumi:"exe"`
	// Parameters for the executable.
	Parameters pulumi.StringPtrInput `pulumi:"parameters"`
}

Custom action to be executed when an auto heal rule is triggered.

func (AutoHealCustomActionArgs) ElementType

func (AutoHealCustomActionArgs) ElementType() reflect.Type

func (AutoHealCustomActionArgs) ToAutoHealCustomActionOutput

func (i AutoHealCustomActionArgs) ToAutoHealCustomActionOutput() AutoHealCustomActionOutput

func (AutoHealCustomActionArgs) ToAutoHealCustomActionOutputWithContext

func (i AutoHealCustomActionArgs) ToAutoHealCustomActionOutputWithContext(ctx context.Context) AutoHealCustomActionOutput

func (AutoHealCustomActionArgs) ToAutoHealCustomActionPtrOutput

func (i AutoHealCustomActionArgs) ToAutoHealCustomActionPtrOutput() AutoHealCustomActionPtrOutput

func (AutoHealCustomActionArgs) ToAutoHealCustomActionPtrOutputWithContext

func (i AutoHealCustomActionArgs) ToAutoHealCustomActionPtrOutputWithContext(ctx context.Context) AutoHealCustomActionPtrOutput

type AutoHealCustomActionInput

type AutoHealCustomActionInput interface {
	pulumi.Input

	ToAutoHealCustomActionOutput() AutoHealCustomActionOutput
	ToAutoHealCustomActionOutputWithContext(context.Context) AutoHealCustomActionOutput
}

AutoHealCustomActionInput is an input type that accepts AutoHealCustomActionArgs and AutoHealCustomActionOutput values. You can construct a concrete instance of `AutoHealCustomActionInput` via:

AutoHealCustomActionArgs{...}

type AutoHealCustomActionOutput

type AutoHealCustomActionOutput struct{ *pulumi.OutputState }

Custom action to be executed when an auto heal rule is triggered.

func (AutoHealCustomActionOutput) ElementType

func (AutoHealCustomActionOutput) ElementType() reflect.Type

func (AutoHealCustomActionOutput) Exe

Executable to be run.

func (AutoHealCustomActionOutput) Parameters

Parameters for the executable.

func (AutoHealCustomActionOutput) ToAutoHealCustomActionOutput

func (o AutoHealCustomActionOutput) ToAutoHealCustomActionOutput() AutoHealCustomActionOutput

func (AutoHealCustomActionOutput) ToAutoHealCustomActionOutputWithContext

func (o AutoHealCustomActionOutput) ToAutoHealCustomActionOutputWithContext(ctx context.Context) AutoHealCustomActionOutput

func (AutoHealCustomActionOutput) ToAutoHealCustomActionPtrOutput

func (o AutoHealCustomActionOutput) ToAutoHealCustomActionPtrOutput() AutoHealCustomActionPtrOutput

func (AutoHealCustomActionOutput) ToAutoHealCustomActionPtrOutputWithContext

func (o AutoHealCustomActionOutput) ToAutoHealCustomActionPtrOutputWithContext(ctx context.Context) AutoHealCustomActionPtrOutput

type AutoHealCustomActionPtrInput

type AutoHealCustomActionPtrInput interface {
	pulumi.Input

	ToAutoHealCustomActionPtrOutput() AutoHealCustomActionPtrOutput
	ToAutoHealCustomActionPtrOutputWithContext(context.Context) AutoHealCustomActionPtrOutput
}

AutoHealCustomActionPtrInput is an input type that accepts AutoHealCustomActionArgs, AutoHealCustomActionPtr and AutoHealCustomActionPtrOutput values. You can construct a concrete instance of `AutoHealCustomActionPtrInput` via:

        AutoHealCustomActionArgs{...}

or:

        nil

type AutoHealCustomActionPtrOutput

type AutoHealCustomActionPtrOutput struct{ *pulumi.OutputState }

func (AutoHealCustomActionPtrOutput) Elem

func (AutoHealCustomActionPtrOutput) ElementType

func (AutoHealCustomActionPtrOutput) Exe

Executable to be run.

func (AutoHealCustomActionPtrOutput) Parameters

Parameters for the executable.

func (AutoHealCustomActionPtrOutput) ToAutoHealCustomActionPtrOutput

func (o AutoHealCustomActionPtrOutput) ToAutoHealCustomActionPtrOutput() AutoHealCustomActionPtrOutput

func (AutoHealCustomActionPtrOutput) ToAutoHealCustomActionPtrOutputWithContext

func (o AutoHealCustomActionPtrOutput) ToAutoHealCustomActionPtrOutputWithContext(ctx context.Context) AutoHealCustomActionPtrOutput

type AutoHealCustomActionResponse

type AutoHealCustomActionResponse struct {
	// Executable to be run.
	Exe *string `pulumi:"exe"`
	// Parameters for the executable.
	Parameters *string `pulumi:"parameters"`
}

Custom action to be executed when an auto heal rule is triggered.

type AutoHealCustomActionResponseArgs

type AutoHealCustomActionResponseArgs struct {
	// Executable to be run.
	Exe pulumi.StringPtrInput `pulumi:"exe"`
	// Parameters for the executable.
	Parameters pulumi.StringPtrInput `pulumi:"parameters"`
}

Custom action to be executed when an auto heal rule is triggered.

func (AutoHealCustomActionResponseArgs) ElementType

func (AutoHealCustomActionResponseArgs) ToAutoHealCustomActionResponseOutput

func (i AutoHealCustomActionResponseArgs) ToAutoHealCustomActionResponseOutput() AutoHealCustomActionResponseOutput

func (AutoHealCustomActionResponseArgs) ToAutoHealCustomActionResponseOutputWithContext

func (i AutoHealCustomActionResponseArgs) ToAutoHealCustomActionResponseOutputWithContext(ctx context.Context) AutoHealCustomActionResponseOutput

func (AutoHealCustomActionResponseArgs) ToAutoHealCustomActionResponsePtrOutput

func (i AutoHealCustomActionResponseArgs) ToAutoHealCustomActionResponsePtrOutput() AutoHealCustomActionResponsePtrOutput

func (AutoHealCustomActionResponseArgs) ToAutoHealCustomActionResponsePtrOutputWithContext

func (i AutoHealCustomActionResponseArgs) ToAutoHealCustomActionResponsePtrOutputWithContext(ctx context.Context) AutoHealCustomActionResponsePtrOutput

type AutoHealCustomActionResponseInput

type AutoHealCustomActionResponseInput interface {
	pulumi.Input

	ToAutoHealCustomActionResponseOutput() AutoHealCustomActionResponseOutput
	ToAutoHealCustomActionResponseOutputWithContext(context.Context) AutoHealCustomActionResponseOutput
}

AutoHealCustomActionResponseInput is an input type that accepts AutoHealCustomActionResponseArgs and AutoHealCustomActionResponseOutput values. You can construct a concrete instance of `AutoHealCustomActionResponseInput` via:

AutoHealCustomActionResponseArgs{...}

type AutoHealCustomActionResponseOutput

type AutoHealCustomActionResponseOutput struct{ *pulumi.OutputState }

Custom action to be executed when an auto heal rule is triggered.

func (AutoHealCustomActionResponseOutput) ElementType

func (AutoHealCustomActionResponseOutput) Exe

Executable to be run.

func (AutoHealCustomActionResponseOutput) Parameters

Parameters for the executable.

func (AutoHealCustomActionResponseOutput) ToAutoHealCustomActionResponseOutput

func (o AutoHealCustomActionResponseOutput) ToAutoHealCustomActionResponseOutput() AutoHealCustomActionResponseOutput

func (AutoHealCustomActionResponseOutput) ToAutoHealCustomActionResponseOutputWithContext

func (o AutoHealCustomActionResponseOutput) ToAutoHealCustomActionResponseOutputWithContext(ctx context.Context) AutoHealCustomActionResponseOutput

func (AutoHealCustomActionResponseOutput) ToAutoHealCustomActionResponsePtrOutput

func (o AutoHealCustomActionResponseOutput) ToAutoHealCustomActionResponsePtrOutput() AutoHealCustomActionResponsePtrOutput

func (AutoHealCustomActionResponseOutput) ToAutoHealCustomActionResponsePtrOutputWithContext

func (o AutoHealCustomActionResponseOutput) ToAutoHealCustomActionResponsePtrOutputWithContext(ctx context.Context) AutoHealCustomActionResponsePtrOutput

type AutoHealCustomActionResponsePtrInput

type AutoHealCustomActionResponsePtrInput interface {
	pulumi.Input

	ToAutoHealCustomActionResponsePtrOutput() AutoHealCustomActionResponsePtrOutput
	ToAutoHealCustomActionResponsePtrOutputWithContext(context.Context) AutoHealCustomActionResponsePtrOutput
}

AutoHealCustomActionResponsePtrInput is an input type that accepts AutoHealCustomActionResponseArgs, AutoHealCustomActionResponsePtr and AutoHealCustomActionResponsePtrOutput values. You can construct a concrete instance of `AutoHealCustomActionResponsePtrInput` via:

        AutoHealCustomActionResponseArgs{...}

or:

        nil

type AutoHealCustomActionResponsePtrOutput

type AutoHealCustomActionResponsePtrOutput struct{ *pulumi.OutputState }

func (AutoHealCustomActionResponsePtrOutput) Elem

func (AutoHealCustomActionResponsePtrOutput) ElementType

func (AutoHealCustomActionResponsePtrOutput) Exe

Executable to be run.

func (AutoHealCustomActionResponsePtrOutput) Parameters

Parameters for the executable.

func (AutoHealCustomActionResponsePtrOutput) ToAutoHealCustomActionResponsePtrOutput

func (o AutoHealCustomActionResponsePtrOutput) ToAutoHealCustomActionResponsePtrOutput() AutoHealCustomActionResponsePtrOutput

func (AutoHealCustomActionResponsePtrOutput) ToAutoHealCustomActionResponsePtrOutputWithContext

func (o AutoHealCustomActionResponsePtrOutput) ToAutoHealCustomActionResponsePtrOutputWithContext(ctx context.Context) AutoHealCustomActionResponsePtrOutput

type AutoHealRules

type AutoHealRules struct {
	// Actions to be executed when a rule is triggered.
	Actions *AutoHealActions `pulumi:"actions"`
	// Conditions that describe when to execute the auto-heal actions.
	Triggers *AutoHealTriggers `pulumi:"triggers"`
}

Rules that can be defined for auto-heal.

type AutoHealRulesArgs

type AutoHealRulesArgs struct {
	// Actions to be executed when a rule is triggered.
	Actions AutoHealActionsPtrInput `pulumi:"actions"`
	// Conditions that describe when to execute the auto-heal actions.
	Triggers AutoHealTriggersPtrInput `pulumi:"triggers"`
}

Rules that can be defined for auto-heal.

func (AutoHealRulesArgs) ElementType

func (AutoHealRulesArgs) ElementType() reflect.Type

func (AutoHealRulesArgs) ToAutoHealRulesOutput

func (i AutoHealRulesArgs) ToAutoHealRulesOutput() AutoHealRulesOutput

func (AutoHealRulesArgs) ToAutoHealRulesOutputWithContext

func (i AutoHealRulesArgs) ToAutoHealRulesOutputWithContext(ctx context.Context) AutoHealRulesOutput

func (AutoHealRulesArgs) ToAutoHealRulesPtrOutput

func (i AutoHealRulesArgs) ToAutoHealRulesPtrOutput() AutoHealRulesPtrOutput

func (AutoHealRulesArgs) ToAutoHealRulesPtrOutputWithContext

func (i AutoHealRulesArgs) ToAutoHealRulesPtrOutputWithContext(ctx context.Context) AutoHealRulesPtrOutput

type AutoHealRulesInput

type AutoHealRulesInput interface {
	pulumi.Input

	ToAutoHealRulesOutput() AutoHealRulesOutput
	ToAutoHealRulesOutputWithContext(context.Context) AutoHealRulesOutput
}

AutoHealRulesInput is an input type that accepts AutoHealRulesArgs and AutoHealRulesOutput values. You can construct a concrete instance of `AutoHealRulesInput` via:

AutoHealRulesArgs{...}

type AutoHealRulesOutput

type AutoHealRulesOutput struct{ *pulumi.OutputState }

Rules that can be defined for auto-heal.

func (AutoHealRulesOutput) Actions

Actions to be executed when a rule is triggered.

func (AutoHealRulesOutput) ElementType

func (AutoHealRulesOutput) ElementType() reflect.Type

func (AutoHealRulesOutput) ToAutoHealRulesOutput

func (o AutoHealRulesOutput) ToAutoHealRulesOutput() AutoHealRulesOutput

func (AutoHealRulesOutput) ToAutoHealRulesOutputWithContext

func (o AutoHealRulesOutput) ToAutoHealRulesOutputWithContext(ctx context.Context) AutoHealRulesOutput

func (AutoHealRulesOutput) ToAutoHealRulesPtrOutput

func (o AutoHealRulesOutput) ToAutoHealRulesPtrOutput() AutoHealRulesPtrOutput

func (AutoHealRulesOutput) ToAutoHealRulesPtrOutputWithContext

func (o AutoHealRulesOutput) ToAutoHealRulesPtrOutputWithContext(ctx context.Context) AutoHealRulesPtrOutput

func (AutoHealRulesOutput) Triggers

Conditions that describe when to execute the auto-heal actions.

type AutoHealRulesPtrInput

type AutoHealRulesPtrInput interface {
	pulumi.Input

	ToAutoHealRulesPtrOutput() AutoHealRulesPtrOutput
	ToAutoHealRulesPtrOutputWithContext(context.Context) AutoHealRulesPtrOutput
}

AutoHealRulesPtrInput is an input type that accepts AutoHealRulesArgs, AutoHealRulesPtr and AutoHealRulesPtrOutput values. You can construct a concrete instance of `AutoHealRulesPtrInput` via:

        AutoHealRulesArgs{...}

or:

        nil

type AutoHealRulesPtrOutput

type AutoHealRulesPtrOutput struct{ *pulumi.OutputState }

func (AutoHealRulesPtrOutput) Actions

Actions to be executed when a rule is triggered.

func (AutoHealRulesPtrOutput) Elem

func (AutoHealRulesPtrOutput) ElementType

func (AutoHealRulesPtrOutput) ElementType() reflect.Type

func (AutoHealRulesPtrOutput) ToAutoHealRulesPtrOutput

func (o AutoHealRulesPtrOutput) ToAutoHealRulesPtrOutput() AutoHealRulesPtrOutput

func (AutoHealRulesPtrOutput) ToAutoHealRulesPtrOutputWithContext

func (o AutoHealRulesPtrOutput) ToAutoHealRulesPtrOutputWithContext(ctx context.Context) AutoHealRulesPtrOutput

func (AutoHealRulesPtrOutput) Triggers

Conditions that describe when to execute the auto-heal actions.

type AutoHealRulesResponse

type AutoHealRulesResponse struct {
	// Actions to be executed when a rule is triggered.
	Actions *AutoHealActionsResponse `pulumi:"actions"`
	// Conditions that describe when to execute the auto-heal actions.
	Triggers *AutoHealTriggersResponse `pulumi:"triggers"`
}

Rules that can be defined for auto-heal.

type AutoHealRulesResponseArgs

type AutoHealRulesResponseArgs struct {
	// Actions to be executed when a rule is triggered.
	Actions AutoHealActionsResponsePtrInput `pulumi:"actions"`
	// Conditions that describe when to execute the auto-heal actions.
	Triggers AutoHealTriggersResponsePtrInput `pulumi:"triggers"`
}

Rules that can be defined for auto-heal.

func (AutoHealRulesResponseArgs) ElementType

func (AutoHealRulesResponseArgs) ElementType() reflect.Type

func (AutoHealRulesResponseArgs) ToAutoHealRulesResponseOutput

func (i AutoHealRulesResponseArgs) ToAutoHealRulesResponseOutput() AutoHealRulesResponseOutput

func (AutoHealRulesResponseArgs) ToAutoHealRulesResponseOutputWithContext

func (i AutoHealRulesResponseArgs) ToAutoHealRulesResponseOutputWithContext(ctx context.Context) AutoHealRulesResponseOutput

func (AutoHealRulesResponseArgs) ToAutoHealRulesResponsePtrOutput

func (i AutoHealRulesResponseArgs) ToAutoHealRulesResponsePtrOutput() AutoHealRulesResponsePtrOutput

func (AutoHealRulesResponseArgs) ToAutoHealRulesResponsePtrOutputWithContext

func (i AutoHealRulesResponseArgs) ToAutoHealRulesResponsePtrOutputWithContext(ctx context.Context) AutoHealRulesResponsePtrOutput

type AutoHealRulesResponseInput

type AutoHealRulesResponseInput interface {
	pulumi.Input

	ToAutoHealRulesResponseOutput() AutoHealRulesResponseOutput
	ToAutoHealRulesResponseOutputWithContext(context.Context) AutoHealRulesResponseOutput
}

AutoHealRulesResponseInput is an input type that accepts AutoHealRulesResponseArgs and AutoHealRulesResponseOutput values. You can construct a concrete instance of `AutoHealRulesResponseInput` via:

AutoHealRulesResponseArgs{...}

type AutoHealRulesResponseOutput

type AutoHealRulesResponseOutput struct{ *pulumi.OutputState }

Rules that can be defined for auto-heal.

func (AutoHealRulesResponseOutput) Actions

Actions to be executed when a rule is triggered.

func (AutoHealRulesResponseOutput) ElementType

func (AutoHealRulesResponseOutput) ToAutoHealRulesResponseOutput

func (o AutoHealRulesResponseOutput) ToAutoHealRulesResponseOutput() AutoHealRulesResponseOutput

func (AutoHealRulesResponseOutput) ToAutoHealRulesResponseOutputWithContext

func (o AutoHealRulesResponseOutput) ToAutoHealRulesResponseOutputWithContext(ctx context.Context) AutoHealRulesResponseOutput

func (AutoHealRulesResponseOutput) ToAutoHealRulesResponsePtrOutput

func (o AutoHealRulesResponseOutput) ToAutoHealRulesResponsePtrOutput() AutoHealRulesResponsePtrOutput

func (AutoHealRulesResponseOutput) ToAutoHealRulesResponsePtrOutputWithContext

func (o AutoHealRulesResponseOutput) ToAutoHealRulesResponsePtrOutputWithContext(ctx context.Context) AutoHealRulesResponsePtrOutput

func (AutoHealRulesResponseOutput) Triggers

Conditions that describe when to execute the auto-heal actions.

type AutoHealRulesResponsePtrInput

type AutoHealRulesResponsePtrInput interface {
	pulumi.Input

	ToAutoHealRulesResponsePtrOutput() AutoHealRulesResponsePtrOutput
	ToAutoHealRulesResponsePtrOutputWithContext(context.Context) AutoHealRulesResponsePtrOutput
}

AutoHealRulesResponsePtrInput is an input type that accepts AutoHealRulesResponseArgs, AutoHealRulesResponsePtr and AutoHealRulesResponsePtrOutput values. You can construct a concrete instance of `AutoHealRulesResponsePtrInput` via:

        AutoHealRulesResponseArgs{...}

or:

        nil

type AutoHealRulesResponsePtrOutput

type AutoHealRulesResponsePtrOutput struct{ *pulumi.OutputState }

func (AutoHealRulesResponsePtrOutput) Actions

Actions to be executed when a rule is triggered.

func (AutoHealRulesResponsePtrOutput) Elem

func (AutoHealRulesResponsePtrOutput) ElementType

func (AutoHealRulesResponsePtrOutput) ToAutoHealRulesResponsePtrOutput

func (o AutoHealRulesResponsePtrOutput) ToAutoHealRulesResponsePtrOutput() AutoHealRulesResponsePtrOutput

func (AutoHealRulesResponsePtrOutput) ToAutoHealRulesResponsePtrOutputWithContext

func (o AutoHealRulesResponsePtrOutput) ToAutoHealRulesResponsePtrOutputWithContext(ctx context.Context) AutoHealRulesResponsePtrOutput

func (AutoHealRulesResponsePtrOutput) Triggers

Conditions that describe when to execute the auto-heal actions.

type AutoHealTriggers

type AutoHealTriggers struct {
	// A rule based on private bytes.
	PrivateBytesInKB *int `pulumi:"privateBytesInKB"`
	// A rule based on total requests.
	Requests *RequestsBasedTrigger `pulumi:"requests"`
	// A rule based on request execution time.
	SlowRequests *SlowRequestsBasedTrigger `pulumi:"slowRequests"`
	// A rule based on status codes.
	StatusCodes []StatusCodesBasedTrigger `pulumi:"statusCodes"`
}

Triggers for auto-heal.

type AutoHealTriggersArgs

type AutoHealTriggersArgs struct {
	// A rule based on private bytes.
	PrivateBytesInKB pulumi.IntPtrInput `pulumi:"privateBytesInKB"`
	// A rule based on total requests.
	Requests RequestsBasedTriggerPtrInput `pulumi:"requests"`
	// A rule based on request execution time.
	SlowRequests SlowRequestsBasedTriggerPtrInput `pulumi:"slowRequests"`
	// A rule based on status codes.
	StatusCodes StatusCodesBasedTriggerArrayInput `pulumi:"statusCodes"`
}

Triggers for auto-heal.

func (AutoHealTriggersArgs) ElementType

func (AutoHealTriggersArgs) ElementType() reflect.Type

func (AutoHealTriggersArgs) ToAutoHealTriggersOutput

func (i AutoHealTriggersArgs) ToAutoHealTriggersOutput() AutoHealTriggersOutput

func (AutoHealTriggersArgs) ToAutoHealTriggersOutputWithContext

func (i AutoHealTriggersArgs) ToAutoHealTriggersOutputWithContext(ctx context.Context) AutoHealTriggersOutput

func (AutoHealTriggersArgs) ToAutoHealTriggersPtrOutput

func (i AutoHealTriggersArgs) ToAutoHealTriggersPtrOutput() AutoHealTriggersPtrOutput

func (AutoHealTriggersArgs) ToAutoHealTriggersPtrOutputWithContext

func (i AutoHealTriggersArgs) ToAutoHealTriggersPtrOutputWithContext(ctx context.Context) AutoHealTriggersPtrOutput

type AutoHealTriggersInput

type AutoHealTriggersInput interface {
	pulumi.Input

	ToAutoHealTriggersOutput() AutoHealTriggersOutput
	ToAutoHealTriggersOutputWithContext(context.Context) AutoHealTriggersOutput
}

AutoHealTriggersInput is an input type that accepts AutoHealTriggersArgs and AutoHealTriggersOutput values. You can construct a concrete instance of `AutoHealTriggersInput` via:

AutoHealTriggersArgs{...}

type AutoHealTriggersOutput

type AutoHealTriggersOutput struct{ *pulumi.OutputState }

Triggers for auto-heal.

func (AutoHealTriggersOutput) ElementType

func (AutoHealTriggersOutput) ElementType() reflect.Type

func (AutoHealTriggersOutput) PrivateBytesInKB

func (o AutoHealTriggersOutput) PrivateBytesInKB() pulumi.IntPtrOutput

A rule based on private bytes.

func (AutoHealTriggersOutput) Requests

A rule based on total requests.

func (AutoHealTriggersOutput) SlowRequests

A rule based on request execution time.

func (AutoHealTriggersOutput) StatusCodes

A rule based on status codes.

func (AutoHealTriggersOutput) ToAutoHealTriggersOutput

func (o AutoHealTriggersOutput) ToAutoHealTriggersOutput() AutoHealTriggersOutput

func (AutoHealTriggersOutput) ToAutoHealTriggersOutputWithContext

func (o AutoHealTriggersOutput) ToAutoHealTriggersOutputWithContext(ctx context.Context) AutoHealTriggersOutput

func (AutoHealTriggersOutput) ToAutoHealTriggersPtrOutput

func (o AutoHealTriggersOutput) ToAutoHealTriggersPtrOutput() AutoHealTriggersPtrOutput

func (AutoHealTriggersOutput) ToAutoHealTriggersPtrOutputWithContext

func (o AutoHealTriggersOutput) ToAutoHealTriggersPtrOutputWithContext(ctx context.Context) AutoHealTriggersPtrOutput

type AutoHealTriggersPtrInput

type AutoHealTriggersPtrInput interface {
	pulumi.Input

	ToAutoHealTriggersPtrOutput() AutoHealTriggersPtrOutput
	ToAutoHealTriggersPtrOutputWithContext(context.Context) AutoHealTriggersPtrOutput
}

AutoHealTriggersPtrInput is an input type that accepts AutoHealTriggersArgs, AutoHealTriggersPtr and AutoHealTriggersPtrOutput values. You can construct a concrete instance of `AutoHealTriggersPtrInput` via:

        AutoHealTriggersArgs{...}

or:

        nil

type AutoHealTriggersPtrOutput

type AutoHealTriggersPtrOutput struct{ *pulumi.OutputState }

func (AutoHealTriggersPtrOutput) Elem

func (AutoHealTriggersPtrOutput) ElementType

func (AutoHealTriggersPtrOutput) ElementType() reflect.Type

func (AutoHealTriggersPtrOutput) PrivateBytesInKB

func (o AutoHealTriggersPtrOutput) PrivateBytesInKB() pulumi.IntPtrOutput

A rule based on private bytes.

func (AutoHealTriggersPtrOutput) Requests

A rule based on total requests.

func (AutoHealTriggersPtrOutput) SlowRequests

A rule based on request execution time.

func (AutoHealTriggersPtrOutput) StatusCodes

A rule based on status codes.

func (AutoHealTriggersPtrOutput) ToAutoHealTriggersPtrOutput

func (o AutoHealTriggersPtrOutput) ToAutoHealTriggersPtrOutput() AutoHealTriggersPtrOutput

func (AutoHealTriggersPtrOutput) ToAutoHealTriggersPtrOutputWithContext

func (o AutoHealTriggersPtrOutput) ToAutoHealTriggersPtrOutputWithContext(ctx context.Context) AutoHealTriggersPtrOutput

type AutoHealTriggersResponse

type AutoHealTriggersResponse struct {
	// A rule based on private bytes.
	PrivateBytesInKB *int `pulumi:"privateBytesInKB"`
	// A rule based on total requests.
	Requests *RequestsBasedTriggerResponse `pulumi:"requests"`
	// A rule based on request execution time.
	SlowRequests *SlowRequestsBasedTriggerResponse `pulumi:"slowRequests"`
	// A rule based on status codes.
	StatusCodes []StatusCodesBasedTriggerResponse `pulumi:"statusCodes"`
}

Triggers for auto-heal.

type AutoHealTriggersResponseArgs

type AutoHealTriggersResponseArgs struct {
	// A rule based on private bytes.
	PrivateBytesInKB pulumi.IntPtrInput `pulumi:"privateBytesInKB"`
	// A rule based on total requests.
	Requests RequestsBasedTriggerResponsePtrInput `pulumi:"requests"`
	// A rule based on request execution time.
	SlowRequests SlowRequestsBasedTriggerResponsePtrInput `pulumi:"slowRequests"`
	// A rule based on status codes.
	StatusCodes StatusCodesBasedTriggerResponseArrayInput `pulumi:"statusCodes"`
}

Triggers for auto-heal.

func (AutoHealTriggersResponseArgs) ElementType

func (AutoHealTriggersResponseArgs) ToAutoHealTriggersResponseOutput

func (i AutoHealTriggersResponseArgs) ToAutoHealTriggersResponseOutput() AutoHealTriggersResponseOutput

func (AutoHealTriggersResponseArgs) ToAutoHealTriggersResponseOutputWithContext

func (i AutoHealTriggersResponseArgs) ToAutoHealTriggersResponseOutputWithContext(ctx context.Context) AutoHealTriggersResponseOutput

func (AutoHealTriggersResponseArgs) ToAutoHealTriggersResponsePtrOutput

func (i AutoHealTriggersResponseArgs) ToAutoHealTriggersResponsePtrOutput() AutoHealTriggersResponsePtrOutput

func (AutoHealTriggersResponseArgs) ToAutoHealTriggersResponsePtrOutputWithContext

func (i AutoHealTriggersResponseArgs) ToAutoHealTriggersResponsePtrOutputWithContext(ctx context.Context) AutoHealTriggersResponsePtrOutput

type AutoHealTriggersResponseInput

type AutoHealTriggersResponseInput interface {
	pulumi.Input

	ToAutoHealTriggersResponseOutput() AutoHealTriggersResponseOutput
	ToAutoHealTriggersResponseOutputWithContext(context.Context) AutoHealTriggersResponseOutput
}

AutoHealTriggersResponseInput is an input type that accepts AutoHealTriggersResponseArgs and AutoHealTriggersResponseOutput values. You can construct a concrete instance of `AutoHealTriggersResponseInput` via:

AutoHealTriggersResponseArgs{...}

type AutoHealTriggersResponseOutput

type AutoHealTriggersResponseOutput struct{ *pulumi.OutputState }

Triggers for auto-heal.

func (AutoHealTriggersResponseOutput) ElementType

func (AutoHealTriggersResponseOutput) PrivateBytesInKB

func (o AutoHealTriggersResponseOutput) PrivateBytesInKB() pulumi.IntPtrOutput

A rule based on private bytes.

func (AutoHealTriggersResponseOutput) Requests

A rule based on total requests.

func (AutoHealTriggersResponseOutput) SlowRequests

A rule based on request execution time.

func (AutoHealTriggersResponseOutput) StatusCodes

A rule based on status codes.

func (AutoHealTriggersResponseOutput) ToAutoHealTriggersResponseOutput

func (o AutoHealTriggersResponseOutput) ToAutoHealTriggersResponseOutput() AutoHealTriggersResponseOutput

func (AutoHealTriggersResponseOutput) ToAutoHealTriggersResponseOutputWithContext

func (o AutoHealTriggersResponseOutput) ToAutoHealTriggersResponseOutputWithContext(ctx context.Context) AutoHealTriggersResponseOutput

func (AutoHealTriggersResponseOutput) ToAutoHealTriggersResponsePtrOutput

func (o AutoHealTriggersResponseOutput) ToAutoHealTriggersResponsePtrOutput() AutoHealTriggersResponsePtrOutput

func (AutoHealTriggersResponseOutput) ToAutoHealTriggersResponsePtrOutputWithContext

func (o AutoHealTriggersResponseOutput) ToAutoHealTriggersResponsePtrOutputWithContext(ctx context.Context) AutoHealTriggersResponsePtrOutput

type AutoHealTriggersResponsePtrInput

type AutoHealTriggersResponsePtrInput interface {
	pulumi.Input

	ToAutoHealTriggersResponsePtrOutput() AutoHealTriggersResponsePtrOutput
	ToAutoHealTriggersResponsePtrOutputWithContext(context.Context) AutoHealTriggersResponsePtrOutput
}

AutoHealTriggersResponsePtrInput is an input type that accepts AutoHealTriggersResponseArgs, AutoHealTriggersResponsePtr and AutoHealTriggersResponsePtrOutput values. You can construct a concrete instance of `AutoHealTriggersResponsePtrInput` via:

        AutoHealTriggersResponseArgs{...}

or:

        nil

type AutoHealTriggersResponsePtrOutput

type AutoHealTriggersResponsePtrOutput struct{ *pulumi.OutputState }

func (AutoHealTriggersResponsePtrOutput) Elem

func (AutoHealTriggersResponsePtrOutput) ElementType

func (AutoHealTriggersResponsePtrOutput) PrivateBytesInKB

A rule based on private bytes.

func (AutoHealTriggersResponsePtrOutput) Requests

A rule based on total requests.

func (AutoHealTriggersResponsePtrOutput) SlowRequests

A rule based on request execution time.

func (AutoHealTriggersResponsePtrOutput) StatusCodes

A rule based on status codes.

func (AutoHealTriggersResponsePtrOutput) ToAutoHealTriggersResponsePtrOutput

func (o AutoHealTriggersResponsePtrOutput) ToAutoHealTriggersResponsePtrOutput() AutoHealTriggersResponsePtrOutput

func (AutoHealTriggersResponsePtrOutput) ToAutoHealTriggersResponsePtrOutputWithContext

func (o AutoHealTriggersResponsePtrOutput) ToAutoHealTriggersResponsePtrOutputWithContext(ctx context.Context) AutoHealTriggersResponsePtrOutput

type AzureBlobStorageApplicationLogsConfig added in v0.3.1

type AzureBlobStorageApplicationLogsConfig struct {
	// Log level.
	Level *string `pulumi:"level"`
	// Retention in days.
	// Remove blobs older than X days.
	// 0 or lower means no retention.
	RetentionInDays *int `pulumi:"retentionInDays"`
	// SAS url to a azure blob container with read/write/list/delete permissions.
	SasUrl *string `pulumi:"sasUrl"`
}

Application logs azure blob storage configuration.

type AzureBlobStorageApplicationLogsConfigArgs added in v0.3.1

type AzureBlobStorageApplicationLogsConfigArgs struct {
	// Log level.
	Level *LogLevel `pulumi:"level"`
	// Retention in days.
	// Remove blobs older than X days.
	// 0 or lower means no retention.
	RetentionInDays pulumi.IntPtrInput `pulumi:"retentionInDays"`
	// SAS url to a azure blob container with read/write/list/delete permissions.
	SasUrl pulumi.StringPtrInput `pulumi:"sasUrl"`
}

Application logs azure blob storage configuration.

func (AzureBlobStorageApplicationLogsConfigArgs) ElementType added in v0.3.1

func (AzureBlobStorageApplicationLogsConfigArgs) ToAzureBlobStorageApplicationLogsConfigOutput added in v0.3.1

func (i AzureBlobStorageApplicationLogsConfigArgs) ToAzureBlobStorageApplicationLogsConfigOutput() AzureBlobStorageApplicationLogsConfigOutput

func (AzureBlobStorageApplicationLogsConfigArgs) ToAzureBlobStorageApplicationLogsConfigOutputWithContext added in v0.3.1

func (i AzureBlobStorageApplicationLogsConfigArgs) ToAzureBlobStorageApplicationLogsConfigOutputWithContext(ctx context.Context) AzureBlobStorageApplicationLogsConfigOutput

func (AzureBlobStorageApplicationLogsConfigArgs) ToAzureBlobStorageApplicationLogsConfigPtrOutput added in v0.3.1

func (i AzureBlobStorageApplicationLogsConfigArgs) ToAzureBlobStorageApplicationLogsConfigPtrOutput() AzureBlobStorageApplicationLogsConfigPtrOutput

func (AzureBlobStorageApplicationLogsConfigArgs) ToAzureBlobStorageApplicationLogsConfigPtrOutputWithContext added in v0.3.1

func (i AzureBlobStorageApplicationLogsConfigArgs) ToAzureBlobStorageApplicationLogsConfigPtrOutputWithContext(ctx context.Context) AzureBlobStorageApplicationLogsConfigPtrOutput

type AzureBlobStorageApplicationLogsConfigInput added in v0.3.1

type AzureBlobStorageApplicationLogsConfigInput interface {
	pulumi.Input

	ToAzureBlobStorageApplicationLogsConfigOutput() AzureBlobStorageApplicationLogsConfigOutput
	ToAzureBlobStorageApplicationLogsConfigOutputWithContext(context.Context) AzureBlobStorageApplicationLogsConfigOutput
}

AzureBlobStorageApplicationLogsConfigInput is an input type that accepts AzureBlobStorageApplicationLogsConfigArgs and AzureBlobStorageApplicationLogsConfigOutput values. You can construct a concrete instance of `AzureBlobStorageApplicationLogsConfigInput` via:

AzureBlobStorageApplicationLogsConfigArgs{...}

type AzureBlobStorageApplicationLogsConfigOutput added in v0.3.1

type AzureBlobStorageApplicationLogsConfigOutput struct{ *pulumi.OutputState }

Application logs azure blob storage configuration.

func (AzureBlobStorageApplicationLogsConfigOutput) ElementType added in v0.3.1

func (AzureBlobStorageApplicationLogsConfigOutput) Level added in v0.3.1

Log level.

func (AzureBlobStorageApplicationLogsConfigOutput) RetentionInDays added in v0.3.1

Retention in days. Remove blobs older than X days. 0 or lower means no retention.

func (AzureBlobStorageApplicationLogsConfigOutput) SasUrl added in v0.3.1

SAS url to a azure blob container with read/write/list/delete permissions.

func (AzureBlobStorageApplicationLogsConfigOutput) ToAzureBlobStorageApplicationLogsConfigOutput added in v0.3.1

func (o AzureBlobStorageApplicationLogsConfigOutput) ToAzureBlobStorageApplicationLogsConfigOutput() AzureBlobStorageApplicationLogsConfigOutput

func (AzureBlobStorageApplicationLogsConfigOutput) ToAzureBlobStorageApplicationLogsConfigOutputWithContext added in v0.3.1

func (o AzureBlobStorageApplicationLogsConfigOutput) ToAzureBlobStorageApplicationLogsConfigOutputWithContext(ctx context.Context) AzureBlobStorageApplicationLogsConfigOutput

func (AzureBlobStorageApplicationLogsConfigOutput) ToAzureBlobStorageApplicationLogsConfigPtrOutput added in v0.3.1

func (o AzureBlobStorageApplicationLogsConfigOutput) ToAzureBlobStorageApplicationLogsConfigPtrOutput() AzureBlobStorageApplicationLogsConfigPtrOutput

func (AzureBlobStorageApplicationLogsConfigOutput) ToAzureBlobStorageApplicationLogsConfigPtrOutputWithContext added in v0.3.1

func (o AzureBlobStorageApplicationLogsConfigOutput) ToAzureBlobStorageApplicationLogsConfigPtrOutputWithContext(ctx context.Context) AzureBlobStorageApplicationLogsConfigPtrOutput

type AzureBlobStorageApplicationLogsConfigPtrInput added in v0.3.1

type AzureBlobStorageApplicationLogsConfigPtrInput interface {
	pulumi.Input

	ToAzureBlobStorageApplicationLogsConfigPtrOutput() AzureBlobStorageApplicationLogsConfigPtrOutput
	ToAzureBlobStorageApplicationLogsConfigPtrOutputWithContext(context.Context) AzureBlobStorageApplicationLogsConfigPtrOutput
}

AzureBlobStorageApplicationLogsConfigPtrInput is an input type that accepts AzureBlobStorageApplicationLogsConfigArgs, AzureBlobStorageApplicationLogsConfigPtr and AzureBlobStorageApplicationLogsConfigPtrOutput values. You can construct a concrete instance of `AzureBlobStorageApplicationLogsConfigPtrInput` via:

        AzureBlobStorageApplicationLogsConfigArgs{...}

or:

        nil

type AzureBlobStorageApplicationLogsConfigPtrOutput added in v0.3.1

type AzureBlobStorageApplicationLogsConfigPtrOutput struct{ *pulumi.OutputState }

func (AzureBlobStorageApplicationLogsConfigPtrOutput) Elem added in v0.3.1

func (AzureBlobStorageApplicationLogsConfigPtrOutput) ElementType added in v0.3.1

func (AzureBlobStorageApplicationLogsConfigPtrOutput) Level added in v0.3.1

Log level.

func (AzureBlobStorageApplicationLogsConfigPtrOutput) RetentionInDays added in v0.3.1

Retention in days. Remove blobs older than X days. 0 or lower means no retention.

func (AzureBlobStorageApplicationLogsConfigPtrOutput) SasUrl added in v0.3.1

SAS url to a azure blob container with read/write/list/delete permissions.

func (AzureBlobStorageApplicationLogsConfigPtrOutput) ToAzureBlobStorageApplicationLogsConfigPtrOutput added in v0.3.1

func (o AzureBlobStorageApplicationLogsConfigPtrOutput) ToAzureBlobStorageApplicationLogsConfigPtrOutput() AzureBlobStorageApplicationLogsConfigPtrOutput

func (AzureBlobStorageApplicationLogsConfigPtrOutput) ToAzureBlobStorageApplicationLogsConfigPtrOutputWithContext added in v0.3.1

func (o AzureBlobStorageApplicationLogsConfigPtrOutput) ToAzureBlobStorageApplicationLogsConfigPtrOutputWithContext(ctx context.Context) AzureBlobStorageApplicationLogsConfigPtrOutput

type AzureBlobStorageApplicationLogsConfigResponse added in v0.3.1

type AzureBlobStorageApplicationLogsConfigResponse struct {
	// Log level.
	Level *string `pulumi:"level"`
	// Retention in days.
	// Remove blobs older than X days.
	// 0 or lower means no retention.
	RetentionInDays *int `pulumi:"retentionInDays"`
	// SAS url to a azure blob container with read/write/list/delete permissions.
	SasUrl *string `pulumi:"sasUrl"`
}

Application logs azure blob storage configuration.

type AzureBlobStorageApplicationLogsConfigResponseArgs added in v0.3.1

type AzureBlobStorageApplicationLogsConfigResponseArgs struct {
	// Log level.
	Level pulumi.StringPtrInput `pulumi:"level"`
	// Retention in days.
	// Remove blobs older than X days.
	// 0 or lower means no retention.
	RetentionInDays pulumi.IntPtrInput `pulumi:"retentionInDays"`
	// SAS url to a azure blob container with read/write/list/delete permissions.
	SasUrl pulumi.StringPtrInput `pulumi:"sasUrl"`
}

Application logs azure blob storage configuration.

func (AzureBlobStorageApplicationLogsConfigResponseArgs) ElementType added in v0.3.1

func (AzureBlobStorageApplicationLogsConfigResponseArgs) ToAzureBlobStorageApplicationLogsConfigResponseOutput added in v0.3.1

func (i AzureBlobStorageApplicationLogsConfigResponseArgs) ToAzureBlobStorageApplicationLogsConfigResponseOutput() AzureBlobStorageApplicationLogsConfigResponseOutput

func (AzureBlobStorageApplicationLogsConfigResponseArgs) ToAzureBlobStorageApplicationLogsConfigResponseOutputWithContext added in v0.3.1

func (i AzureBlobStorageApplicationLogsConfigResponseArgs) ToAzureBlobStorageApplicationLogsConfigResponseOutputWithContext(ctx context.Context) AzureBlobStorageApplicationLogsConfigResponseOutput

func (AzureBlobStorageApplicationLogsConfigResponseArgs) ToAzureBlobStorageApplicationLogsConfigResponsePtrOutput added in v0.3.1

func (i AzureBlobStorageApplicationLogsConfigResponseArgs) ToAzureBlobStorageApplicationLogsConfigResponsePtrOutput() AzureBlobStorageApplicationLogsConfigResponsePtrOutput

func (AzureBlobStorageApplicationLogsConfigResponseArgs) ToAzureBlobStorageApplicationLogsConfigResponsePtrOutputWithContext added in v0.3.1

func (i AzureBlobStorageApplicationLogsConfigResponseArgs) ToAzureBlobStorageApplicationLogsConfigResponsePtrOutputWithContext(ctx context.Context) AzureBlobStorageApplicationLogsConfigResponsePtrOutput

type AzureBlobStorageApplicationLogsConfigResponseInput added in v0.3.1

type AzureBlobStorageApplicationLogsConfigResponseInput interface {
	pulumi.Input

	ToAzureBlobStorageApplicationLogsConfigResponseOutput() AzureBlobStorageApplicationLogsConfigResponseOutput
	ToAzureBlobStorageApplicationLogsConfigResponseOutputWithContext(context.Context) AzureBlobStorageApplicationLogsConfigResponseOutput
}

AzureBlobStorageApplicationLogsConfigResponseInput is an input type that accepts AzureBlobStorageApplicationLogsConfigResponseArgs and AzureBlobStorageApplicationLogsConfigResponseOutput values. You can construct a concrete instance of `AzureBlobStorageApplicationLogsConfigResponseInput` via:

AzureBlobStorageApplicationLogsConfigResponseArgs{...}

type AzureBlobStorageApplicationLogsConfigResponseOutput added in v0.3.1

type AzureBlobStorageApplicationLogsConfigResponseOutput struct{ *pulumi.OutputState }

Application logs azure blob storage configuration.

func (AzureBlobStorageApplicationLogsConfigResponseOutput) ElementType added in v0.3.1

func (AzureBlobStorageApplicationLogsConfigResponseOutput) Level added in v0.3.1

Log level.

func (AzureBlobStorageApplicationLogsConfigResponseOutput) RetentionInDays added in v0.3.1

Retention in days. Remove blobs older than X days. 0 or lower means no retention.

func (AzureBlobStorageApplicationLogsConfigResponseOutput) SasUrl added in v0.3.1

SAS url to a azure blob container with read/write/list/delete permissions.

func (AzureBlobStorageApplicationLogsConfigResponseOutput) ToAzureBlobStorageApplicationLogsConfigResponseOutput added in v0.3.1

func (o AzureBlobStorageApplicationLogsConfigResponseOutput) ToAzureBlobStorageApplicationLogsConfigResponseOutput() AzureBlobStorageApplicationLogsConfigResponseOutput

func (AzureBlobStorageApplicationLogsConfigResponseOutput) ToAzureBlobStorageApplicationLogsConfigResponseOutputWithContext added in v0.3.1

func (o AzureBlobStorageApplicationLogsConfigResponseOutput) ToAzureBlobStorageApplicationLogsConfigResponseOutputWithContext(ctx context.Context) AzureBlobStorageApplicationLogsConfigResponseOutput

func (AzureBlobStorageApplicationLogsConfigResponseOutput) ToAzureBlobStorageApplicationLogsConfigResponsePtrOutput added in v0.3.1

func (o AzureBlobStorageApplicationLogsConfigResponseOutput) ToAzureBlobStorageApplicationLogsConfigResponsePtrOutput() AzureBlobStorageApplicationLogsConfigResponsePtrOutput

func (AzureBlobStorageApplicationLogsConfigResponseOutput) ToAzureBlobStorageApplicationLogsConfigResponsePtrOutputWithContext added in v0.3.1

func (o AzureBlobStorageApplicationLogsConfigResponseOutput) ToAzureBlobStorageApplicationLogsConfigResponsePtrOutputWithContext(ctx context.Context) AzureBlobStorageApplicationLogsConfigResponsePtrOutput

type AzureBlobStorageApplicationLogsConfigResponsePtrInput added in v0.3.1

type AzureBlobStorageApplicationLogsConfigResponsePtrInput interface {
	pulumi.Input

	ToAzureBlobStorageApplicationLogsConfigResponsePtrOutput() AzureBlobStorageApplicationLogsConfigResponsePtrOutput
	ToAzureBlobStorageApplicationLogsConfigResponsePtrOutputWithContext(context.Context) AzureBlobStorageApplicationLogsConfigResponsePtrOutput
}

AzureBlobStorageApplicationLogsConfigResponsePtrInput is an input type that accepts AzureBlobStorageApplicationLogsConfigResponseArgs, AzureBlobStorageApplicationLogsConfigResponsePtr and AzureBlobStorageApplicationLogsConfigResponsePtrOutput values. You can construct a concrete instance of `AzureBlobStorageApplicationLogsConfigResponsePtrInput` via:

        AzureBlobStorageApplicationLogsConfigResponseArgs{...}

or:

        nil

type AzureBlobStorageApplicationLogsConfigResponsePtrOutput added in v0.3.1

type AzureBlobStorageApplicationLogsConfigResponsePtrOutput struct{ *pulumi.OutputState }

func (AzureBlobStorageApplicationLogsConfigResponsePtrOutput) Elem added in v0.3.1

func (AzureBlobStorageApplicationLogsConfigResponsePtrOutput) ElementType added in v0.3.1

func (AzureBlobStorageApplicationLogsConfigResponsePtrOutput) Level added in v0.3.1

Log level.

func (AzureBlobStorageApplicationLogsConfigResponsePtrOutput) RetentionInDays added in v0.3.1

Retention in days. Remove blobs older than X days. 0 or lower means no retention.

func (AzureBlobStorageApplicationLogsConfigResponsePtrOutput) SasUrl added in v0.3.1

SAS url to a azure blob container with read/write/list/delete permissions.

func (AzureBlobStorageApplicationLogsConfigResponsePtrOutput) ToAzureBlobStorageApplicationLogsConfigResponsePtrOutput added in v0.3.1

func (AzureBlobStorageApplicationLogsConfigResponsePtrOutput) ToAzureBlobStorageApplicationLogsConfigResponsePtrOutputWithContext added in v0.3.1

func (o AzureBlobStorageApplicationLogsConfigResponsePtrOutput) ToAzureBlobStorageApplicationLogsConfigResponsePtrOutputWithContext(ctx context.Context) AzureBlobStorageApplicationLogsConfigResponsePtrOutput

type AzureBlobStorageHttpLogsConfig added in v0.3.1

type AzureBlobStorageHttpLogsConfig struct {
	// True if configuration is enabled, false if it is disabled and null if configuration is not set.
	Enabled *bool `pulumi:"enabled"`
	// Retention in days.
	// Remove blobs older than X days.
	// 0 or lower means no retention.
	RetentionInDays *int `pulumi:"retentionInDays"`
	// SAS url to a azure blob container with read/write/list/delete permissions.
	SasUrl *string `pulumi:"sasUrl"`
}

Http logs to azure blob storage configuration.

type AzureBlobStorageHttpLogsConfigArgs added in v0.3.1

type AzureBlobStorageHttpLogsConfigArgs struct {
	// True if configuration is enabled, false if it is disabled and null if configuration is not set.
	Enabled pulumi.BoolPtrInput `pulumi:"enabled"`
	// Retention in days.
	// Remove blobs older than X days.
	// 0 or lower means no retention.
	RetentionInDays pulumi.IntPtrInput `pulumi:"retentionInDays"`
	// SAS url to a azure blob container with read/write/list/delete permissions.
	SasUrl pulumi.StringPtrInput `pulumi:"sasUrl"`
}

Http logs to azure blob storage configuration.

func (AzureBlobStorageHttpLogsConfigArgs) ElementType added in v0.3.1

func (AzureBlobStorageHttpLogsConfigArgs) ToAzureBlobStorageHttpLogsConfigOutput added in v0.3.1

func (i AzureBlobStorageHttpLogsConfigArgs) ToAzureBlobStorageHttpLogsConfigOutput() AzureBlobStorageHttpLogsConfigOutput

func (AzureBlobStorageHttpLogsConfigArgs) ToAzureBlobStorageHttpLogsConfigOutputWithContext added in v0.3.1

func (i AzureBlobStorageHttpLogsConfigArgs) ToAzureBlobStorageHttpLogsConfigOutputWithContext(ctx context.Context) AzureBlobStorageHttpLogsConfigOutput

func (AzureBlobStorageHttpLogsConfigArgs) ToAzureBlobStorageHttpLogsConfigPtrOutput added in v0.3.1

func (i AzureBlobStorageHttpLogsConfigArgs) ToAzureBlobStorageHttpLogsConfigPtrOutput() AzureBlobStorageHttpLogsConfigPtrOutput

func (AzureBlobStorageHttpLogsConfigArgs) ToAzureBlobStorageHttpLogsConfigPtrOutputWithContext added in v0.3.1

func (i AzureBlobStorageHttpLogsConfigArgs) ToAzureBlobStorageHttpLogsConfigPtrOutputWithContext(ctx context.Context) AzureBlobStorageHttpLogsConfigPtrOutput

type AzureBlobStorageHttpLogsConfigInput added in v0.3.1

type AzureBlobStorageHttpLogsConfigInput interface {
	pulumi.Input

	ToAzureBlobStorageHttpLogsConfigOutput() AzureBlobStorageHttpLogsConfigOutput
	ToAzureBlobStorageHttpLogsConfigOutputWithContext(context.Context) AzureBlobStorageHttpLogsConfigOutput
}

AzureBlobStorageHttpLogsConfigInput is an input type that accepts AzureBlobStorageHttpLogsConfigArgs and AzureBlobStorageHttpLogsConfigOutput values. You can construct a concrete instance of `AzureBlobStorageHttpLogsConfigInput` via:

AzureBlobStorageHttpLogsConfigArgs{...}

type AzureBlobStorageHttpLogsConfigOutput added in v0.3.1

type AzureBlobStorageHttpLogsConfigOutput struct{ *pulumi.OutputState }

Http logs to azure blob storage configuration.

func (AzureBlobStorageHttpLogsConfigOutput) ElementType added in v0.3.1

func (AzureBlobStorageHttpLogsConfigOutput) Enabled added in v0.3.1

True if configuration is enabled, false if it is disabled and null if configuration is not set.

func (AzureBlobStorageHttpLogsConfigOutput) RetentionInDays added in v0.3.1

Retention in days. Remove blobs older than X days. 0 or lower means no retention.

func (AzureBlobStorageHttpLogsConfigOutput) SasUrl added in v0.3.1

SAS url to a azure blob container with read/write/list/delete permissions.

func (AzureBlobStorageHttpLogsConfigOutput) ToAzureBlobStorageHttpLogsConfigOutput added in v0.3.1

func (o AzureBlobStorageHttpLogsConfigOutput) ToAzureBlobStorageHttpLogsConfigOutput() AzureBlobStorageHttpLogsConfigOutput

func (AzureBlobStorageHttpLogsConfigOutput) ToAzureBlobStorageHttpLogsConfigOutputWithContext added in v0.3.1

func (o AzureBlobStorageHttpLogsConfigOutput) ToAzureBlobStorageHttpLogsConfigOutputWithContext(ctx context.Context) AzureBlobStorageHttpLogsConfigOutput

func (AzureBlobStorageHttpLogsConfigOutput) ToAzureBlobStorageHttpLogsConfigPtrOutput added in v0.3.1

func (o AzureBlobStorageHttpLogsConfigOutput) ToAzureBlobStorageHttpLogsConfigPtrOutput() AzureBlobStorageHttpLogsConfigPtrOutput

func (AzureBlobStorageHttpLogsConfigOutput) ToAzureBlobStorageHttpLogsConfigPtrOutputWithContext added in v0.3.1

func (o AzureBlobStorageHttpLogsConfigOutput) ToAzureBlobStorageHttpLogsConfigPtrOutputWithContext(ctx context.Context) AzureBlobStorageHttpLogsConfigPtrOutput

type AzureBlobStorageHttpLogsConfigPtrInput added in v0.3.1

type AzureBlobStorageHttpLogsConfigPtrInput interface {
	pulumi.Input

	ToAzureBlobStorageHttpLogsConfigPtrOutput() AzureBlobStorageHttpLogsConfigPtrOutput
	ToAzureBlobStorageHttpLogsConfigPtrOutputWithContext(context.Context) AzureBlobStorageHttpLogsConfigPtrOutput
}

AzureBlobStorageHttpLogsConfigPtrInput is an input type that accepts AzureBlobStorageHttpLogsConfigArgs, AzureBlobStorageHttpLogsConfigPtr and AzureBlobStorageHttpLogsConfigPtrOutput values. You can construct a concrete instance of `AzureBlobStorageHttpLogsConfigPtrInput` via:

        AzureBlobStorageHttpLogsConfigArgs{...}

or:

        nil

type AzureBlobStorageHttpLogsConfigPtrOutput added in v0.3.1

type AzureBlobStorageHttpLogsConfigPtrOutput struct{ *pulumi.OutputState }

func (AzureBlobStorageHttpLogsConfigPtrOutput) Elem added in v0.3.1

func (AzureBlobStorageHttpLogsConfigPtrOutput) ElementType added in v0.3.1

func (AzureBlobStorageHttpLogsConfigPtrOutput) Enabled added in v0.3.1

True if configuration is enabled, false if it is disabled and null if configuration is not set.

func (AzureBlobStorageHttpLogsConfigPtrOutput) RetentionInDays added in v0.3.1

Retention in days. Remove blobs older than X days. 0 or lower means no retention.

func (AzureBlobStorageHttpLogsConfigPtrOutput) SasUrl added in v0.3.1

SAS url to a azure blob container with read/write/list/delete permissions.

func (AzureBlobStorageHttpLogsConfigPtrOutput) ToAzureBlobStorageHttpLogsConfigPtrOutput added in v0.3.1

func (o AzureBlobStorageHttpLogsConfigPtrOutput) ToAzureBlobStorageHttpLogsConfigPtrOutput() AzureBlobStorageHttpLogsConfigPtrOutput

func (AzureBlobStorageHttpLogsConfigPtrOutput) ToAzureBlobStorageHttpLogsConfigPtrOutputWithContext added in v0.3.1

func (o AzureBlobStorageHttpLogsConfigPtrOutput) ToAzureBlobStorageHttpLogsConfigPtrOutputWithContext(ctx context.Context) AzureBlobStorageHttpLogsConfigPtrOutput

type AzureBlobStorageHttpLogsConfigResponse added in v0.3.1

type AzureBlobStorageHttpLogsConfigResponse struct {
	// True if configuration is enabled, false if it is disabled and null if configuration is not set.
	Enabled *bool `pulumi:"enabled"`
	// Retention in days.
	// Remove blobs older than X days.
	// 0 or lower means no retention.
	RetentionInDays *int `pulumi:"retentionInDays"`
	// SAS url to a azure blob container with read/write/list/delete permissions.
	SasUrl *string `pulumi:"sasUrl"`
}

Http logs to azure blob storage configuration.

type AzureBlobStorageHttpLogsConfigResponseArgs added in v0.3.1

type AzureBlobStorageHttpLogsConfigResponseArgs struct {
	// True if configuration is enabled, false if it is disabled and null if configuration is not set.
	Enabled pulumi.BoolPtrInput `pulumi:"enabled"`
	// Retention in days.
	// Remove blobs older than X days.
	// 0 or lower means no retention.
	RetentionInDays pulumi.IntPtrInput `pulumi:"retentionInDays"`
	// SAS url to a azure blob container with read/write/list/delete permissions.
	SasUrl pulumi.StringPtrInput `pulumi:"sasUrl"`
}

Http logs to azure blob storage configuration.

func (AzureBlobStorageHttpLogsConfigResponseArgs) ElementType added in v0.3.1

func (AzureBlobStorageHttpLogsConfigResponseArgs) ToAzureBlobStorageHttpLogsConfigResponseOutput added in v0.3.1

func (i AzureBlobStorageHttpLogsConfigResponseArgs) ToAzureBlobStorageHttpLogsConfigResponseOutput() AzureBlobStorageHttpLogsConfigResponseOutput

func (AzureBlobStorageHttpLogsConfigResponseArgs) ToAzureBlobStorageHttpLogsConfigResponseOutputWithContext added in v0.3.1

func (i AzureBlobStorageHttpLogsConfigResponseArgs) ToAzureBlobStorageHttpLogsConfigResponseOutputWithContext(ctx context.Context) AzureBlobStorageHttpLogsConfigResponseOutput

func (AzureBlobStorageHttpLogsConfigResponseArgs) ToAzureBlobStorageHttpLogsConfigResponsePtrOutput added in v0.3.1

func (i AzureBlobStorageHttpLogsConfigResponseArgs) ToAzureBlobStorageHttpLogsConfigResponsePtrOutput() AzureBlobStorageHttpLogsConfigResponsePtrOutput

func (AzureBlobStorageHttpLogsConfigResponseArgs) ToAzureBlobStorageHttpLogsConfigResponsePtrOutputWithContext added in v0.3.1

func (i AzureBlobStorageHttpLogsConfigResponseArgs) ToAzureBlobStorageHttpLogsConfigResponsePtrOutputWithContext(ctx context.Context) AzureBlobStorageHttpLogsConfigResponsePtrOutput

type AzureBlobStorageHttpLogsConfigResponseInput added in v0.3.1

type AzureBlobStorageHttpLogsConfigResponseInput interface {
	pulumi.Input

	ToAzureBlobStorageHttpLogsConfigResponseOutput() AzureBlobStorageHttpLogsConfigResponseOutput
	ToAzureBlobStorageHttpLogsConfigResponseOutputWithContext(context.Context) AzureBlobStorageHttpLogsConfigResponseOutput
}

AzureBlobStorageHttpLogsConfigResponseInput is an input type that accepts AzureBlobStorageHttpLogsConfigResponseArgs and AzureBlobStorageHttpLogsConfigResponseOutput values. You can construct a concrete instance of `AzureBlobStorageHttpLogsConfigResponseInput` via:

AzureBlobStorageHttpLogsConfigResponseArgs{...}

type AzureBlobStorageHttpLogsConfigResponseOutput added in v0.3.1

type AzureBlobStorageHttpLogsConfigResponseOutput struct{ *pulumi.OutputState }

Http logs to azure blob storage configuration.

func (AzureBlobStorageHttpLogsConfigResponseOutput) ElementType added in v0.3.1

func (AzureBlobStorageHttpLogsConfigResponseOutput) Enabled added in v0.3.1

True if configuration is enabled, false if it is disabled and null if configuration is not set.

func (AzureBlobStorageHttpLogsConfigResponseOutput) RetentionInDays added in v0.3.1

Retention in days. Remove blobs older than X days. 0 or lower means no retention.

func (AzureBlobStorageHttpLogsConfigResponseOutput) SasUrl added in v0.3.1

SAS url to a azure blob container with read/write/list/delete permissions.

func (AzureBlobStorageHttpLogsConfigResponseOutput) ToAzureBlobStorageHttpLogsConfigResponseOutput added in v0.3.1

func (o AzureBlobStorageHttpLogsConfigResponseOutput) ToAzureBlobStorageHttpLogsConfigResponseOutput() AzureBlobStorageHttpLogsConfigResponseOutput

func (AzureBlobStorageHttpLogsConfigResponseOutput) ToAzureBlobStorageHttpLogsConfigResponseOutputWithContext added in v0.3.1

func (o AzureBlobStorageHttpLogsConfigResponseOutput) ToAzureBlobStorageHttpLogsConfigResponseOutputWithContext(ctx context.Context) AzureBlobStorageHttpLogsConfigResponseOutput

func (AzureBlobStorageHttpLogsConfigResponseOutput) ToAzureBlobStorageHttpLogsConfigResponsePtrOutput added in v0.3.1

func (o AzureBlobStorageHttpLogsConfigResponseOutput) ToAzureBlobStorageHttpLogsConfigResponsePtrOutput() AzureBlobStorageHttpLogsConfigResponsePtrOutput

func (AzureBlobStorageHttpLogsConfigResponseOutput) ToAzureBlobStorageHttpLogsConfigResponsePtrOutputWithContext added in v0.3.1

func (o AzureBlobStorageHttpLogsConfigResponseOutput) ToAzureBlobStorageHttpLogsConfigResponsePtrOutputWithContext(ctx context.Context) AzureBlobStorageHttpLogsConfigResponsePtrOutput

type AzureBlobStorageHttpLogsConfigResponsePtrInput added in v0.3.1

type AzureBlobStorageHttpLogsConfigResponsePtrInput interface {
	pulumi.Input

	ToAzureBlobStorageHttpLogsConfigResponsePtrOutput() AzureBlobStorageHttpLogsConfigResponsePtrOutput
	ToAzureBlobStorageHttpLogsConfigResponsePtrOutputWithContext(context.Context) AzureBlobStorageHttpLogsConfigResponsePtrOutput
}

AzureBlobStorageHttpLogsConfigResponsePtrInput is an input type that accepts AzureBlobStorageHttpLogsConfigResponseArgs, AzureBlobStorageHttpLogsConfigResponsePtr and AzureBlobStorageHttpLogsConfigResponsePtrOutput values. You can construct a concrete instance of `AzureBlobStorageHttpLogsConfigResponsePtrInput` via:

        AzureBlobStorageHttpLogsConfigResponseArgs{...}

or:

        nil

type AzureBlobStorageHttpLogsConfigResponsePtrOutput added in v0.3.1

type AzureBlobStorageHttpLogsConfigResponsePtrOutput struct{ *pulumi.OutputState }

func (AzureBlobStorageHttpLogsConfigResponsePtrOutput) Elem added in v0.3.1

func (AzureBlobStorageHttpLogsConfigResponsePtrOutput) ElementType added in v0.3.1

func (AzureBlobStorageHttpLogsConfigResponsePtrOutput) Enabled added in v0.3.1

True if configuration is enabled, false if it is disabled and null if configuration is not set.

func (AzureBlobStorageHttpLogsConfigResponsePtrOutput) RetentionInDays added in v0.3.1

Retention in days. Remove blobs older than X days. 0 or lower means no retention.

func (AzureBlobStorageHttpLogsConfigResponsePtrOutput) SasUrl added in v0.3.1

SAS url to a azure blob container with read/write/list/delete permissions.

func (AzureBlobStorageHttpLogsConfigResponsePtrOutput) ToAzureBlobStorageHttpLogsConfigResponsePtrOutput added in v0.3.1

func (o AzureBlobStorageHttpLogsConfigResponsePtrOutput) ToAzureBlobStorageHttpLogsConfigResponsePtrOutput() AzureBlobStorageHttpLogsConfigResponsePtrOutput

func (AzureBlobStorageHttpLogsConfigResponsePtrOutput) ToAzureBlobStorageHttpLogsConfigResponsePtrOutputWithContext added in v0.3.1

func (o AzureBlobStorageHttpLogsConfigResponsePtrOutput) ToAzureBlobStorageHttpLogsConfigResponsePtrOutputWithContext(ctx context.Context) AzureBlobStorageHttpLogsConfigResponsePtrOutput

type AzureResourceType added in v0.3.1

type AzureResourceType pulumi.String

Azure resource type.

func (AzureResourceType) ElementType added in v0.3.1

func (AzureResourceType) ElementType() reflect.Type

func (AzureResourceType) ToStringOutput added in v0.3.1

func (e AzureResourceType) ToStringOutput() pulumi.StringOutput

func (AzureResourceType) ToStringOutputWithContext added in v0.3.1

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

func (AzureResourceType) ToStringPtrOutput added in v0.3.1

func (e AzureResourceType) ToStringPtrOutput() pulumi.StringPtrOutput

func (AzureResourceType) ToStringPtrOutputWithContext added in v0.3.1

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

type AzureStorageInfoValue

type AzureStorageInfoValue struct {
	// Access key for the storage account.
	AccessKey *string `pulumi:"accessKey"`
	// Name of the storage account.
	AccountName *string `pulumi:"accountName"`
	// Path to mount the storage within the site's runtime environment.
	MountPath *string `pulumi:"mountPath"`
	// Name of the file share (container name, for Blob storage).
	ShareName *string `pulumi:"shareName"`
	// Type of storage.
	Type *string `pulumi:"type"`
}

Azure Files or Blob Storage access information value for dictionary storage.

type AzureStorageInfoValueArgs

type AzureStorageInfoValueArgs struct {
	// Access key for the storage account.
	AccessKey pulumi.StringPtrInput `pulumi:"accessKey"`
	// Name of the storage account.
	AccountName pulumi.StringPtrInput `pulumi:"accountName"`
	// Path to mount the storage within the site's runtime environment.
	MountPath pulumi.StringPtrInput `pulumi:"mountPath"`
	// Name of the file share (container name, for Blob storage).
	ShareName pulumi.StringPtrInput `pulumi:"shareName"`
	// Type of storage.
	Type *AzureStorageType `pulumi:"type"`
}

Azure Files or Blob Storage access information value for dictionary storage.

func (AzureStorageInfoValueArgs) ElementType

func (AzureStorageInfoValueArgs) ElementType() reflect.Type

func (AzureStorageInfoValueArgs) ToAzureStorageInfoValueOutput

func (i AzureStorageInfoValueArgs) ToAzureStorageInfoValueOutput() AzureStorageInfoValueOutput

func (AzureStorageInfoValueArgs) ToAzureStorageInfoValueOutputWithContext

func (i AzureStorageInfoValueArgs) ToAzureStorageInfoValueOutputWithContext(ctx context.Context) AzureStorageInfoValueOutput

type AzureStorageInfoValueInput

type AzureStorageInfoValueInput interface {
	pulumi.Input

	ToAzureStorageInfoValueOutput() AzureStorageInfoValueOutput
	ToAzureStorageInfoValueOutputWithContext(context.Context) AzureStorageInfoValueOutput
}

AzureStorageInfoValueInput is an input type that accepts AzureStorageInfoValueArgs and AzureStorageInfoValueOutput values. You can construct a concrete instance of `AzureStorageInfoValueInput` via:

AzureStorageInfoValueArgs{...}

type AzureStorageInfoValueMap

type AzureStorageInfoValueMap map[string]AzureStorageInfoValueInput

func (AzureStorageInfoValueMap) ElementType

func (AzureStorageInfoValueMap) ElementType() reflect.Type

func (AzureStorageInfoValueMap) ToAzureStorageInfoValueMapOutput

func (i AzureStorageInfoValueMap) ToAzureStorageInfoValueMapOutput() AzureStorageInfoValueMapOutput

func (AzureStorageInfoValueMap) ToAzureStorageInfoValueMapOutputWithContext

func (i AzureStorageInfoValueMap) ToAzureStorageInfoValueMapOutputWithContext(ctx context.Context) AzureStorageInfoValueMapOutput

type AzureStorageInfoValueMapInput

type AzureStorageInfoValueMapInput interface {
	pulumi.Input

	ToAzureStorageInfoValueMapOutput() AzureStorageInfoValueMapOutput
	ToAzureStorageInfoValueMapOutputWithContext(context.Context) AzureStorageInfoValueMapOutput
}

AzureStorageInfoValueMapInput is an input type that accepts AzureStorageInfoValueMap and AzureStorageInfoValueMapOutput values. You can construct a concrete instance of `AzureStorageInfoValueMapInput` via:

AzureStorageInfoValueMap{ "key": AzureStorageInfoValueArgs{...} }

type AzureStorageInfoValueMapOutput

type AzureStorageInfoValueMapOutput struct{ *pulumi.OutputState }

func (AzureStorageInfoValueMapOutput) ElementType

func (AzureStorageInfoValueMapOutput) MapIndex

func (AzureStorageInfoValueMapOutput) ToAzureStorageInfoValueMapOutput

func (o AzureStorageInfoValueMapOutput) ToAzureStorageInfoValueMapOutput() AzureStorageInfoValueMapOutput

func (AzureStorageInfoValueMapOutput) ToAzureStorageInfoValueMapOutputWithContext

func (o AzureStorageInfoValueMapOutput) ToAzureStorageInfoValueMapOutputWithContext(ctx context.Context) AzureStorageInfoValueMapOutput

type AzureStorageInfoValueOutput

type AzureStorageInfoValueOutput struct{ *pulumi.OutputState }

Azure Files or Blob Storage access information value for dictionary storage.

func (AzureStorageInfoValueOutput) AccessKey

Access key for the storage account.

func (AzureStorageInfoValueOutput) AccountName

Name of the storage account.

func (AzureStorageInfoValueOutput) ElementType

func (AzureStorageInfoValueOutput) MountPath

Path to mount the storage within the site's runtime environment.

func (AzureStorageInfoValueOutput) ShareName

Name of the file share (container name, for Blob storage).

func (AzureStorageInfoValueOutput) ToAzureStorageInfoValueOutput

func (o AzureStorageInfoValueOutput) ToAzureStorageInfoValueOutput() AzureStorageInfoValueOutput

func (AzureStorageInfoValueOutput) ToAzureStorageInfoValueOutputWithContext

func (o AzureStorageInfoValueOutput) ToAzureStorageInfoValueOutputWithContext(ctx context.Context) AzureStorageInfoValueOutput

func (AzureStorageInfoValueOutput) Type

Type of storage.

type AzureStorageInfoValueResponse

type AzureStorageInfoValueResponse struct {
	// Access key for the storage account.
	AccessKey *string `pulumi:"accessKey"`
	// Name of the storage account.
	AccountName *string `pulumi:"accountName"`
	// Path to mount the storage within the site's runtime environment.
	MountPath *string `pulumi:"mountPath"`
	// Name of the file share (container name, for Blob storage).
	ShareName *string `pulumi:"shareName"`
	// State of the storage account.
	State string `pulumi:"state"`
	// Type of storage.
	Type *string `pulumi:"type"`
}

Azure Files or Blob Storage access information value for dictionary storage.

type AzureStorageInfoValueResponseArgs

type AzureStorageInfoValueResponseArgs struct {
	// Access key for the storage account.
	AccessKey pulumi.StringPtrInput `pulumi:"accessKey"`
	// Name of the storage account.
	AccountName pulumi.StringPtrInput `pulumi:"accountName"`
	// Path to mount the storage within the site's runtime environment.
	MountPath pulumi.StringPtrInput `pulumi:"mountPath"`
	// Name of the file share (container name, for Blob storage).
	ShareName pulumi.StringPtrInput `pulumi:"shareName"`
	// State of the storage account.
	State pulumi.StringInput `pulumi:"state"`
	// Type of storage.
	Type pulumi.StringPtrInput `pulumi:"type"`
}

Azure Files or Blob Storage access information value for dictionary storage.

func (AzureStorageInfoValueResponseArgs) ElementType

func (AzureStorageInfoValueResponseArgs) ToAzureStorageInfoValueResponseOutput

func (i AzureStorageInfoValueResponseArgs) ToAzureStorageInfoValueResponseOutput() AzureStorageInfoValueResponseOutput

func (AzureStorageInfoValueResponseArgs) ToAzureStorageInfoValueResponseOutputWithContext

func (i AzureStorageInfoValueResponseArgs) ToAzureStorageInfoValueResponseOutputWithContext(ctx context.Context) AzureStorageInfoValueResponseOutput

type AzureStorageInfoValueResponseInput

type AzureStorageInfoValueResponseInput interface {
	pulumi.Input

	ToAzureStorageInfoValueResponseOutput() AzureStorageInfoValueResponseOutput
	ToAzureStorageInfoValueResponseOutputWithContext(context.Context) AzureStorageInfoValueResponseOutput
}

AzureStorageInfoValueResponseInput is an input type that accepts AzureStorageInfoValueResponseArgs and AzureStorageInfoValueResponseOutput values. You can construct a concrete instance of `AzureStorageInfoValueResponseInput` via:

AzureStorageInfoValueResponseArgs{...}

type AzureStorageInfoValueResponseMap

type AzureStorageInfoValueResponseMap map[string]AzureStorageInfoValueResponseInput

func (AzureStorageInfoValueResponseMap) ElementType

func (AzureStorageInfoValueResponseMap) ToAzureStorageInfoValueResponseMapOutput

func (i AzureStorageInfoValueResponseMap) ToAzureStorageInfoValueResponseMapOutput() AzureStorageInfoValueResponseMapOutput

func (AzureStorageInfoValueResponseMap) ToAzureStorageInfoValueResponseMapOutputWithContext

func (i AzureStorageInfoValueResponseMap) ToAzureStorageInfoValueResponseMapOutputWithContext(ctx context.Context) AzureStorageInfoValueResponseMapOutput

type AzureStorageInfoValueResponseMapInput

type AzureStorageInfoValueResponseMapInput interface {
	pulumi.Input

	ToAzureStorageInfoValueResponseMapOutput() AzureStorageInfoValueResponseMapOutput
	ToAzureStorageInfoValueResponseMapOutputWithContext(context.Context) AzureStorageInfoValueResponseMapOutput
}

AzureStorageInfoValueResponseMapInput is an input type that accepts AzureStorageInfoValueResponseMap and AzureStorageInfoValueResponseMapOutput values. You can construct a concrete instance of `AzureStorageInfoValueResponseMapInput` via:

AzureStorageInfoValueResponseMap{ "key": AzureStorageInfoValueResponseArgs{...} }

type AzureStorageInfoValueResponseMapOutput

type AzureStorageInfoValueResponseMapOutput struct{ *pulumi.OutputState }

func (AzureStorageInfoValueResponseMapOutput) ElementType

func (AzureStorageInfoValueResponseMapOutput) MapIndex

func (AzureStorageInfoValueResponseMapOutput) ToAzureStorageInfoValueResponseMapOutput

func (o AzureStorageInfoValueResponseMapOutput) ToAzureStorageInfoValueResponseMapOutput() AzureStorageInfoValueResponseMapOutput

func (AzureStorageInfoValueResponseMapOutput) ToAzureStorageInfoValueResponseMapOutputWithContext

func (o AzureStorageInfoValueResponseMapOutput) ToAzureStorageInfoValueResponseMapOutputWithContext(ctx context.Context) AzureStorageInfoValueResponseMapOutput

type AzureStorageInfoValueResponseOutput

type AzureStorageInfoValueResponseOutput struct{ *pulumi.OutputState }

Azure Files or Blob Storage access information value for dictionary storage.

func (AzureStorageInfoValueResponseOutput) AccessKey

Access key for the storage account.

func (AzureStorageInfoValueResponseOutput) AccountName

Name of the storage account.

func (AzureStorageInfoValueResponseOutput) ElementType

func (AzureStorageInfoValueResponseOutput) MountPath

Path to mount the storage within the site's runtime environment.

func (AzureStorageInfoValueResponseOutput) ShareName

Name of the file share (container name, for Blob storage).

func (AzureStorageInfoValueResponseOutput) State

State of the storage account.

func (AzureStorageInfoValueResponseOutput) ToAzureStorageInfoValueResponseOutput

func (o AzureStorageInfoValueResponseOutput) ToAzureStorageInfoValueResponseOutput() AzureStorageInfoValueResponseOutput

func (AzureStorageInfoValueResponseOutput) ToAzureStorageInfoValueResponseOutputWithContext

func (o AzureStorageInfoValueResponseOutput) ToAzureStorageInfoValueResponseOutputWithContext(ctx context.Context) AzureStorageInfoValueResponseOutput

func (AzureStorageInfoValueResponseOutput) Type

Type of storage.

type AzureStorageType added in v0.3.1

type AzureStorageType pulumi.String

Type of storage.

func (AzureStorageType) ElementType added in v0.3.1

func (AzureStorageType) ElementType() reflect.Type

func (AzureStorageType) ToStringOutput added in v0.3.1

func (e AzureStorageType) ToStringOutput() pulumi.StringOutput

func (AzureStorageType) ToStringOutputWithContext added in v0.3.1

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

func (AzureStorageType) ToStringPtrOutput added in v0.3.1

func (e AzureStorageType) ToStringPtrOutput() pulumi.StringPtrOutput

func (AzureStorageType) ToStringPtrOutputWithContext added in v0.3.1

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

type AzureTableStorageApplicationLogsConfig added in v0.3.1

type AzureTableStorageApplicationLogsConfig struct {
	// Log level.
	Level *string `pulumi:"level"`
	// SAS URL to an Azure table with add/query/delete permissions.
	SasUrl string `pulumi:"sasUrl"`
}

Application logs to Azure table storage configuration.

type AzureTableStorageApplicationLogsConfigArgs added in v0.3.1

type AzureTableStorageApplicationLogsConfigArgs struct {
	// Log level.
	Level *LogLevel `pulumi:"level"`
	// SAS URL to an Azure table with add/query/delete permissions.
	SasUrl pulumi.StringInput `pulumi:"sasUrl"`
}

Application logs to Azure table storage configuration.

func (AzureTableStorageApplicationLogsConfigArgs) ElementType added in v0.3.1

func (AzureTableStorageApplicationLogsConfigArgs) ToAzureTableStorageApplicationLogsConfigOutput added in v0.3.1

func (i AzureTableStorageApplicationLogsConfigArgs) ToAzureTableStorageApplicationLogsConfigOutput() AzureTableStorageApplicationLogsConfigOutput

func (AzureTableStorageApplicationLogsConfigArgs) ToAzureTableStorageApplicationLogsConfigOutputWithContext added in v0.3.1

func (i AzureTableStorageApplicationLogsConfigArgs) ToAzureTableStorageApplicationLogsConfigOutputWithContext(ctx context.Context) AzureTableStorageApplicationLogsConfigOutput

func (AzureTableStorageApplicationLogsConfigArgs) ToAzureTableStorageApplicationLogsConfigPtrOutput added in v0.3.1

func (i AzureTableStorageApplicationLogsConfigArgs) ToAzureTableStorageApplicationLogsConfigPtrOutput() AzureTableStorageApplicationLogsConfigPtrOutput

func (AzureTableStorageApplicationLogsConfigArgs) ToAzureTableStorageApplicationLogsConfigPtrOutputWithContext added in v0.3.1

func (i AzureTableStorageApplicationLogsConfigArgs) ToAzureTableStorageApplicationLogsConfigPtrOutputWithContext(ctx context.Context) AzureTableStorageApplicationLogsConfigPtrOutput

type AzureTableStorageApplicationLogsConfigInput added in v0.3.1

type AzureTableStorageApplicationLogsConfigInput interface {
	pulumi.Input

	ToAzureTableStorageApplicationLogsConfigOutput() AzureTableStorageApplicationLogsConfigOutput
	ToAzureTableStorageApplicationLogsConfigOutputWithContext(context.Context) AzureTableStorageApplicationLogsConfigOutput
}

AzureTableStorageApplicationLogsConfigInput is an input type that accepts AzureTableStorageApplicationLogsConfigArgs and AzureTableStorageApplicationLogsConfigOutput values. You can construct a concrete instance of `AzureTableStorageApplicationLogsConfigInput` via:

AzureTableStorageApplicationLogsConfigArgs{...}

type AzureTableStorageApplicationLogsConfigOutput added in v0.3.1

type AzureTableStorageApplicationLogsConfigOutput struct{ *pulumi.OutputState }

Application logs to Azure table storage configuration.

func (AzureTableStorageApplicationLogsConfigOutput) ElementType added in v0.3.1

func (AzureTableStorageApplicationLogsConfigOutput) Level added in v0.3.1

Log level.

func (AzureTableStorageApplicationLogsConfigOutput) SasUrl added in v0.3.1

SAS URL to an Azure table with add/query/delete permissions.

func (AzureTableStorageApplicationLogsConfigOutput) ToAzureTableStorageApplicationLogsConfigOutput added in v0.3.1

func (o AzureTableStorageApplicationLogsConfigOutput) ToAzureTableStorageApplicationLogsConfigOutput() AzureTableStorageApplicationLogsConfigOutput

func (AzureTableStorageApplicationLogsConfigOutput) ToAzureTableStorageApplicationLogsConfigOutputWithContext added in v0.3.1

func (o AzureTableStorageApplicationLogsConfigOutput) ToAzureTableStorageApplicationLogsConfigOutputWithContext(ctx context.Context) AzureTableStorageApplicationLogsConfigOutput

func (AzureTableStorageApplicationLogsConfigOutput) ToAzureTableStorageApplicationLogsConfigPtrOutput added in v0.3.1

func (o AzureTableStorageApplicationLogsConfigOutput) ToAzureTableStorageApplicationLogsConfigPtrOutput() AzureTableStorageApplicationLogsConfigPtrOutput

func (AzureTableStorageApplicationLogsConfigOutput) ToAzureTableStorageApplicationLogsConfigPtrOutputWithContext added in v0.3.1

func (o AzureTableStorageApplicationLogsConfigOutput) ToAzureTableStorageApplicationLogsConfigPtrOutputWithContext(ctx context.Context) AzureTableStorageApplicationLogsConfigPtrOutput

type AzureTableStorageApplicationLogsConfigPtrInput added in v0.3.1

type AzureTableStorageApplicationLogsConfigPtrInput interface {
	pulumi.Input

	ToAzureTableStorageApplicationLogsConfigPtrOutput() AzureTableStorageApplicationLogsConfigPtrOutput
	ToAzureTableStorageApplicationLogsConfigPtrOutputWithContext(context.Context) AzureTableStorageApplicationLogsConfigPtrOutput
}

AzureTableStorageApplicationLogsConfigPtrInput is an input type that accepts AzureTableStorageApplicationLogsConfigArgs, AzureTableStorageApplicationLogsConfigPtr and AzureTableStorageApplicationLogsConfigPtrOutput values. You can construct a concrete instance of `AzureTableStorageApplicationLogsConfigPtrInput` via:

        AzureTableStorageApplicationLogsConfigArgs{...}

or:

        nil

type AzureTableStorageApplicationLogsConfigPtrOutput added in v0.3.1

type AzureTableStorageApplicationLogsConfigPtrOutput struct{ *pulumi.OutputState }

func (AzureTableStorageApplicationLogsConfigPtrOutput) Elem added in v0.3.1

func (AzureTableStorageApplicationLogsConfigPtrOutput) ElementType added in v0.3.1

func (AzureTableStorageApplicationLogsConfigPtrOutput) Level added in v0.3.1

Log level.

func (AzureTableStorageApplicationLogsConfigPtrOutput) SasUrl added in v0.3.1

SAS URL to an Azure table with add/query/delete permissions.

func (AzureTableStorageApplicationLogsConfigPtrOutput) ToAzureTableStorageApplicationLogsConfigPtrOutput added in v0.3.1

func (o AzureTableStorageApplicationLogsConfigPtrOutput) ToAzureTableStorageApplicationLogsConfigPtrOutput() AzureTableStorageApplicationLogsConfigPtrOutput

func (AzureTableStorageApplicationLogsConfigPtrOutput) ToAzureTableStorageApplicationLogsConfigPtrOutputWithContext added in v0.3.1

func (o AzureTableStorageApplicationLogsConfigPtrOutput) ToAzureTableStorageApplicationLogsConfigPtrOutputWithContext(ctx context.Context) AzureTableStorageApplicationLogsConfigPtrOutput

type AzureTableStorageApplicationLogsConfigResponse added in v0.3.1

type AzureTableStorageApplicationLogsConfigResponse struct {
	// Log level.
	Level *string `pulumi:"level"`
	// SAS URL to an Azure table with add/query/delete permissions.
	SasUrl string `pulumi:"sasUrl"`
}

Application logs to Azure table storage configuration.

type AzureTableStorageApplicationLogsConfigResponseArgs added in v0.3.1

type AzureTableStorageApplicationLogsConfigResponseArgs struct {
	// Log level.
	Level pulumi.StringPtrInput `pulumi:"level"`
	// SAS URL to an Azure table with add/query/delete permissions.
	SasUrl pulumi.StringInput `pulumi:"sasUrl"`
}

Application logs to Azure table storage configuration.

func (AzureTableStorageApplicationLogsConfigResponseArgs) ElementType added in v0.3.1

func (AzureTableStorageApplicationLogsConfigResponseArgs) ToAzureTableStorageApplicationLogsConfigResponseOutput added in v0.3.1

func (i AzureTableStorageApplicationLogsConfigResponseArgs) ToAzureTableStorageApplicationLogsConfigResponseOutput() AzureTableStorageApplicationLogsConfigResponseOutput

func (AzureTableStorageApplicationLogsConfigResponseArgs) ToAzureTableStorageApplicationLogsConfigResponseOutputWithContext added in v0.3.1

func (i AzureTableStorageApplicationLogsConfigResponseArgs) ToAzureTableStorageApplicationLogsConfigResponseOutputWithContext(ctx context.Context) AzureTableStorageApplicationLogsConfigResponseOutput

func (AzureTableStorageApplicationLogsConfigResponseArgs) ToAzureTableStorageApplicationLogsConfigResponsePtrOutput added in v0.3.1

func (i AzureTableStorageApplicationLogsConfigResponseArgs) ToAzureTableStorageApplicationLogsConfigResponsePtrOutput() AzureTableStorageApplicationLogsConfigResponsePtrOutput

func (AzureTableStorageApplicationLogsConfigResponseArgs) ToAzureTableStorageApplicationLogsConfigResponsePtrOutputWithContext added in v0.3.1

func (i AzureTableStorageApplicationLogsConfigResponseArgs) ToAzureTableStorageApplicationLogsConfigResponsePtrOutputWithContext(ctx context.Context) AzureTableStorageApplicationLogsConfigResponsePtrOutput

type AzureTableStorageApplicationLogsConfigResponseInput added in v0.3.1

type AzureTableStorageApplicationLogsConfigResponseInput interface {
	pulumi.Input

	ToAzureTableStorageApplicationLogsConfigResponseOutput() AzureTableStorageApplicationLogsConfigResponseOutput
	ToAzureTableStorageApplicationLogsConfigResponseOutputWithContext(context.Context) AzureTableStorageApplicationLogsConfigResponseOutput
}

AzureTableStorageApplicationLogsConfigResponseInput is an input type that accepts AzureTableStorageApplicationLogsConfigResponseArgs and AzureTableStorageApplicationLogsConfigResponseOutput values. You can construct a concrete instance of `AzureTableStorageApplicationLogsConfigResponseInput` via:

AzureTableStorageApplicationLogsConfigResponseArgs{...}

type AzureTableStorageApplicationLogsConfigResponseOutput added in v0.3.1

type AzureTableStorageApplicationLogsConfigResponseOutput struct{ *pulumi.OutputState }

Application logs to Azure table storage configuration.

func (AzureTableStorageApplicationLogsConfigResponseOutput) ElementType added in v0.3.1

func (AzureTableStorageApplicationLogsConfigResponseOutput) Level added in v0.3.1

Log level.

func (AzureTableStorageApplicationLogsConfigResponseOutput) SasUrl added in v0.3.1

SAS URL to an Azure table with add/query/delete permissions.

func (AzureTableStorageApplicationLogsConfigResponseOutput) ToAzureTableStorageApplicationLogsConfigResponseOutput added in v0.3.1

func (AzureTableStorageApplicationLogsConfigResponseOutput) ToAzureTableStorageApplicationLogsConfigResponseOutputWithContext added in v0.3.1

func (o AzureTableStorageApplicationLogsConfigResponseOutput) ToAzureTableStorageApplicationLogsConfigResponseOutputWithContext(ctx context.Context) AzureTableStorageApplicationLogsConfigResponseOutput

func (AzureTableStorageApplicationLogsConfigResponseOutput) ToAzureTableStorageApplicationLogsConfigResponsePtrOutput added in v0.3.1

func (o AzureTableStorageApplicationLogsConfigResponseOutput) ToAzureTableStorageApplicationLogsConfigResponsePtrOutput() AzureTableStorageApplicationLogsConfigResponsePtrOutput

func (AzureTableStorageApplicationLogsConfigResponseOutput) ToAzureTableStorageApplicationLogsConfigResponsePtrOutputWithContext added in v0.3.1

func (o AzureTableStorageApplicationLogsConfigResponseOutput) ToAzureTableStorageApplicationLogsConfigResponsePtrOutputWithContext(ctx context.Context) AzureTableStorageApplicationLogsConfigResponsePtrOutput

type AzureTableStorageApplicationLogsConfigResponsePtrInput added in v0.3.1

type AzureTableStorageApplicationLogsConfigResponsePtrInput interface {
	pulumi.Input

	ToAzureTableStorageApplicationLogsConfigResponsePtrOutput() AzureTableStorageApplicationLogsConfigResponsePtrOutput
	ToAzureTableStorageApplicationLogsConfigResponsePtrOutputWithContext(context.Context) AzureTableStorageApplicationLogsConfigResponsePtrOutput
}

AzureTableStorageApplicationLogsConfigResponsePtrInput is an input type that accepts AzureTableStorageApplicationLogsConfigResponseArgs, AzureTableStorageApplicationLogsConfigResponsePtr and AzureTableStorageApplicationLogsConfigResponsePtrOutput values. You can construct a concrete instance of `AzureTableStorageApplicationLogsConfigResponsePtrInput` via:

        AzureTableStorageApplicationLogsConfigResponseArgs{...}

or:

        nil

type AzureTableStorageApplicationLogsConfigResponsePtrOutput added in v0.3.1

type AzureTableStorageApplicationLogsConfigResponsePtrOutput struct{ *pulumi.OutputState }

func (AzureTableStorageApplicationLogsConfigResponsePtrOutput) Elem added in v0.3.1

func (AzureTableStorageApplicationLogsConfigResponsePtrOutput) ElementType added in v0.3.1

func (AzureTableStorageApplicationLogsConfigResponsePtrOutput) Level added in v0.3.1

Log level.

func (AzureTableStorageApplicationLogsConfigResponsePtrOutput) SasUrl added in v0.3.1

SAS URL to an Azure table with add/query/delete permissions.

func (AzureTableStorageApplicationLogsConfigResponsePtrOutput) ToAzureTableStorageApplicationLogsConfigResponsePtrOutput added in v0.3.1

func (AzureTableStorageApplicationLogsConfigResponsePtrOutput) ToAzureTableStorageApplicationLogsConfigResponsePtrOutputWithContext added in v0.3.1

func (o AzureTableStorageApplicationLogsConfigResponsePtrOutput) ToAzureTableStorageApplicationLogsConfigResponsePtrOutputWithContext(ctx context.Context) AzureTableStorageApplicationLogsConfigResponsePtrOutput

type BackupSchedule

type BackupSchedule struct {
	// How often the backup should be executed (e.g. for weekly backup, this should be set to 7 and FrequencyUnit should be set to Day)
	FrequencyInterval int `pulumi:"frequencyInterval"`
	// The unit of time for how often the backup should be executed (e.g. for weekly backup, this should be set to Day and FrequencyInterval should be set to 7)
	FrequencyUnit string `pulumi:"frequencyUnit"`
	// True if the retention policy should always keep at least one backup in the storage account, regardless how old it is; false otherwise.
	KeepAtLeastOneBackup bool `pulumi:"keepAtLeastOneBackup"`
	// After how many days backups should be deleted.
	RetentionPeriodInDays int `pulumi:"retentionPeriodInDays"`
	// When the schedule should start working.
	StartTime *string `pulumi:"startTime"`
}

Description of a backup schedule. Describes how often should be the backup performed and what should be the retention policy.

type BackupScheduleArgs

type BackupScheduleArgs struct {
	// How often the backup should be executed (e.g. for weekly backup, this should be set to 7 and FrequencyUnit should be set to Day)
	FrequencyInterval pulumi.IntInput `pulumi:"frequencyInterval"`
	// The unit of time for how often the backup should be executed (e.g. for weekly backup, this should be set to Day and FrequencyInterval should be set to 7)
	FrequencyUnit FrequencyUnit `pulumi:"frequencyUnit"`
	// True if the retention policy should always keep at least one backup in the storage account, regardless how old it is; false otherwise.
	KeepAtLeastOneBackup pulumi.BoolInput `pulumi:"keepAtLeastOneBackup"`
	// After how many days backups should be deleted.
	RetentionPeriodInDays pulumi.IntInput `pulumi:"retentionPeriodInDays"`
	// When the schedule should start working.
	StartTime pulumi.StringPtrInput `pulumi:"startTime"`
}

Description of a backup schedule. Describes how often should be the backup performed and what should be the retention policy.

func (BackupScheduleArgs) ElementType

func (BackupScheduleArgs) ElementType() reflect.Type

func (BackupScheduleArgs) ToBackupScheduleOutput

func (i BackupScheduleArgs) ToBackupScheduleOutput() BackupScheduleOutput

func (BackupScheduleArgs) ToBackupScheduleOutputWithContext

func (i BackupScheduleArgs) ToBackupScheduleOutputWithContext(ctx context.Context) BackupScheduleOutput

func (BackupScheduleArgs) ToBackupSchedulePtrOutput added in v0.6.0

func (i BackupScheduleArgs) ToBackupSchedulePtrOutput() BackupSchedulePtrOutput

func (BackupScheduleArgs) ToBackupSchedulePtrOutputWithContext added in v0.6.0

func (i BackupScheduleArgs) ToBackupSchedulePtrOutputWithContext(ctx context.Context) BackupSchedulePtrOutput

type BackupScheduleInput

type BackupScheduleInput interface {
	pulumi.Input

	ToBackupScheduleOutput() BackupScheduleOutput
	ToBackupScheduleOutputWithContext(context.Context) BackupScheduleOutput
}

BackupScheduleInput is an input type that accepts BackupScheduleArgs and BackupScheduleOutput values. You can construct a concrete instance of `BackupScheduleInput` via:

BackupScheduleArgs{...}

type BackupScheduleOutput

type BackupScheduleOutput struct{ *pulumi.OutputState }

Description of a backup schedule. Describes how often should be the backup performed and what should be the retention policy.

func (BackupScheduleOutput) ElementType

func (BackupScheduleOutput) ElementType() reflect.Type

func (BackupScheduleOutput) FrequencyInterval

func (o BackupScheduleOutput) FrequencyInterval() pulumi.IntOutput

How often the backup should be executed (e.g. for weekly backup, this should be set to 7 and FrequencyUnit should be set to Day)

func (BackupScheduleOutput) FrequencyUnit

func (o BackupScheduleOutput) FrequencyUnit() pulumi.StringOutput

The unit of time for how often the backup should be executed (e.g. for weekly backup, this should be set to Day and FrequencyInterval should be set to 7)

func (BackupScheduleOutput) KeepAtLeastOneBackup

func (o BackupScheduleOutput) KeepAtLeastOneBackup() pulumi.BoolOutput

True if the retention policy should always keep at least one backup in the storage account, regardless how old it is; false otherwise.

func (BackupScheduleOutput) RetentionPeriodInDays

func (o BackupScheduleOutput) RetentionPeriodInDays() pulumi.IntOutput

After how many days backups should be deleted.

func (BackupScheduleOutput) StartTime

When the schedule should start working.

func (BackupScheduleOutput) ToBackupScheduleOutput

func (o BackupScheduleOutput) ToBackupScheduleOutput() BackupScheduleOutput

func (BackupScheduleOutput) ToBackupScheduleOutputWithContext

func (o BackupScheduleOutput) ToBackupScheduleOutputWithContext(ctx context.Context) BackupScheduleOutput

func (BackupScheduleOutput) ToBackupSchedulePtrOutput added in v0.6.0

func (o BackupScheduleOutput) ToBackupSchedulePtrOutput() BackupSchedulePtrOutput

func (BackupScheduleOutput) ToBackupSchedulePtrOutputWithContext added in v0.6.0

func (o BackupScheduleOutput) ToBackupSchedulePtrOutputWithContext(ctx context.Context) BackupSchedulePtrOutput

type BackupSchedulePtrInput added in v0.6.0

type BackupSchedulePtrInput interface {
	pulumi.Input

	ToBackupSchedulePtrOutput() BackupSchedulePtrOutput
	ToBackupSchedulePtrOutputWithContext(context.Context) BackupSchedulePtrOutput
}

BackupSchedulePtrInput is an input type that accepts BackupScheduleArgs, BackupSchedulePtr and BackupSchedulePtrOutput values. You can construct a concrete instance of `BackupSchedulePtrInput` via:

        BackupScheduleArgs{...}

or:

        nil

func BackupSchedulePtr added in v0.6.0

func BackupSchedulePtr(v *BackupScheduleArgs) BackupSchedulePtrInput

type BackupSchedulePtrOutput added in v0.6.0

type BackupSchedulePtrOutput struct{ *pulumi.OutputState }

func (BackupSchedulePtrOutput) Elem added in v0.6.0

func (BackupSchedulePtrOutput) ElementType added in v0.6.0

func (BackupSchedulePtrOutput) ElementType() reflect.Type

func (BackupSchedulePtrOutput) FrequencyInterval added in v0.6.0

func (o BackupSchedulePtrOutput) FrequencyInterval() pulumi.IntPtrOutput

How often the backup should be executed (e.g. for weekly backup, this should be set to 7 and FrequencyUnit should be set to Day)

func (BackupSchedulePtrOutput) FrequencyUnit added in v0.6.0

The unit of time for how often the backup should be executed (e.g. for weekly backup, this should be set to Day and FrequencyInterval should be set to 7)

func (BackupSchedulePtrOutput) KeepAtLeastOneBackup added in v0.6.0

func (o BackupSchedulePtrOutput) KeepAtLeastOneBackup() pulumi.BoolPtrOutput

True if the retention policy should always keep at least one backup in the storage account, regardless how old it is; false otherwise.

func (BackupSchedulePtrOutput) RetentionPeriodInDays added in v0.6.0

func (o BackupSchedulePtrOutput) RetentionPeriodInDays() pulumi.IntPtrOutput

After how many days backups should be deleted.

func (BackupSchedulePtrOutput) StartTime added in v0.6.0

When the schedule should start working.

func (BackupSchedulePtrOutput) ToBackupSchedulePtrOutput added in v0.6.0

func (o BackupSchedulePtrOutput) ToBackupSchedulePtrOutput() BackupSchedulePtrOutput

func (BackupSchedulePtrOutput) ToBackupSchedulePtrOutputWithContext added in v0.6.0

func (o BackupSchedulePtrOutput) ToBackupSchedulePtrOutputWithContext(ctx context.Context) BackupSchedulePtrOutput

type BackupScheduleResponse

type BackupScheduleResponse struct {
	// How often the backup should be executed (e.g. for weekly backup, this should be set to 7 and FrequencyUnit should be set to Day)
	FrequencyInterval int `pulumi:"frequencyInterval"`
	// The unit of time for how often the backup should be executed (e.g. for weekly backup, this should be set to Day and FrequencyInterval should be set to 7)
	FrequencyUnit string `pulumi:"frequencyUnit"`
	// True if the retention policy should always keep at least one backup in the storage account, regardless how old it is; false otherwise.
	KeepAtLeastOneBackup bool `pulumi:"keepAtLeastOneBackup"`
	// Last time when this schedule was triggered.
	LastExecutionTime string `pulumi:"lastExecutionTime"`
	// After how many days backups should be deleted.
	RetentionPeriodInDays int `pulumi:"retentionPeriodInDays"`
	// When the schedule should start working.
	StartTime *string `pulumi:"startTime"`
}

Description of a backup schedule. Describes how often should be the backup performed and what should be the retention policy.

type BackupScheduleResponseArgs

type BackupScheduleResponseArgs struct {
	// How often the backup should be executed (e.g. for weekly backup, this should be set to 7 and FrequencyUnit should be set to Day)
	FrequencyInterval pulumi.IntInput `pulumi:"frequencyInterval"`
	// The unit of time for how often the backup should be executed (e.g. for weekly backup, this should be set to Day and FrequencyInterval should be set to 7)
	FrequencyUnit pulumi.StringInput `pulumi:"frequencyUnit"`
	// True if the retention policy should always keep at least one backup in the storage account, regardless how old it is; false otherwise.
	KeepAtLeastOneBackup pulumi.BoolInput `pulumi:"keepAtLeastOneBackup"`
	// Last time when this schedule was triggered.
	LastExecutionTime pulumi.StringInput `pulumi:"lastExecutionTime"`
	// After how many days backups should be deleted.
	RetentionPeriodInDays pulumi.IntInput `pulumi:"retentionPeriodInDays"`
	// When the schedule should start working.
	StartTime pulumi.StringPtrInput `pulumi:"startTime"`
}

Description of a backup schedule. Describes how often should be the backup performed and what should be the retention policy.

func (BackupScheduleResponseArgs) ElementType

func (BackupScheduleResponseArgs) ElementType() reflect.Type

func (BackupScheduleResponseArgs) ToBackupScheduleResponseOutput

func (i BackupScheduleResponseArgs) ToBackupScheduleResponseOutput() BackupScheduleResponseOutput

func (BackupScheduleResponseArgs) ToBackupScheduleResponseOutputWithContext

func (i BackupScheduleResponseArgs) ToBackupScheduleResponseOutputWithContext(ctx context.Context) BackupScheduleResponseOutput

func (BackupScheduleResponseArgs) ToBackupScheduleResponsePtrOutput added in v0.6.0

func (i BackupScheduleResponseArgs) ToBackupScheduleResponsePtrOutput() BackupScheduleResponsePtrOutput

func (BackupScheduleResponseArgs) ToBackupScheduleResponsePtrOutputWithContext added in v0.6.0

func (i BackupScheduleResponseArgs) ToBackupScheduleResponsePtrOutputWithContext(ctx context.Context) BackupScheduleResponsePtrOutput

type BackupScheduleResponseInput

type BackupScheduleResponseInput interface {
	pulumi.Input

	ToBackupScheduleResponseOutput() BackupScheduleResponseOutput
	ToBackupScheduleResponseOutputWithContext(context.Context) BackupScheduleResponseOutput
}

BackupScheduleResponseInput is an input type that accepts BackupScheduleResponseArgs and BackupScheduleResponseOutput values. You can construct a concrete instance of `BackupScheduleResponseInput` via:

BackupScheduleResponseArgs{...}

type BackupScheduleResponseOutput

type BackupScheduleResponseOutput struct{ *pulumi.OutputState }

Description of a backup schedule. Describes how often should be the backup performed and what should be the retention policy.

func (BackupScheduleResponseOutput) ElementType

func (BackupScheduleResponseOutput) FrequencyInterval

func (o BackupScheduleResponseOutput) FrequencyInterval() pulumi.IntOutput

How often the backup should be executed (e.g. for weekly backup, this should be set to 7 and FrequencyUnit should be set to Day)

func (BackupScheduleResponseOutput) FrequencyUnit

The unit of time for how often the backup should be executed (e.g. for weekly backup, this should be set to Day and FrequencyInterval should be set to 7)

func (BackupScheduleResponseOutput) KeepAtLeastOneBackup

func (o BackupScheduleResponseOutput) KeepAtLeastOneBackup() pulumi.BoolOutput

True if the retention policy should always keep at least one backup in the storage account, regardless how old it is; false otherwise.

func (BackupScheduleResponseOutput) LastExecutionTime

func (o BackupScheduleResponseOutput) LastExecutionTime() pulumi.StringOutput

Last time when this schedule was triggered.

func (BackupScheduleResponseOutput) RetentionPeriodInDays

func (o BackupScheduleResponseOutput) RetentionPeriodInDays() pulumi.IntOutput

After how many days backups should be deleted.

func (BackupScheduleResponseOutput) StartTime

When the schedule should start working.

func (BackupScheduleResponseOutput) ToBackupScheduleResponseOutput

func (o BackupScheduleResponseOutput) ToBackupScheduleResponseOutput() BackupScheduleResponseOutput

func (BackupScheduleResponseOutput) ToBackupScheduleResponseOutputWithContext

func (o BackupScheduleResponseOutput) ToBackupScheduleResponseOutputWithContext(ctx context.Context) BackupScheduleResponseOutput

func (BackupScheduleResponseOutput) ToBackupScheduleResponsePtrOutput added in v0.6.0

func (o BackupScheduleResponseOutput) ToBackupScheduleResponsePtrOutput() BackupScheduleResponsePtrOutput

func (BackupScheduleResponseOutput) ToBackupScheduleResponsePtrOutputWithContext added in v0.6.0

func (o BackupScheduleResponseOutput) ToBackupScheduleResponsePtrOutputWithContext(ctx context.Context) BackupScheduleResponsePtrOutput

type BackupScheduleResponsePtrInput added in v0.6.0

type BackupScheduleResponsePtrInput interface {
	pulumi.Input

	ToBackupScheduleResponsePtrOutput() BackupScheduleResponsePtrOutput
	ToBackupScheduleResponsePtrOutputWithContext(context.Context) BackupScheduleResponsePtrOutput
}

BackupScheduleResponsePtrInput is an input type that accepts BackupScheduleResponseArgs, BackupScheduleResponsePtr and BackupScheduleResponsePtrOutput values. You can construct a concrete instance of `BackupScheduleResponsePtrInput` via:

        BackupScheduleResponseArgs{...}

or:

        nil

func BackupScheduleResponsePtr added in v0.6.0

func BackupScheduleResponsePtr(v *BackupScheduleResponseArgs) BackupScheduleResponsePtrInput

type BackupScheduleResponsePtrOutput added in v0.6.0

type BackupScheduleResponsePtrOutput struct{ *pulumi.OutputState }

func (BackupScheduleResponsePtrOutput) Elem added in v0.6.0

func (BackupScheduleResponsePtrOutput) ElementType added in v0.6.0

func (BackupScheduleResponsePtrOutput) FrequencyInterval added in v0.6.0

func (o BackupScheduleResponsePtrOutput) FrequencyInterval() pulumi.IntPtrOutput

How often the backup should be executed (e.g. for weekly backup, this should be set to 7 and FrequencyUnit should be set to Day)

func (BackupScheduleResponsePtrOutput) FrequencyUnit added in v0.6.0

The unit of time for how often the backup should be executed (e.g. for weekly backup, this should be set to Day and FrequencyInterval should be set to 7)

func (BackupScheduleResponsePtrOutput) KeepAtLeastOneBackup added in v0.6.0

func (o BackupScheduleResponsePtrOutput) KeepAtLeastOneBackup() pulumi.BoolPtrOutput

True if the retention policy should always keep at least one backup in the storage account, regardless how old it is; false otherwise.

func (BackupScheduleResponsePtrOutput) LastExecutionTime added in v0.6.0

Last time when this schedule was triggered.

func (BackupScheduleResponsePtrOutput) RetentionPeriodInDays added in v0.6.0

func (o BackupScheduleResponsePtrOutput) RetentionPeriodInDays() pulumi.IntPtrOutput

After how many days backups should be deleted.

func (BackupScheduleResponsePtrOutput) StartTime added in v0.6.0

When the schedule should start working.

func (BackupScheduleResponsePtrOutput) ToBackupScheduleResponsePtrOutput added in v0.6.0

func (o BackupScheduleResponsePtrOutput) ToBackupScheduleResponsePtrOutput() BackupScheduleResponsePtrOutput

func (BackupScheduleResponsePtrOutput) ToBackupScheduleResponsePtrOutputWithContext added in v0.6.0

func (o BackupScheduleResponsePtrOutput) ToBackupScheduleResponsePtrOutputWithContext(ctx context.Context) BackupScheduleResponsePtrOutput

type BuiltInAuthenticationProvider added in v0.6.0

type BuiltInAuthenticationProvider pulumi.String

The default authentication provider to use when multiple providers are configured. This setting is only needed if multiple providers are configured and the unauthenticated client action is set to "RedirectToLoginPage".

func (BuiltInAuthenticationProvider) ElementType added in v0.6.0

func (BuiltInAuthenticationProvider) ToStringOutput added in v0.6.0

func (BuiltInAuthenticationProvider) ToStringOutputWithContext added in v0.6.0

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

func (BuiltInAuthenticationProvider) ToStringPtrOutput added in v0.6.0

func (BuiltInAuthenticationProvider) ToStringPtrOutputWithContext added in v0.6.0

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

type Capability

type Capability struct {
	// Name of the SKU capability.
	Name *string `pulumi:"name"`
	// Reason of the SKU capability.
	Reason *string `pulumi:"reason"`
	// Value of the SKU capability.
	Value *string `pulumi:"value"`
}

Describes the capabilities/features allowed for a specific SKU.

type CapabilityArgs

type CapabilityArgs struct {
	// Name of the SKU capability.
	Name pulumi.StringPtrInput `pulumi:"name"`
	// Reason of the SKU capability.
	Reason pulumi.StringPtrInput `pulumi:"reason"`
	// Value of the SKU capability.
	Value pulumi.StringPtrInput `pulumi:"value"`
}

Describes the capabilities/features allowed for a specific SKU.

func (CapabilityArgs) ElementType

func (CapabilityArgs) ElementType() reflect.Type

func (CapabilityArgs) ToCapabilityOutput

func (i CapabilityArgs) ToCapabilityOutput() CapabilityOutput

func (CapabilityArgs) ToCapabilityOutputWithContext

func (i CapabilityArgs) ToCapabilityOutputWithContext(ctx context.Context) CapabilityOutput

type CapabilityArray

type CapabilityArray []CapabilityInput

func (CapabilityArray) ElementType

func (CapabilityArray) ElementType() reflect.Type

func (CapabilityArray) ToCapabilityArrayOutput

func (i CapabilityArray) ToCapabilityArrayOutput() CapabilityArrayOutput

func (CapabilityArray) ToCapabilityArrayOutputWithContext

func (i CapabilityArray) ToCapabilityArrayOutputWithContext(ctx context.Context) CapabilityArrayOutput

type CapabilityArrayInput

type CapabilityArrayInput interface {
	pulumi.Input

	ToCapabilityArrayOutput() CapabilityArrayOutput
	ToCapabilityArrayOutputWithContext(context.Context) CapabilityArrayOutput
}

CapabilityArrayInput is an input type that accepts CapabilityArray and CapabilityArrayOutput values. You can construct a concrete instance of `CapabilityArrayInput` via:

CapabilityArray{ CapabilityArgs{...} }

type CapabilityArrayOutput

type CapabilityArrayOutput struct{ *pulumi.OutputState }

func (CapabilityArrayOutput) ElementType

func (CapabilityArrayOutput) ElementType() reflect.Type

func (CapabilityArrayOutput) Index

func (CapabilityArrayOutput) ToCapabilityArrayOutput

func (o CapabilityArrayOutput) ToCapabilityArrayOutput() CapabilityArrayOutput

func (CapabilityArrayOutput) ToCapabilityArrayOutputWithContext

func (o CapabilityArrayOutput) ToCapabilityArrayOutputWithContext(ctx context.Context) CapabilityArrayOutput

type CapabilityInput

type CapabilityInput interface {
	pulumi.Input

	ToCapabilityOutput() CapabilityOutput
	ToCapabilityOutputWithContext(context.Context) CapabilityOutput
}

CapabilityInput is an input type that accepts CapabilityArgs and CapabilityOutput values. You can construct a concrete instance of `CapabilityInput` via:

CapabilityArgs{...}

type CapabilityOutput

type CapabilityOutput struct{ *pulumi.OutputState }

Describes the capabilities/features allowed for a specific SKU.

func (CapabilityOutput) ElementType

func (CapabilityOutput) ElementType() reflect.Type

func (CapabilityOutput) Name

Name of the SKU capability.

func (CapabilityOutput) Reason

Reason of the SKU capability.

func (CapabilityOutput) ToCapabilityOutput

func (o CapabilityOutput) ToCapabilityOutput() CapabilityOutput

func (CapabilityOutput) ToCapabilityOutputWithContext

func (o CapabilityOutput) ToCapabilityOutputWithContext(ctx context.Context) CapabilityOutput

func (CapabilityOutput) Value

Value of the SKU capability.

type CapabilityResponse

type CapabilityResponse struct {
	// Name of the SKU capability.
	Name *string `pulumi:"name"`
	// Reason of the SKU capability.
	Reason *string `pulumi:"reason"`
	// Value of the SKU capability.
	Value *string `pulumi:"value"`
}

Describes the capabilities/features allowed for a specific SKU.

type CapabilityResponseArgs

type CapabilityResponseArgs struct {
	// Name of the SKU capability.
	Name pulumi.StringPtrInput `pulumi:"name"`
	// Reason of the SKU capability.
	Reason pulumi.StringPtrInput `pulumi:"reason"`
	// Value of the SKU capability.
	Value pulumi.StringPtrInput `pulumi:"value"`
}

Describes the capabilities/features allowed for a specific SKU.

func (CapabilityResponseArgs) ElementType

func (CapabilityResponseArgs) ElementType() reflect.Type

func (CapabilityResponseArgs) ToCapabilityResponseOutput

func (i CapabilityResponseArgs) ToCapabilityResponseOutput() CapabilityResponseOutput

func (CapabilityResponseArgs) ToCapabilityResponseOutputWithContext

func (i CapabilityResponseArgs) ToCapabilityResponseOutputWithContext(ctx context.Context) CapabilityResponseOutput

type CapabilityResponseArray

type CapabilityResponseArray []CapabilityResponseInput

func (CapabilityResponseArray) ElementType

func (CapabilityResponseArray) ElementType() reflect.Type

func (CapabilityResponseArray) ToCapabilityResponseArrayOutput

func (i CapabilityResponseArray) ToCapabilityResponseArrayOutput() CapabilityResponseArrayOutput

func (CapabilityResponseArray) ToCapabilityResponseArrayOutputWithContext

func (i CapabilityResponseArray) ToCapabilityResponseArrayOutputWithContext(ctx context.Context) CapabilityResponseArrayOutput

type CapabilityResponseArrayInput

type CapabilityResponseArrayInput interface {
	pulumi.Input

	ToCapabilityResponseArrayOutput() CapabilityResponseArrayOutput
	ToCapabilityResponseArrayOutputWithContext(context.Context) CapabilityResponseArrayOutput
}

CapabilityResponseArrayInput is an input type that accepts CapabilityResponseArray and CapabilityResponseArrayOutput values. You can construct a concrete instance of `CapabilityResponseArrayInput` via:

CapabilityResponseArray{ CapabilityResponseArgs{...} }

type CapabilityResponseArrayOutput

type CapabilityResponseArrayOutput struct{ *pulumi.OutputState }

func (CapabilityResponseArrayOutput) ElementType

func (CapabilityResponseArrayOutput) Index

func (CapabilityResponseArrayOutput) ToCapabilityResponseArrayOutput

func (o CapabilityResponseArrayOutput) ToCapabilityResponseArrayOutput() CapabilityResponseArrayOutput

func (CapabilityResponseArrayOutput) ToCapabilityResponseArrayOutputWithContext

func (o CapabilityResponseArrayOutput) ToCapabilityResponseArrayOutputWithContext(ctx context.Context) CapabilityResponseArrayOutput

type CapabilityResponseInput

type CapabilityResponseInput interface {
	pulumi.Input

	ToCapabilityResponseOutput() CapabilityResponseOutput
	ToCapabilityResponseOutputWithContext(context.Context) CapabilityResponseOutput
}

CapabilityResponseInput is an input type that accepts CapabilityResponseArgs and CapabilityResponseOutput values. You can construct a concrete instance of `CapabilityResponseInput` via:

CapabilityResponseArgs{...}

type CapabilityResponseOutput

type CapabilityResponseOutput struct{ *pulumi.OutputState }

Describes the capabilities/features allowed for a specific SKU.

func (CapabilityResponseOutput) ElementType

func (CapabilityResponseOutput) ElementType() reflect.Type

func (CapabilityResponseOutput) Name

Name of the SKU capability.

func (CapabilityResponseOutput) Reason

Reason of the SKU capability.

func (CapabilityResponseOutput) ToCapabilityResponseOutput

func (o CapabilityResponseOutput) ToCapabilityResponseOutput() CapabilityResponseOutput

func (CapabilityResponseOutput) ToCapabilityResponseOutputWithContext

func (o CapabilityResponseOutput) ToCapabilityResponseOutputWithContext(ctx context.Context) CapabilityResponseOutput

func (CapabilityResponseOutput) Value

Value of the SKU capability.

type Certificate

type Certificate struct {
	pulumi.CustomResourceState

	// Raw bytes of .cer file
	CerBlob pulumi.StringOutput `pulumi:"cerBlob"`
	// Certificate expiration date.
	ExpirationDate pulumi.StringOutput `pulumi:"expirationDate"`
	// Friendly name of the certificate.
	FriendlyName pulumi.StringOutput `pulumi:"friendlyName"`
	// Host names the certificate applies to.
	HostNames pulumi.StringArrayOutput `pulumi:"hostNames"`
	// Specification for the App Service Environment to use for the certificate.
	HostingEnvironmentProfile HostingEnvironmentProfileResponseOutput `pulumi:"hostingEnvironmentProfile"`
	// Certificate issue Date.
	IssueDate pulumi.StringOutput `pulumi:"issueDate"`
	// Certificate issuer.
	Issuer pulumi.StringOutput `pulumi:"issuer"`
	// Key Vault Csm resource Id.
	KeyVaultId pulumi.StringPtrOutput `pulumi:"keyVaultId"`
	// Key Vault secret name.
	KeyVaultSecretName pulumi.StringPtrOutput `pulumi:"keyVaultSecretName"`
	// Status of the Key Vault secret.
	KeyVaultSecretStatus pulumi.StringOutput `pulumi:"keyVaultSecretStatus"`
	// Kind of resource.
	Kind pulumi.StringPtrOutput `pulumi:"kind"`
	// Resource Location.
	Location pulumi.StringOutput `pulumi:"location"`
	// Resource Name.
	Name pulumi.StringOutput `pulumi:"name"`
	// Certificate password.
	Password pulumi.StringOutput `pulumi:"password"`
	// Pfx blob.
	PfxBlob pulumi.StringPtrOutput `pulumi:"pfxBlob"`
	// Public key hash.
	PublicKeyHash pulumi.StringOutput `pulumi:"publicKeyHash"`
	// Self link.
	SelfLink pulumi.StringOutput `pulumi:"selfLink"`
	// Resource ID of the associated App Service plan, formatted as: "/subscriptions/{subscriptionID}/resourceGroups/{groupName}/providers/Microsoft.Web/serverfarms/{appServicePlanName}".
	ServerFarmId pulumi.StringPtrOutput `pulumi:"serverFarmId"`
	// App name.
	SiteName pulumi.StringOutput `pulumi:"siteName"`
	// Subject name of the certificate.
	SubjectName pulumi.StringOutput `pulumi:"subjectName"`
	// Resource tags.
	Tags pulumi.StringMapOutput `pulumi:"tags"`
	// Certificate thumbprint.
	Thumbprint pulumi.StringOutput `pulumi:"thumbprint"`
	// Resource type.
	Type pulumi.StringOutput `pulumi:"type"`
	// Is the certificate valid?.
	Valid pulumi.BoolOutput `pulumi:"valid"`
}

SSL certificate for an app.

func GetCertificate

func GetCertificate(ctx *pulumi.Context,
	name string, id pulumi.IDInput, state *CertificateState, opts ...pulumi.ResourceOption) (*Certificate, error)

GetCertificate gets an existing Certificate 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 NewCertificate

func NewCertificate(ctx *pulumi.Context,
	name string, args *CertificateArgs, opts ...pulumi.ResourceOption) (*Certificate, error)

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

func (*Certificate) ElementType added in v0.2.6

func (*Certificate) ElementType() reflect.Type

func (*Certificate) ToCertificateOutput added in v0.2.6

func (i *Certificate) ToCertificateOutput() CertificateOutput

func (*Certificate) ToCertificateOutputWithContext added in v0.2.6

func (i *Certificate) ToCertificateOutputWithContext(ctx context.Context) CertificateOutput

type CertificateArgs

type CertificateArgs struct {
	// Host names the certificate applies to.
	HostNames pulumi.StringArrayInput
	// Key Vault Csm resource Id.
	KeyVaultId pulumi.StringPtrInput
	// Key Vault secret name.
	KeyVaultSecretName pulumi.StringPtrInput
	// Kind of resource.
	Kind pulumi.StringPtrInput
	// Resource Location.
	Location pulumi.StringPtrInput
	// Name of the certificate.
	Name pulumi.StringInput
	// Certificate password.
	Password pulumi.StringInput
	// Pfx blob.
	PfxBlob pulumi.StringPtrInput
	// Name of the resource group to which the resource belongs.
	ResourceGroupName pulumi.StringInput
	// Resource ID of the associated App Service plan, formatted as: "/subscriptions/{subscriptionID}/resourceGroups/{groupName}/providers/Microsoft.Web/serverfarms/{appServicePlanName}".
	ServerFarmId pulumi.StringPtrInput
	// Resource tags.
	Tags pulumi.StringMapInput
}

The set of arguments for constructing a Certificate resource.

func (CertificateArgs) ElementType

func (CertificateArgs) ElementType() reflect.Type

type CertificateInput added in v0.2.6

type CertificateInput interface {
	pulumi.Input

	ToCertificateOutput() CertificateOutput
	ToCertificateOutputWithContext(ctx context.Context) CertificateOutput
}

type CertificateOutput added in v0.2.6

type CertificateOutput struct {
	*pulumi.OutputState
}

func (CertificateOutput) ElementType added in v0.2.6

func (CertificateOutput) ElementType() reflect.Type

func (CertificateOutput) ToCertificateOutput added in v0.2.6

func (o CertificateOutput) ToCertificateOutput() CertificateOutput

func (CertificateOutput) ToCertificateOutputWithContext added in v0.2.6

func (o CertificateOutput) ToCertificateOutputWithContext(ctx context.Context) CertificateOutput

type CertificateState

type CertificateState struct {
	// Raw bytes of .cer file
	CerBlob pulumi.StringPtrInput
	// Certificate expiration date.
	ExpirationDate pulumi.StringPtrInput
	// Friendly name of the certificate.
	FriendlyName pulumi.StringPtrInput
	// Host names the certificate applies to.
	HostNames pulumi.StringArrayInput
	// Specification for the App Service Environment to use for the certificate.
	HostingEnvironmentProfile HostingEnvironmentProfileResponsePtrInput
	// Certificate issue Date.
	IssueDate pulumi.StringPtrInput
	// Certificate issuer.
	Issuer pulumi.StringPtrInput
	// Key Vault Csm resource Id.
	KeyVaultId pulumi.StringPtrInput
	// Key Vault secret name.
	KeyVaultSecretName pulumi.StringPtrInput
	// Status of the Key Vault secret.
	KeyVaultSecretStatus pulumi.StringPtrInput
	// Kind of resource.
	Kind pulumi.StringPtrInput
	// Resource Location.
	Location pulumi.StringPtrInput
	// Resource Name.
	Name pulumi.StringPtrInput
	// Certificate password.
	Password pulumi.StringPtrInput
	// Pfx blob.
	PfxBlob pulumi.StringPtrInput
	// Public key hash.
	PublicKeyHash pulumi.StringPtrInput
	// Self link.
	SelfLink pulumi.StringPtrInput
	// Resource ID of the associated App Service plan, formatted as: "/subscriptions/{subscriptionID}/resourceGroups/{groupName}/providers/Microsoft.Web/serverfarms/{appServicePlanName}".
	ServerFarmId pulumi.StringPtrInput
	// App name.
	SiteName pulumi.StringPtrInput
	// Subject name of the certificate.
	SubjectName pulumi.StringPtrInput
	// Resource tags.
	Tags pulumi.StringMapInput
	// Certificate thumbprint.
	Thumbprint pulumi.StringPtrInput
	// Resource type.
	Type pulumi.StringPtrInput
	// Is the certificate valid?.
	Valid pulumi.BoolPtrInput
}

func (CertificateState) ElementType

func (CertificateState) ElementType() reflect.Type

type CloningInfo

type CloningInfo struct {
	// Application setting overrides for cloned app. If specified, these settings override the settings cloned
	// from source app. Otherwise, application settings from source app are retained.
	AppSettingsOverrides map[string]string `pulumi:"appSettingsOverrides"`
	// <code>true</code> to clone custom hostnames from source app; otherwise, <code>false</code>.
	CloneCustomHostNames *bool `pulumi:"cloneCustomHostNames"`
	// <code>true</code> to clone source control from source app; otherwise, <code>false</code>.
	CloneSourceControl *bool `pulumi:"cloneSourceControl"`
	// <code>true</code> to configure load balancing for source and destination app.
	ConfigureLoadBalancing *bool `pulumi:"configureLoadBalancing"`
	// Correlation ID of cloning operation. This ID ties multiple cloning operations
	// together to use the same snapshot.
	CorrelationId *string `pulumi:"correlationId"`
	// App Service Environment.
	HostingEnvironment *string `pulumi:"hostingEnvironment"`
	// <code>true</code> to overwrite destination app; otherwise, <code>false</code>.
	Overwrite *bool `pulumi:"overwrite"`
	// ARM resource ID of the source app. App resource ID is of the form
	// /subscriptions/{subId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{siteName} for production slots and
	// /subscriptions/{subId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{siteName}/slots/{slotName} for other slots.
	SourceWebAppId string `pulumi:"sourceWebAppId"`
	// Location of source app ex: West US or North Europe
	SourceWebAppLocation *string `pulumi:"sourceWebAppLocation"`
	// ARM resource ID of the Traffic Manager profile to use, if it exists. Traffic Manager resource ID is of the form
	// /subscriptions/{subId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/trafficManagerProfiles/{profileName}.
	TrafficManagerProfileId *string `pulumi:"trafficManagerProfileId"`
	// Name of Traffic Manager profile to create. This is only needed if Traffic Manager profile does not already exist.
	TrafficManagerProfileName *string `pulumi:"trafficManagerProfileName"`
}

Information needed for cloning operation.

type CloningInfoArgs

type CloningInfoArgs struct {
	// Application setting overrides for cloned app. If specified, these settings override the settings cloned
	// from source app. Otherwise, application settings from source app are retained.
	AppSettingsOverrides pulumi.StringMapInput `pulumi:"appSettingsOverrides"`
	// <code>true</code> to clone custom hostnames from source app; otherwise, <code>false</code>.
	CloneCustomHostNames pulumi.BoolPtrInput `pulumi:"cloneCustomHostNames"`
	// <code>true</code> to clone source control from source app; otherwise, <code>false</code>.
	CloneSourceControl pulumi.BoolPtrInput `pulumi:"cloneSourceControl"`
	// <code>true</code> to configure load balancing for source and destination app.
	ConfigureLoadBalancing pulumi.BoolPtrInput `pulumi:"configureLoadBalancing"`
	// Correlation ID of cloning operation. This ID ties multiple cloning operations
	// together to use the same snapshot.
	CorrelationId pulumi.StringPtrInput `pulumi:"correlationId"`
	// App Service Environment.
	HostingEnvironment pulumi.StringPtrInput `pulumi:"hostingEnvironment"`
	// <code>true</code> to overwrite destination app; otherwise, <code>false</code>.
	Overwrite pulumi.BoolPtrInput `pulumi:"overwrite"`
	// ARM resource ID of the source app. App resource ID is of the form
	// /subscriptions/{subId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{siteName} for production slots and
	// /subscriptions/{subId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{siteName}/slots/{slotName} for other slots.
	SourceWebAppId pulumi.StringInput `pulumi:"sourceWebAppId"`
	// Location of source app ex: West US or North Europe
	SourceWebAppLocation pulumi.StringPtrInput `pulumi:"sourceWebAppLocation"`
	// ARM resource ID of the Traffic Manager profile to use, if it exists. Traffic Manager resource ID is of the form
	// /subscriptions/{subId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/trafficManagerProfiles/{profileName}.
	TrafficManagerProfileId pulumi.StringPtrInput `pulumi:"trafficManagerProfileId"`
	// Name of Traffic Manager profile to create. This is only needed if Traffic Manager profile does not already exist.
	TrafficManagerProfileName pulumi.StringPtrInput `pulumi:"trafficManagerProfileName"`
}

Information needed for cloning operation.

func (CloningInfoArgs) ElementType

func (CloningInfoArgs) ElementType() reflect.Type

func (CloningInfoArgs) ToCloningInfoOutput

func (i CloningInfoArgs) ToCloningInfoOutput() CloningInfoOutput

func (CloningInfoArgs) ToCloningInfoOutputWithContext

func (i CloningInfoArgs) ToCloningInfoOutputWithContext(ctx context.Context) CloningInfoOutput

func (CloningInfoArgs) ToCloningInfoPtrOutput

func (i CloningInfoArgs) ToCloningInfoPtrOutput() CloningInfoPtrOutput

func (CloningInfoArgs) ToCloningInfoPtrOutputWithContext

func (i CloningInfoArgs) ToCloningInfoPtrOutputWithContext(ctx context.Context) CloningInfoPtrOutput

type CloningInfoInput

type CloningInfoInput interface {
	pulumi.Input

	ToCloningInfoOutput() CloningInfoOutput
	ToCloningInfoOutputWithContext(context.Context) CloningInfoOutput
}

CloningInfoInput is an input type that accepts CloningInfoArgs and CloningInfoOutput values. You can construct a concrete instance of `CloningInfoInput` via:

CloningInfoArgs{...}

type CloningInfoOutput

type CloningInfoOutput struct{ *pulumi.OutputState }

Information needed for cloning operation.

func (CloningInfoOutput) AppSettingsOverrides

func (o CloningInfoOutput) AppSettingsOverrides() pulumi.StringMapOutput

Application setting overrides for cloned app. If specified, these settings override the settings cloned from source app. Otherwise, application settings from source app are retained.

func (CloningInfoOutput) CloneCustomHostNames

func (o CloningInfoOutput) CloneCustomHostNames() pulumi.BoolPtrOutput

<code>true</code> to clone custom hostnames from source app; otherwise, <code>false</code>.

func (CloningInfoOutput) CloneSourceControl

func (o CloningInfoOutput) CloneSourceControl() pulumi.BoolPtrOutput

<code>true</code> to clone source control from source app; otherwise, <code>false</code>.

func (CloningInfoOutput) ConfigureLoadBalancing

func (o CloningInfoOutput) ConfigureLoadBalancing() pulumi.BoolPtrOutput

<code>true</code> to configure load balancing for source and destination app.

func (CloningInfoOutput) CorrelationId

func (o CloningInfoOutput) CorrelationId() pulumi.StringPtrOutput

Correlation ID of cloning operation. This ID ties multiple cloning operations together to use the same snapshot.

func (CloningInfoOutput) ElementType

func (CloningInfoOutput) ElementType() reflect.Type

func (CloningInfoOutput) HostingEnvironment

func (o CloningInfoOutput) HostingEnvironment() pulumi.StringPtrOutput

App Service Environment.

func (CloningInfoOutput) Overwrite

func (o CloningInfoOutput) Overwrite() pulumi.BoolPtrOutput

<code>true</code> to overwrite destination app; otherwise, <code>false</code>.

func (CloningInfoOutput) SourceWebAppId

func (o CloningInfoOutput) SourceWebAppId() pulumi.StringOutput

ARM resource ID of the source app. App resource ID is of the form /subscriptions/{subId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{siteName} for production slots and /subscriptions/{subId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{siteName}/slots/{slotName} for other slots.

func (CloningInfoOutput) SourceWebAppLocation

func (o CloningInfoOutput) SourceWebAppLocation() pulumi.StringPtrOutput

Location of source app ex: West US or North Europe

func (CloningInfoOutput) ToCloningInfoOutput

func (o CloningInfoOutput) ToCloningInfoOutput() CloningInfoOutput

func (CloningInfoOutput) ToCloningInfoOutputWithContext

func (o CloningInfoOutput) ToCloningInfoOutputWithContext(ctx context.Context) CloningInfoOutput

func (CloningInfoOutput) ToCloningInfoPtrOutput

func (o CloningInfoOutput) ToCloningInfoPtrOutput() CloningInfoPtrOutput

func (CloningInfoOutput) ToCloningInfoPtrOutputWithContext

func (o CloningInfoOutput) ToCloningInfoPtrOutputWithContext(ctx context.Context) CloningInfoPtrOutput

func (CloningInfoOutput) TrafficManagerProfileId

func (o CloningInfoOutput) TrafficManagerProfileId() pulumi.StringPtrOutput

ARM resource ID of the Traffic Manager profile to use, if it exists. Traffic Manager resource ID is of the form /subscriptions/{subId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/trafficManagerProfiles/{profileName}.

func (CloningInfoOutput) TrafficManagerProfileName

func (o CloningInfoOutput) TrafficManagerProfileName() pulumi.StringPtrOutput

Name of Traffic Manager profile to create. This is only needed if Traffic Manager profile does not already exist.

type CloningInfoPtrInput

type CloningInfoPtrInput interface {
	pulumi.Input

	ToCloningInfoPtrOutput() CloningInfoPtrOutput
	ToCloningInfoPtrOutputWithContext(context.Context) CloningInfoPtrOutput
}

CloningInfoPtrInput is an input type that accepts CloningInfoArgs, CloningInfoPtr and CloningInfoPtrOutput values. You can construct a concrete instance of `CloningInfoPtrInput` via:

        CloningInfoArgs{...}

or:

        nil

func CloningInfoPtr

func CloningInfoPtr(v *CloningInfoArgs) CloningInfoPtrInput

type CloningInfoPtrOutput

type CloningInfoPtrOutput struct{ *pulumi.OutputState }

func (CloningInfoPtrOutput) AppSettingsOverrides

func (o CloningInfoPtrOutput) AppSettingsOverrides() pulumi.StringMapOutput

Application setting overrides for cloned app. If specified, these settings override the settings cloned from source app. Otherwise, application settings from source app are retained.

func (CloningInfoPtrOutput) CloneCustomHostNames

func (o CloningInfoPtrOutput) CloneCustomHostNames() pulumi.BoolPtrOutput

<code>true</code> to clone custom hostnames from source app; otherwise, <code>false</code>.

func (CloningInfoPtrOutput) CloneSourceControl

func (o CloningInfoPtrOutput) CloneSourceControl() pulumi.BoolPtrOutput

<code>true</code> to clone source control from source app; otherwise, <code>false</code>.

func (CloningInfoPtrOutput) ConfigureLoadBalancing

func (o CloningInfoPtrOutput) ConfigureLoadBalancing() pulumi.BoolPtrOutput

<code>true</code> to configure load balancing for source and destination app.

func (CloningInfoPtrOutput) CorrelationId

func (o CloningInfoPtrOutput) CorrelationId() pulumi.StringPtrOutput

Correlation ID of cloning operation. This ID ties multiple cloning operations together to use the same snapshot.

func (CloningInfoPtrOutput) Elem

func (CloningInfoPtrOutput) ElementType

func (CloningInfoPtrOutput) ElementType() reflect.Type

func (CloningInfoPtrOutput) HostingEnvironment

func (o CloningInfoPtrOutput) HostingEnvironment() pulumi.StringPtrOutput

App Service Environment.

func (CloningInfoPtrOutput) Overwrite

<code>true</code> to overwrite destination app; otherwise, <code>false</code>.

func (CloningInfoPtrOutput) SourceWebAppId

func (o CloningInfoPtrOutput) SourceWebAppId() pulumi.StringPtrOutput

ARM resource ID of the source app. App resource ID is of the form /subscriptions/{subId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{siteName} for production slots and /subscriptions/{subId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{siteName}/slots/{slotName} for other slots.

func (CloningInfoPtrOutput) SourceWebAppLocation

func (o CloningInfoPtrOutput) SourceWebAppLocation() pulumi.StringPtrOutput

Location of source app ex: West US or North Europe

func (CloningInfoPtrOutput) ToCloningInfoPtrOutput

func (o CloningInfoPtrOutput) ToCloningInfoPtrOutput() CloningInfoPtrOutput

func (CloningInfoPtrOutput) ToCloningInfoPtrOutputWithContext

func (o CloningInfoPtrOutput) ToCloningInfoPtrOutputWithContext(ctx context.Context) CloningInfoPtrOutput

func (CloningInfoPtrOutput) TrafficManagerProfileId

func (o CloningInfoPtrOutput) TrafficManagerProfileId() pulumi.StringPtrOutput

ARM resource ID of the Traffic Manager profile to use, if it exists. Traffic Manager resource ID is of the form /subscriptions/{subId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/trafficManagerProfiles/{profileName}.

func (CloningInfoPtrOutput) TrafficManagerProfileName

func (o CloningInfoPtrOutput) TrafficManagerProfileName() pulumi.StringPtrOutput

Name of Traffic Manager profile to create. This is only needed if Traffic Manager profile does not already exist.

type CloningInfoResponse

type CloningInfoResponse struct {
	// Application setting overrides for cloned app. If specified, these settings override the settings cloned
	// from source app. Otherwise, application settings from source app are retained.
	AppSettingsOverrides map[string]string `pulumi:"appSettingsOverrides"`
	// <code>true</code> to clone custom hostnames from source app; otherwise, <code>false</code>.
	CloneCustomHostNames *bool `pulumi:"cloneCustomHostNames"`
	// <code>true</code> to clone source control from source app; otherwise, <code>false</code>.
	CloneSourceControl *bool `pulumi:"cloneSourceControl"`
	// <code>true</code> to configure load balancing for source and destination app.
	ConfigureLoadBalancing *bool `pulumi:"configureLoadBalancing"`
	// Correlation ID of cloning operation. This ID ties multiple cloning operations
	// together to use the same snapshot.
	CorrelationId *string `pulumi:"correlationId"`
	// App Service Environment.
	HostingEnvironment *string `pulumi:"hostingEnvironment"`
	// <code>true</code> to overwrite destination app; otherwise, <code>false</code>.
	Overwrite *bool `pulumi:"overwrite"`
	// ARM resource ID of the source app. App resource ID is of the form
	// /subscriptions/{subId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{siteName} for production slots and
	// /subscriptions/{subId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{siteName}/slots/{slotName} for other slots.
	SourceWebAppId string `pulumi:"sourceWebAppId"`
	// Location of source app ex: West US or North Europe
	SourceWebAppLocation *string `pulumi:"sourceWebAppLocation"`
	// ARM resource ID of the Traffic Manager profile to use, if it exists. Traffic Manager resource ID is of the form
	// /subscriptions/{subId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/trafficManagerProfiles/{profileName}.
	TrafficManagerProfileId *string `pulumi:"trafficManagerProfileId"`
	// Name of Traffic Manager profile to create. This is only needed if Traffic Manager profile does not already exist.
	TrafficManagerProfileName *string `pulumi:"trafficManagerProfileName"`
}

Information needed for cloning operation.

type CloningInfoResponseArgs

type CloningInfoResponseArgs struct {
	// Application setting overrides for cloned app. If specified, these settings override the settings cloned
	// from source app. Otherwise, application settings from source app are retained.
	AppSettingsOverrides pulumi.StringMapInput `pulumi:"appSettingsOverrides"`
	// <code>true</code> to clone custom hostnames from source app; otherwise, <code>false</code>.
	CloneCustomHostNames pulumi.BoolPtrInput `pulumi:"cloneCustomHostNames"`
	// <code>true</code> to clone source control from source app; otherwise, <code>false</code>.
	CloneSourceControl pulumi.BoolPtrInput `pulumi:"cloneSourceControl"`
	// <code>true</code> to configure load balancing for source and destination app.
	ConfigureLoadBalancing pulumi.BoolPtrInput `pulumi:"configureLoadBalancing"`
	// Correlation ID of cloning operation. This ID ties multiple cloning operations
	// together to use the same snapshot.
	CorrelationId pulumi.StringPtrInput `pulumi:"correlationId"`
	// App Service Environment.
	HostingEnvironment pulumi.StringPtrInput `pulumi:"hostingEnvironment"`
	// <code>true</code> to overwrite destination app; otherwise, <code>false</code>.
	Overwrite pulumi.BoolPtrInput `pulumi:"overwrite"`
	// ARM resource ID of the source app. App resource ID is of the form
	// /subscriptions/{subId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{siteName} for production slots and
	// /subscriptions/{subId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{siteName}/slots/{slotName} for other slots.
	SourceWebAppId pulumi.StringInput `pulumi:"sourceWebAppId"`
	// Location of source app ex: West US or North Europe
	SourceWebAppLocation pulumi.StringPtrInput `pulumi:"sourceWebAppLocation"`
	// ARM resource ID of the Traffic Manager profile to use, if it exists. Traffic Manager resource ID is of the form
	// /subscriptions/{subId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/trafficManagerProfiles/{profileName}.
	TrafficManagerProfileId pulumi.StringPtrInput `pulumi:"trafficManagerProfileId"`
	// Name of Traffic Manager profile to create. This is only needed if Traffic Manager profile does not already exist.
	TrafficManagerProfileName pulumi.StringPtrInput `pulumi:"trafficManagerProfileName"`
}

Information needed for cloning operation.

func (CloningInfoResponseArgs) ElementType

func (CloningInfoResponseArgs) ElementType() reflect.Type

func (CloningInfoResponseArgs) ToCloningInfoResponseOutput

func (i CloningInfoResponseArgs) ToCloningInfoResponseOutput() CloningInfoResponseOutput

func (CloningInfoResponseArgs) ToCloningInfoResponseOutputWithContext

func (i CloningInfoResponseArgs) ToCloningInfoResponseOutputWithContext(ctx context.Context) CloningInfoResponseOutput

func (CloningInfoResponseArgs) ToCloningInfoResponsePtrOutput

func (i CloningInfoResponseArgs) ToCloningInfoResponsePtrOutput() CloningInfoResponsePtrOutput

func (CloningInfoResponseArgs) ToCloningInfoResponsePtrOutputWithContext

func (i CloningInfoResponseArgs) ToCloningInfoResponsePtrOutputWithContext(ctx context.Context) CloningInfoResponsePtrOutput

type CloningInfoResponseInput

type CloningInfoResponseInput interface {
	pulumi.Input

	ToCloningInfoResponseOutput() CloningInfoResponseOutput
	ToCloningInfoResponseOutputWithContext(context.Context) CloningInfoResponseOutput
}

CloningInfoResponseInput is an input type that accepts CloningInfoResponseArgs and CloningInfoResponseOutput values. You can construct a concrete instance of `CloningInfoResponseInput` via:

CloningInfoResponseArgs{...}

type CloningInfoResponseOutput

type CloningInfoResponseOutput struct{ *pulumi.OutputState }

Information needed for cloning operation.

func (CloningInfoResponseOutput) AppSettingsOverrides

func (o CloningInfoResponseOutput) AppSettingsOverrides() pulumi.StringMapOutput

Application setting overrides for cloned app. If specified, these settings override the settings cloned from source app. Otherwise, application settings from source app are retained.

func (CloningInfoResponseOutput) CloneCustomHostNames

func (o CloningInfoResponseOutput) CloneCustomHostNames() pulumi.BoolPtrOutput

<code>true</code> to clone custom hostnames from source app; otherwise, <code>false</code>.

func (CloningInfoResponseOutput) CloneSourceControl

func (o CloningInfoResponseOutput) CloneSourceControl() pulumi.BoolPtrOutput

<code>true</code> to clone source control from source app; otherwise, <code>false</code>.

func (CloningInfoResponseOutput) ConfigureLoadBalancing

func (o CloningInfoResponseOutput) ConfigureLoadBalancing() pulumi.BoolPtrOutput

<code>true</code> to configure load balancing for source and destination app.

func (CloningInfoResponseOutput) CorrelationId

Correlation ID of cloning operation. This ID ties multiple cloning operations together to use the same snapshot.

func (CloningInfoResponseOutput) ElementType

func (CloningInfoResponseOutput) ElementType() reflect.Type

func (CloningInfoResponseOutput) HostingEnvironment

func (o CloningInfoResponseOutput) HostingEnvironment() pulumi.StringPtrOutput

App Service Environment.

func (CloningInfoResponseOutput) Overwrite

<code>true</code> to overwrite destination app; otherwise, <code>false</code>.

func (CloningInfoResponseOutput) SourceWebAppId

func (o CloningInfoResponseOutput) SourceWebAppId() pulumi.StringOutput

ARM resource ID of the source app. App resource ID is of the form /subscriptions/{subId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{siteName} for production slots and /subscriptions/{subId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{siteName}/slots/{slotName} for other slots.

func (CloningInfoResponseOutput) SourceWebAppLocation

func (o CloningInfoResponseOutput) SourceWebAppLocation() pulumi.StringPtrOutput

Location of source app ex: West US or North Europe

func (CloningInfoResponseOutput) ToCloningInfoResponseOutput

func (o CloningInfoResponseOutput) ToCloningInfoResponseOutput() CloningInfoResponseOutput

func (CloningInfoResponseOutput) ToCloningInfoResponseOutputWithContext

func (o CloningInfoResponseOutput) ToCloningInfoResponseOutputWithContext(ctx context.Context) CloningInfoResponseOutput

func (CloningInfoResponseOutput) ToCloningInfoResponsePtrOutput

func (o CloningInfoResponseOutput) ToCloningInfoResponsePtrOutput() CloningInfoResponsePtrOutput

func (CloningInfoResponseOutput) ToCloningInfoResponsePtrOutputWithContext

func (o CloningInfoResponseOutput) ToCloningInfoResponsePtrOutputWithContext(ctx context.Context) CloningInfoResponsePtrOutput

func (CloningInfoResponseOutput) TrafficManagerProfileId

func (o CloningInfoResponseOutput) TrafficManagerProfileId() pulumi.StringPtrOutput

ARM resource ID of the Traffic Manager profile to use, if it exists. Traffic Manager resource ID is of the form /subscriptions/{subId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/trafficManagerProfiles/{profileName}.

func (CloningInfoResponseOutput) TrafficManagerProfileName

func (o CloningInfoResponseOutput) TrafficManagerProfileName() pulumi.StringPtrOutput

Name of Traffic Manager profile to create. This is only needed if Traffic Manager profile does not already exist.

type CloningInfoResponsePtrInput

type CloningInfoResponsePtrInput interface {
	pulumi.Input

	ToCloningInfoResponsePtrOutput() CloningInfoResponsePtrOutput
	ToCloningInfoResponsePtrOutputWithContext(context.Context) CloningInfoResponsePtrOutput
}

CloningInfoResponsePtrInput is an input type that accepts CloningInfoResponseArgs, CloningInfoResponsePtr and CloningInfoResponsePtrOutput values. You can construct a concrete instance of `CloningInfoResponsePtrInput` via:

        CloningInfoResponseArgs{...}

or:

        nil

type CloningInfoResponsePtrOutput

type CloningInfoResponsePtrOutput struct{ *pulumi.OutputState }

func (CloningInfoResponsePtrOutput) AppSettingsOverrides

func (o CloningInfoResponsePtrOutput) AppSettingsOverrides() pulumi.StringMapOutput

Application setting overrides for cloned app. If specified, these settings override the settings cloned from source app. Otherwise, application settings from source app are retained.

func (CloningInfoResponsePtrOutput) CloneCustomHostNames

func (o CloningInfoResponsePtrOutput) CloneCustomHostNames() pulumi.BoolPtrOutput

<code>true</code> to clone custom hostnames from source app; otherwise, <code>false</code>.

func (CloningInfoResponsePtrOutput) CloneSourceControl

func (o CloningInfoResponsePtrOutput) CloneSourceControl() pulumi.BoolPtrOutput

<code>true</code> to clone source control from source app; otherwise, <code>false</code>.

func (CloningInfoResponsePtrOutput) ConfigureLoadBalancing

func (o CloningInfoResponsePtrOutput) ConfigureLoadBalancing() pulumi.BoolPtrOutput

<code>true</code> to configure load balancing for source and destination app.

func (CloningInfoResponsePtrOutput) CorrelationId

Correlation ID of cloning operation. This ID ties multiple cloning operations together to use the same snapshot.

func (CloningInfoResponsePtrOutput) Elem

func (CloningInfoResponsePtrOutput) ElementType

func (CloningInfoResponsePtrOutput) HostingEnvironment

func (o CloningInfoResponsePtrOutput) HostingEnvironment() pulumi.StringPtrOutput

App Service Environment.

func (CloningInfoResponsePtrOutput) Overwrite

<code>true</code> to overwrite destination app; otherwise, <code>false</code>.

func (CloningInfoResponsePtrOutput) SourceWebAppId

ARM resource ID of the source app. App resource ID is of the form /subscriptions/{subId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{siteName} for production slots and /subscriptions/{subId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{siteName}/slots/{slotName} for other slots.

func (CloningInfoResponsePtrOutput) SourceWebAppLocation

func (o CloningInfoResponsePtrOutput) SourceWebAppLocation() pulumi.StringPtrOutput

Location of source app ex: West US or North Europe

func (CloningInfoResponsePtrOutput) ToCloningInfoResponsePtrOutput

func (o CloningInfoResponsePtrOutput) ToCloningInfoResponsePtrOutput() CloningInfoResponsePtrOutput

func (CloningInfoResponsePtrOutput) ToCloningInfoResponsePtrOutputWithContext

func (o CloningInfoResponsePtrOutput) ToCloningInfoResponsePtrOutputWithContext(ctx context.Context) CloningInfoResponsePtrOutput

func (CloningInfoResponsePtrOutput) TrafficManagerProfileId

func (o CloningInfoResponsePtrOutput) TrafficManagerProfileId() pulumi.StringPtrOutput

ARM resource ID of the Traffic Manager profile to use, if it exists. Traffic Manager resource ID is of the form /subscriptions/{subId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/trafficManagerProfiles/{profileName}.

func (CloningInfoResponsePtrOutput) TrafficManagerProfileName

func (o CloningInfoResponsePtrOutput) TrafficManagerProfileName() pulumi.StringPtrOutput

Name of Traffic Manager profile to create. This is only needed if Traffic Manager profile does not already exist.

type ComputeModeOptions added in v0.3.1

type ComputeModeOptions pulumi.String

Shared or dedicated app hosting.

func (ComputeModeOptions) ElementType added in v0.3.1

func (ComputeModeOptions) ElementType() reflect.Type

func (ComputeModeOptions) ToStringOutput added in v0.3.1

func (e ComputeModeOptions) ToStringOutput() pulumi.StringOutput

func (ComputeModeOptions) ToStringOutputWithContext added in v0.3.1

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

func (ComputeModeOptions) ToStringPtrOutput added in v0.3.1

func (e ComputeModeOptions) ToStringPtrOutput() pulumi.StringPtrOutput

func (ComputeModeOptions) ToStringPtrOutputWithContext added in v0.3.1

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

type ConnStringInfo

type ConnStringInfo struct {
	// Connection string value.
	ConnectionString *string `pulumi:"connectionString"`
	// Name of connection string.
	Name *string `pulumi:"name"`
	// Type of database.
	Type *string `pulumi:"type"`
}

Database connection string information.

type ConnStringInfoArgs

type ConnStringInfoArgs struct {
	// Connection string value.
	ConnectionString pulumi.StringPtrInput `pulumi:"connectionString"`
	// Name of connection string.
	Name pulumi.StringPtrInput `pulumi:"name"`
	// Type of database.
	Type *ConnectionStringType `pulumi:"type"`
}

Database connection string information.

func (ConnStringInfoArgs) ElementType

func (ConnStringInfoArgs) ElementType() reflect.Type

func (ConnStringInfoArgs) ToConnStringInfoOutput

func (i ConnStringInfoArgs) ToConnStringInfoOutput() ConnStringInfoOutput

func (ConnStringInfoArgs) ToConnStringInfoOutputWithContext

func (i ConnStringInfoArgs) ToConnStringInfoOutputWithContext(ctx context.Context) ConnStringInfoOutput

type ConnStringInfoArray

type ConnStringInfoArray []ConnStringInfoInput

func (ConnStringInfoArray) ElementType

func (ConnStringInfoArray) ElementType() reflect.Type

func (ConnStringInfoArray) ToConnStringInfoArrayOutput

func (i ConnStringInfoArray) ToConnStringInfoArrayOutput() ConnStringInfoArrayOutput

func (ConnStringInfoArray) ToConnStringInfoArrayOutputWithContext

func (i ConnStringInfoArray) ToConnStringInfoArrayOutputWithContext(ctx context.Context) ConnStringInfoArrayOutput

type ConnStringInfoArrayInput

type ConnStringInfoArrayInput interface {
	pulumi.Input

	ToConnStringInfoArrayOutput() ConnStringInfoArrayOutput
	ToConnStringInfoArrayOutputWithContext(context.Context) ConnStringInfoArrayOutput
}

ConnStringInfoArrayInput is an input type that accepts ConnStringInfoArray and ConnStringInfoArrayOutput values. You can construct a concrete instance of `ConnStringInfoArrayInput` via:

ConnStringInfoArray{ ConnStringInfoArgs{...} }

type ConnStringInfoArrayOutput

type ConnStringInfoArrayOutput struct{ *pulumi.OutputState }

func (ConnStringInfoArrayOutput) ElementType

func (ConnStringInfoArrayOutput) ElementType() reflect.Type

func (ConnStringInfoArrayOutput) Index

func (ConnStringInfoArrayOutput) ToConnStringInfoArrayOutput

func (o ConnStringInfoArrayOutput) ToConnStringInfoArrayOutput() ConnStringInfoArrayOutput

func (ConnStringInfoArrayOutput) ToConnStringInfoArrayOutputWithContext

func (o ConnStringInfoArrayOutput) ToConnStringInfoArrayOutputWithContext(ctx context.Context) ConnStringInfoArrayOutput

type ConnStringInfoInput

type ConnStringInfoInput interface {
	pulumi.Input

	ToConnStringInfoOutput() ConnStringInfoOutput
	ToConnStringInfoOutputWithContext(context.Context) ConnStringInfoOutput
}

ConnStringInfoInput is an input type that accepts ConnStringInfoArgs and ConnStringInfoOutput values. You can construct a concrete instance of `ConnStringInfoInput` via:

ConnStringInfoArgs{...}

type ConnStringInfoOutput

type ConnStringInfoOutput struct{ *pulumi.OutputState }

Database connection string information.

func (ConnStringInfoOutput) ConnectionString

func (o ConnStringInfoOutput) ConnectionString() pulumi.StringPtrOutput

Connection string value.

func (ConnStringInfoOutput) ElementType

func (ConnStringInfoOutput) ElementType() reflect.Type

func (ConnStringInfoOutput) Name

Name of connection string.

func (ConnStringInfoOutput) ToConnStringInfoOutput

func (o ConnStringInfoOutput) ToConnStringInfoOutput() ConnStringInfoOutput

func (ConnStringInfoOutput) ToConnStringInfoOutputWithContext

func (o ConnStringInfoOutput) ToConnStringInfoOutputWithContext(ctx context.Context) ConnStringInfoOutput

func (ConnStringInfoOutput) Type

Type of database.

type ConnStringInfoResponse

type ConnStringInfoResponse struct {
	// Connection string value.
	ConnectionString *string `pulumi:"connectionString"`
	// Name of connection string.
	Name *string `pulumi:"name"`
	// Type of database.
	Type *string `pulumi:"type"`
}

Database connection string information.

type ConnStringInfoResponseArgs

type ConnStringInfoResponseArgs struct {
	// Connection string value.
	ConnectionString pulumi.StringPtrInput `pulumi:"connectionString"`
	// Name of connection string.
	Name pulumi.StringPtrInput `pulumi:"name"`
	// Type of database.
	Type pulumi.StringPtrInput `pulumi:"type"`
}

Database connection string information.

func (ConnStringInfoResponseArgs) ElementType

func (ConnStringInfoResponseArgs) ElementType() reflect.Type

func (ConnStringInfoResponseArgs) ToConnStringInfoResponseOutput

func (i ConnStringInfoResponseArgs) ToConnStringInfoResponseOutput() ConnStringInfoResponseOutput

func (ConnStringInfoResponseArgs) ToConnStringInfoResponseOutputWithContext

func (i ConnStringInfoResponseArgs) ToConnStringInfoResponseOutputWithContext(ctx context.Context) ConnStringInfoResponseOutput

type ConnStringInfoResponseArray

type ConnStringInfoResponseArray []ConnStringInfoResponseInput

func (ConnStringInfoResponseArray) ElementType

func (ConnStringInfoResponseArray) ToConnStringInfoResponseArrayOutput

func (i ConnStringInfoResponseArray) ToConnStringInfoResponseArrayOutput() ConnStringInfoResponseArrayOutput

func (ConnStringInfoResponseArray) ToConnStringInfoResponseArrayOutputWithContext

func (i ConnStringInfoResponseArray) ToConnStringInfoResponseArrayOutputWithContext(ctx context.Context) ConnStringInfoResponseArrayOutput

type ConnStringInfoResponseArrayInput

type ConnStringInfoResponseArrayInput interface {
	pulumi.Input

	ToConnStringInfoResponseArrayOutput() ConnStringInfoResponseArrayOutput
	ToConnStringInfoResponseArrayOutputWithContext(context.Context) ConnStringInfoResponseArrayOutput
}

ConnStringInfoResponseArrayInput is an input type that accepts ConnStringInfoResponseArray and ConnStringInfoResponseArrayOutput values. You can construct a concrete instance of `ConnStringInfoResponseArrayInput` via:

ConnStringInfoResponseArray{ ConnStringInfoResponseArgs{...} }

type ConnStringInfoResponseArrayOutput

type ConnStringInfoResponseArrayOutput struct{ *pulumi.OutputState }

func (ConnStringInfoResponseArrayOutput) ElementType

func (ConnStringInfoResponseArrayOutput) Index

func (ConnStringInfoResponseArrayOutput) ToConnStringInfoResponseArrayOutput

func (o ConnStringInfoResponseArrayOutput) ToConnStringInfoResponseArrayOutput() ConnStringInfoResponseArrayOutput

func (ConnStringInfoResponseArrayOutput) ToConnStringInfoResponseArrayOutputWithContext

func (o ConnStringInfoResponseArrayOutput) ToConnStringInfoResponseArrayOutputWithContext(ctx context.Context) ConnStringInfoResponseArrayOutput

type ConnStringInfoResponseInput

type ConnStringInfoResponseInput interface {
	pulumi.Input

	ToConnStringInfoResponseOutput() ConnStringInfoResponseOutput
	ToConnStringInfoResponseOutputWithContext(context.Context) ConnStringInfoResponseOutput
}

ConnStringInfoResponseInput is an input type that accepts ConnStringInfoResponseArgs and ConnStringInfoResponseOutput values. You can construct a concrete instance of `ConnStringInfoResponseInput` via:

ConnStringInfoResponseArgs{...}

type ConnStringInfoResponseOutput

type ConnStringInfoResponseOutput struct{ *pulumi.OutputState }

Database connection string information.

func (ConnStringInfoResponseOutput) ConnectionString

Connection string value.

func (ConnStringInfoResponseOutput) ElementType

func (ConnStringInfoResponseOutput) Name

Name of connection string.

func (ConnStringInfoResponseOutput) ToConnStringInfoResponseOutput

func (o ConnStringInfoResponseOutput) ToConnStringInfoResponseOutput() ConnStringInfoResponseOutput

func (ConnStringInfoResponseOutput) ToConnStringInfoResponseOutputWithContext

func (o ConnStringInfoResponseOutput) ToConnStringInfoResponseOutputWithContext(ctx context.Context) ConnStringInfoResponseOutput

func (ConnStringInfoResponseOutput) Type

Type of database.

type ConnStringValueTypePair added in v0.6.0

type ConnStringValueTypePair struct {
	// Type of database.
	Type string `pulumi:"type"`
	// Value of pair.
	Value string `pulumi:"value"`
}

Database connection string value to type pair.

type ConnStringValueTypePairArgs added in v0.6.0

type ConnStringValueTypePairArgs struct {
	// Type of database.
	Type ConnectionStringType `pulumi:"type"`
	// Value of pair.
	Value pulumi.StringInput `pulumi:"value"`
}

Database connection string value to type pair.

func (ConnStringValueTypePairArgs) ElementType added in v0.6.0

func (ConnStringValueTypePairArgs) ToConnStringValueTypePairOutput added in v0.6.0

func (i ConnStringValueTypePairArgs) ToConnStringValueTypePairOutput() ConnStringValueTypePairOutput

func (ConnStringValueTypePairArgs) ToConnStringValueTypePairOutputWithContext added in v0.6.0

func (i ConnStringValueTypePairArgs) ToConnStringValueTypePairOutputWithContext(ctx context.Context) ConnStringValueTypePairOutput

type ConnStringValueTypePairInput added in v0.6.0

type ConnStringValueTypePairInput interface {
	pulumi.Input

	ToConnStringValueTypePairOutput() ConnStringValueTypePairOutput
	ToConnStringValueTypePairOutputWithContext(context.Context) ConnStringValueTypePairOutput
}

ConnStringValueTypePairInput is an input type that accepts ConnStringValueTypePairArgs and ConnStringValueTypePairOutput values. You can construct a concrete instance of `ConnStringValueTypePairInput` via:

ConnStringValueTypePairArgs{...}

type ConnStringValueTypePairMap added in v0.6.0

type ConnStringValueTypePairMap map[string]ConnStringValueTypePairInput

func (ConnStringValueTypePairMap) ElementType added in v0.6.0

func (ConnStringValueTypePairMap) ElementType() reflect.Type

func (ConnStringValueTypePairMap) ToConnStringValueTypePairMapOutput added in v0.6.0

func (i ConnStringValueTypePairMap) ToConnStringValueTypePairMapOutput() ConnStringValueTypePairMapOutput

func (ConnStringValueTypePairMap) ToConnStringValueTypePairMapOutputWithContext added in v0.6.0

func (i ConnStringValueTypePairMap) ToConnStringValueTypePairMapOutputWithContext(ctx context.Context) ConnStringValueTypePairMapOutput

type ConnStringValueTypePairMapInput added in v0.6.0

type ConnStringValueTypePairMapInput interface {
	pulumi.Input

	ToConnStringValueTypePairMapOutput() ConnStringValueTypePairMapOutput
	ToConnStringValueTypePairMapOutputWithContext(context.Context) ConnStringValueTypePairMapOutput
}

ConnStringValueTypePairMapInput is an input type that accepts ConnStringValueTypePairMap and ConnStringValueTypePairMapOutput values. You can construct a concrete instance of `ConnStringValueTypePairMapInput` via:

ConnStringValueTypePairMap{ "key": ConnStringValueTypePairArgs{...} }

type ConnStringValueTypePairMapOutput added in v0.6.0

type ConnStringValueTypePairMapOutput struct{ *pulumi.OutputState }

func (ConnStringValueTypePairMapOutput) ElementType added in v0.6.0

func (ConnStringValueTypePairMapOutput) MapIndex added in v0.6.0

func (ConnStringValueTypePairMapOutput) ToConnStringValueTypePairMapOutput added in v0.6.0

func (o ConnStringValueTypePairMapOutput) ToConnStringValueTypePairMapOutput() ConnStringValueTypePairMapOutput

func (ConnStringValueTypePairMapOutput) ToConnStringValueTypePairMapOutputWithContext added in v0.6.0

func (o ConnStringValueTypePairMapOutput) ToConnStringValueTypePairMapOutputWithContext(ctx context.Context) ConnStringValueTypePairMapOutput

type ConnStringValueTypePairOutput added in v0.6.0

type ConnStringValueTypePairOutput struct{ *pulumi.OutputState }

Database connection string value to type pair.

func (ConnStringValueTypePairOutput) ElementType added in v0.6.0

func (ConnStringValueTypePairOutput) ToConnStringValueTypePairOutput added in v0.6.0

func (o ConnStringValueTypePairOutput) ToConnStringValueTypePairOutput() ConnStringValueTypePairOutput

func (ConnStringValueTypePairOutput) ToConnStringValueTypePairOutputWithContext added in v0.6.0

func (o ConnStringValueTypePairOutput) ToConnStringValueTypePairOutputWithContext(ctx context.Context) ConnStringValueTypePairOutput

func (ConnStringValueTypePairOutput) Type added in v0.6.0

Type of database.

func (ConnStringValueTypePairOutput) Value added in v0.6.0

Value of pair.

type ConnStringValueTypePairResponse added in v0.2.2

type ConnStringValueTypePairResponse struct {
	// Type of database.
	Type string `pulumi:"type"`
	// Value of pair.
	Value string `pulumi:"value"`
}

Database connection string value to type pair.

type ConnStringValueTypePairResponseArgs added in v0.2.2

type ConnStringValueTypePairResponseArgs struct {
	// Type of database.
	Type pulumi.StringInput `pulumi:"type"`
	// Value of pair.
	Value pulumi.StringInput `pulumi:"value"`
}

Database connection string value to type pair.

func (ConnStringValueTypePairResponseArgs) ElementType added in v0.2.2

func (ConnStringValueTypePairResponseArgs) ToConnStringValueTypePairResponseOutput added in v0.2.2

func (i ConnStringValueTypePairResponseArgs) ToConnStringValueTypePairResponseOutput() ConnStringValueTypePairResponseOutput

func (ConnStringValueTypePairResponseArgs) ToConnStringValueTypePairResponseOutputWithContext added in v0.2.2

func (i ConnStringValueTypePairResponseArgs) ToConnStringValueTypePairResponseOutputWithContext(ctx context.Context) ConnStringValueTypePairResponseOutput

type ConnStringValueTypePairResponseInput added in v0.2.2

type ConnStringValueTypePairResponseInput interface {
	pulumi.Input

	ToConnStringValueTypePairResponseOutput() ConnStringValueTypePairResponseOutput
	ToConnStringValueTypePairResponseOutputWithContext(context.Context) ConnStringValueTypePairResponseOutput
}

ConnStringValueTypePairResponseInput is an input type that accepts ConnStringValueTypePairResponseArgs and ConnStringValueTypePairResponseOutput values. You can construct a concrete instance of `ConnStringValueTypePairResponseInput` via:

ConnStringValueTypePairResponseArgs{...}

type ConnStringValueTypePairResponseMap added in v0.2.2

type ConnStringValueTypePairResponseMap map[string]ConnStringValueTypePairResponseInput

func (ConnStringValueTypePairResponseMap) ElementType added in v0.2.2

func (ConnStringValueTypePairResponseMap) ToConnStringValueTypePairResponseMapOutput added in v0.2.2

func (i ConnStringValueTypePairResponseMap) ToConnStringValueTypePairResponseMapOutput() ConnStringValueTypePairResponseMapOutput

func (ConnStringValueTypePairResponseMap) ToConnStringValueTypePairResponseMapOutputWithContext added in v0.2.2

func (i ConnStringValueTypePairResponseMap) ToConnStringValueTypePairResponseMapOutputWithContext(ctx context.Context) ConnStringValueTypePairResponseMapOutput

type ConnStringValueTypePairResponseMapInput added in v0.2.2

type ConnStringValueTypePairResponseMapInput interface {
	pulumi.Input

	ToConnStringValueTypePairResponseMapOutput() ConnStringValueTypePairResponseMapOutput
	ToConnStringValueTypePairResponseMapOutputWithContext(context.Context) ConnStringValueTypePairResponseMapOutput
}

ConnStringValueTypePairResponseMapInput is an input type that accepts ConnStringValueTypePairResponseMap and ConnStringValueTypePairResponseMapOutput values. You can construct a concrete instance of `ConnStringValueTypePairResponseMapInput` via:

ConnStringValueTypePairResponseMap{ "key": ConnStringValueTypePairResponseArgs{...} }

type ConnStringValueTypePairResponseMapOutput added in v0.2.2

type ConnStringValueTypePairResponseMapOutput struct{ *pulumi.OutputState }

func (ConnStringValueTypePairResponseMapOutput) ElementType added in v0.2.2

func (ConnStringValueTypePairResponseMapOutput) MapIndex added in v0.2.2

func (ConnStringValueTypePairResponseMapOutput) ToConnStringValueTypePairResponseMapOutput added in v0.2.2

func (o ConnStringValueTypePairResponseMapOutput) ToConnStringValueTypePairResponseMapOutput() ConnStringValueTypePairResponseMapOutput

func (ConnStringValueTypePairResponseMapOutput) ToConnStringValueTypePairResponseMapOutputWithContext added in v0.2.2

func (o ConnStringValueTypePairResponseMapOutput) ToConnStringValueTypePairResponseMapOutputWithContext(ctx context.Context) ConnStringValueTypePairResponseMapOutput

type ConnStringValueTypePairResponseOutput added in v0.2.2

type ConnStringValueTypePairResponseOutput struct{ *pulumi.OutputState }

Database connection string value to type pair.

func (ConnStringValueTypePairResponseOutput) ElementType added in v0.2.2

func (ConnStringValueTypePairResponseOutput) ToConnStringValueTypePairResponseOutput added in v0.2.2

func (o ConnStringValueTypePairResponseOutput) ToConnStringValueTypePairResponseOutput() ConnStringValueTypePairResponseOutput

func (ConnStringValueTypePairResponseOutput) ToConnStringValueTypePairResponseOutputWithContext added in v0.2.2

func (o ConnStringValueTypePairResponseOutput) ToConnStringValueTypePairResponseOutputWithContext(ctx context.Context) ConnStringValueTypePairResponseOutput

func (ConnStringValueTypePairResponseOutput) Type added in v0.2.2

Type of database.

func (ConnStringValueTypePairResponseOutput) Value added in v0.2.2

Value of pair.

type ConnectionStringType added in v0.3.1

type ConnectionStringType pulumi.String

Type of database.

func (ConnectionStringType) ElementType added in v0.3.1

func (ConnectionStringType) ElementType() reflect.Type

func (ConnectionStringType) ToStringOutput added in v0.3.1

func (e ConnectionStringType) ToStringOutput() pulumi.StringOutput

func (ConnectionStringType) ToStringOutputWithContext added in v0.3.1

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

func (ConnectionStringType) ToStringPtrOutput added in v0.3.1

func (e ConnectionStringType) ToStringPtrOutput() pulumi.StringPtrOutput

func (ConnectionStringType) ToStringPtrOutputWithContext added in v0.3.1

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

type CorsSettings

type CorsSettings struct {
	// Gets or sets the list of origins that should be allowed to make cross-origin
	// calls (for example: http://example.com:12345). Use "*" to allow all.
	AllowedOrigins []string `pulumi:"allowedOrigins"`
	// Gets or sets whether CORS requests with credentials are allowed. See
	// https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS#Requests_with_credentials
	// for more details.
	SupportCredentials *bool `pulumi:"supportCredentials"`
}

Cross-Origin Resource Sharing (CORS) settings for the app.

type CorsSettingsArgs

type CorsSettingsArgs struct {
	// Gets or sets the list of origins that should be allowed to make cross-origin
	// calls (for example: http://example.com:12345). Use "*" to allow all.
	AllowedOrigins pulumi.StringArrayInput `pulumi:"allowedOrigins"`
	// Gets or sets whether CORS requests with credentials are allowed. See
	// https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS#Requests_with_credentials
	// for more details.
	SupportCredentials pulumi.BoolPtrInput `pulumi:"supportCredentials"`
}

Cross-Origin Resource Sharing (CORS) settings for the app.

func (CorsSettingsArgs) ElementType

func (CorsSettingsArgs) ElementType() reflect.Type

func (CorsSettingsArgs) ToCorsSettingsOutput

func (i CorsSettingsArgs) ToCorsSettingsOutput() CorsSettingsOutput

func (CorsSettingsArgs) ToCorsSettingsOutputWithContext

func (i CorsSettingsArgs) ToCorsSettingsOutputWithContext(ctx context.Context) CorsSettingsOutput

func (CorsSettingsArgs) ToCorsSettingsPtrOutput

func (i CorsSettingsArgs) ToCorsSettingsPtrOutput() CorsSettingsPtrOutput

func (CorsSettingsArgs) ToCorsSettingsPtrOutputWithContext

func (i CorsSettingsArgs) ToCorsSettingsPtrOutputWithContext(ctx context.Context) CorsSettingsPtrOutput

type CorsSettingsInput

type CorsSettingsInput interface {
	pulumi.Input

	ToCorsSettingsOutput() CorsSettingsOutput
	ToCorsSettingsOutputWithContext(context.Context) CorsSettingsOutput
}

CorsSettingsInput is an input type that accepts CorsSettingsArgs and CorsSettingsOutput values. You can construct a concrete instance of `CorsSettingsInput` via:

CorsSettingsArgs{...}

type CorsSettingsOutput

type CorsSettingsOutput struct{ *pulumi.OutputState }

Cross-Origin Resource Sharing (CORS) settings for the app.

func (CorsSettingsOutput) AllowedOrigins

func (o CorsSettingsOutput) AllowedOrigins() pulumi.StringArrayOutput

Gets or sets the list of origins that should be allowed to make cross-origin calls (for example: http://example.com:12345). Use "*" to allow all.

func (CorsSettingsOutput) ElementType

func (CorsSettingsOutput) ElementType() reflect.Type

func (CorsSettingsOutput) SupportCredentials

func (o CorsSettingsOutput) SupportCredentials() pulumi.BoolPtrOutput

Gets or sets whether CORS requests with credentials are allowed. See https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS#Requests_with_credentials for more details.

func (CorsSettingsOutput) ToCorsSettingsOutput

func (o CorsSettingsOutput) ToCorsSettingsOutput() CorsSettingsOutput

func (CorsSettingsOutput) ToCorsSettingsOutputWithContext

func (o CorsSettingsOutput) ToCorsSettingsOutputWithContext(ctx context.Context) CorsSettingsOutput

func (CorsSettingsOutput) ToCorsSettingsPtrOutput

func (o CorsSettingsOutput) ToCorsSettingsPtrOutput() CorsSettingsPtrOutput

func (CorsSettingsOutput) ToCorsSettingsPtrOutputWithContext

func (o CorsSettingsOutput) ToCorsSettingsPtrOutputWithContext(ctx context.Context) CorsSettingsPtrOutput

type CorsSettingsPtrInput

type CorsSettingsPtrInput interface {
	pulumi.Input

	ToCorsSettingsPtrOutput() CorsSettingsPtrOutput
	ToCorsSettingsPtrOutputWithContext(context.Context) CorsSettingsPtrOutput
}

CorsSettingsPtrInput is an input type that accepts CorsSettingsArgs, CorsSettingsPtr and CorsSettingsPtrOutput values. You can construct a concrete instance of `CorsSettingsPtrInput` via:

        CorsSettingsArgs{...}

or:

        nil

type CorsSettingsPtrOutput

type CorsSettingsPtrOutput struct{ *pulumi.OutputState }

func (CorsSettingsPtrOutput) AllowedOrigins

func (o CorsSettingsPtrOutput) AllowedOrigins() pulumi.StringArrayOutput

Gets or sets the list of origins that should be allowed to make cross-origin calls (for example: http://example.com:12345). Use "*" to allow all.

func (CorsSettingsPtrOutput) Elem

func (CorsSettingsPtrOutput) ElementType

func (CorsSettingsPtrOutput) ElementType() reflect.Type

func (CorsSettingsPtrOutput) SupportCredentials

func (o CorsSettingsPtrOutput) SupportCredentials() pulumi.BoolPtrOutput

Gets or sets whether CORS requests with credentials are allowed. See https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS#Requests_with_credentials for more details.

func (CorsSettingsPtrOutput) ToCorsSettingsPtrOutput

func (o CorsSettingsPtrOutput) ToCorsSettingsPtrOutput() CorsSettingsPtrOutput

func (CorsSettingsPtrOutput) ToCorsSettingsPtrOutputWithContext

func (o CorsSettingsPtrOutput) ToCorsSettingsPtrOutputWithContext(ctx context.Context) CorsSettingsPtrOutput

type CorsSettingsResponse

type CorsSettingsResponse struct {
	// Gets or sets the list of origins that should be allowed to make cross-origin
	// calls (for example: http://example.com:12345). Use "*" to allow all.
	AllowedOrigins []string `pulumi:"allowedOrigins"`
	// Gets or sets whether CORS requests with credentials are allowed. See
	// https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS#Requests_with_credentials
	// for more details.
	SupportCredentials *bool `pulumi:"supportCredentials"`
}

Cross-Origin Resource Sharing (CORS) settings for the app.

type CorsSettingsResponseArgs

type CorsSettingsResponseArgs struct {
	// Gets or sets the list of origins that should be allowed to make cross-origin
	// calls (for example: http://example.com:12345). Use "*" to allow all.
	AllowedOrigins pulumi.StringArrayInput `pulumi:"allowedOrigins"`
	// Gets or sets whether CORS requests with credentials are allowed. See
	// https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS#Requests_with_credentials
	// for more details.
	SupportCredentials pulumi.BoolPtrInput `pulumi:"supportCredentials"`
}

Cross-Origin Resource Sharing (CORS) settings for the app.

func (CorsSettingsResponseArgs) ElementType

func (CorsSettingsResponseArgs) ElementType() reflect.Type

func (CorsSettingsResponseArgs) ToCorsSettingsResponseOutput

func (i CorsSettingsResponseArgs) ToCorsSettingsResponseOutput() CorsSettingsResponseOutput

func (CorsSettingsResponseArgs) ToCorsSettingsResponseOutputWithContext

func (i CorsSettingsResponseArgs) ToCorsSettingsResponseOutputWithContext(ctx context.Context) CorsSettingsResponseOutput

func (CorsSettingsResponseArgs) ToCorsSettingsResponsePtrOutput

func (i CorsSettingsResponseArgs) ToCorsSettingsResponsePtrOutput() CorsSettingsResponsePtrOutput

func (CorsSettingsResponseArgs) ToCorsSettingsResponsePtrOutputWithContext

func (i CorsSettingsResponseArgs) ToCorsSettingsResponsePtrOutputWithContext(ctx context.Context) CorsSettingsResponsePtrOutput

type CorsSettingsResponseInput

type CorsSettingsResponseInput interface {
	pulumi.Input

	ToCorsSettingsResponseOutput() CorsSettingsResponseOutput
	ToCorsSettingsResponseOutputWithContext(context.Context) CorsSettingsResponseOutput
}

CorsSettingsResponseInput is an input type that accepts CorsSettingsResponseArgs and CorsSettingsResponseOutput values. You can construct a concrete instance of `CorsSettingsResponseInput` via:

CorsSettingsResponseArgs{...}

type CorsSettingsResponseOutput

type CorsSettingsResponseOutput struct{ *pulumi.OutputState }

Cross-Origin Resource Sharing (CORS) settings for the app.

func (CorsSettingsResponseOutput) AllowedOrigins

Gets or sets the list of origins that should be allowed to make cross-origin calls (for example: http://example.com:12345). Use "*" to allow all.

func (CorsSettingsResponseOutput) ElementType

func (CorsSettingsResponseOutput) ElementType() reflect.Type

func (CorsSettingsResponseOutput) SupportCredentials

func (o CorsSettingsResponseOutput) SupportCredentials() pulumi.BoolPtrOutput

Gets or sets whether CORS requests with credentials are allowed. See https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS#Requests_with_credentials for more details.

func (CorsSettingsResponseOutput) ToCorsSettingsResponseOutput

func (o CorsSettingsResponseOutput) ToCorsSettingsResponseOutput() CorsSettingsResponseOutput

func (CorsSettingsResponseOutput) ToCorsSettingsResponseOutputWithContext

func (o CorsSettingsResponseOutput) ToCorsSettingsResponseOutputWithContext(ctx context.Context) CorsSettingsResponseOutput

func (CorsSettingsResponseOutput) ToCorsSettingsResponsePtrOutput

func (o CorsSettingsResponseOutput) ToCorsSettingsResponsePtrOutput() CorsSettingsResponsePtrOutput

func (CorsSettingsResponseOutput) ToCorsSettingsResponsePtrOutputWithContext

func (o CorsSettingsResponseOutput) ToCorsSettingsResponsePtrOutputWithContext(ctx context.Context) CorsSettingsResponsePtrOutput

type CorsSettingsResponsePtrInput

type CorsSettingsResponsePtrInput interface {
	pulumi.Input

	ToCorsSettingsResponsePtrOutput() CorsSettingsResponsePtrOutput
	ToCorsSettingsResponsePtrOutputWithContext(context.Context) CorsSettingsResponsePtrOutput
}

CorsSettingsResponsePtrInput is an input type that accepts CorsSettingsResponseArgs, CorsSettingsResponsePtr and CorsSettingsResponsePtrOutput values. You can construct a concrete instance of `CorsSettingsResponsePtrInput` via:

        CorsSettingsResponseArgs{...}

or:

        nil

type CorsSettingsResponsePtrOutput

type CorsSettingsResponsePtrOutput struct{ *pulumi.OutputState }

func (CorsSettingsResponsePtrOutput) AllowedOrigins

Gets or sets the list of origins that should be allowed to make cross-origin calls (for example: http://example.com:12345). Use "*" to allow all.

func (CorsSettingsResponsePtrOutput) Elem

func (CorsSettingsResponsePtrOutput) ElementType

func (CorsSettingsResponsePtrOutput) SupportCredentials

func (o CorsSettingsResponsePtrOutput) SupportCredentials() pulumi.BoolPtrOutput

Gets or sets whether CORS requests with credentials are allowed. See https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS#Requests_with_credentials for more details.

func (CorsSettingsResponsePtrOutput) ToCorsSettingsResponsePtrOutput

func (o CorsSettingsResponsePtrOutput) ToCorsSettingsResponsePtrOutput() CorsSettingsResponsePtrOutput

func (CorsSettingsResponsePtrOutput) ToCorsSettingsResponsePtrOutputWithContext

func (o CorsSettingsResponsePtrOutput) ToCorsSettingsResponsePtrOutputWithContext(ctx context.Context) CorsSettingsResponsePtrOutput

type CustomHostNameDnsRecordType added in v0.3.1

type CustomHostNameDnsRecordType pulumi.String

Custom DNS record type.

func (CustomHostNameDnsRecordType) ElementType added in v0.3.1

func (CustomHostNameDnsRecordType) ToStringOutput added in v0.3.1

func (e CustomHostNameDnsRecordType) ToStringOutput() pulumi.StringOutput

func (CustomHostNameDnsRecordType) ToStringOutputWithContext added in v0.3.1

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

func (CustomHostNameDnsRecordType) ToStringPtrOutput added in v0.3.1

func (e CustomHostNameDnsRecordType) ToStringPtrOutput() pulumi.StringPtrOutput

func (CustomHostNameDnsRecordType) ToStringPtrOutputWithContext added in v0.3.1

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

type DatabaseBackupSetting

type DatabaseBackupSetting struct {
	// Contains a connection string to a database which is being backed up or restored. If the restore should happen to a new database, the database name inside is the new one.
	ConnectionString *string `pulumi:"connectionString"`
	// Contains a connection string name that is linked to the SiteConfig.ConnectionStrings.
	// This is used during restore with overwrite connection strings options.
	ConnectionStringName *string `pulumi:"connectionStringName"`
	// Database type (e.g. SqlAzure / MySql).
	DatabaseType string  `pulumi:"databaseType"`
	Name         *string `pulumi:"name"`
}

Database backup settings.

type DatabaseBackupSettingArgs

type DatabaseBackupSettingArgs struct {
	// Contains a connection string to a database which is being backed up or restored. If the restore should happen to a new database, the database name inside is the new one.
	ConnectionString pulumi.StringPtrInput `pulumi:"connectionString"`
	// Contains a connection string name that is linked to the SiteConfig.ConnectionStrings.
	// This is used during restore with overwrite connection strings options.
	ConnectionStringName pulumi.StringPtrInput `pulumi:"connectionStringName"`
	// Database type (e.g. SqlAzure / MySql).
	DatabaseType pulumi.StringInput    `pulumi:"databaseType"`
	Name         pulumi.StringPtrInput `pulumi:"name"`
}

Database backup settings.

func (DatabaseBackupSettingArgs) ElementType

func (DatabaseBackupSettingArgs) ElementType() reflect.Type

func (DatabaseBackupSettingArgs) ToDatabaseBackupSettingOutput

func (i DatabaseBackupSettingArgs) ToDatabaseBackupSettingOutput() DatabaseBackupSettingOutput

func (DatabaseBackupSettingArgs) ToDatabaseBackupSettingOutputWithContext

func (i DatabaseBackupSettingArgs) ToDatabaseBackupSettingOutputWithContext(ctx context.Context) DatabaseBackupSettingOutput

type DatabaseBackupSettingArray

type DatabaseBackupSettingArray []DatabaseBackupSettingInput

func (DatabaseBackupSettingArray) ElementType

func (DatabaseBackupSettingArray) ElementType() reflect.Type

func (DatabaseBackupSettingArray) ToDatabaseBackupSettingArrayOutput

func (i DatabaseBackupSettingArray) ToDatabaseBackupSettingArrayOutput() DatabaseBackupSettingArrayOutput

func (DatabaseBackupSettingArray) ToDatabaseBackupSettingArrayOutputWithContext

func (i DatabaseBackupSettingArray) ToDatabaseBackupSettingArrayOutputWithContext(ctx context.Context) DatabaseBackupSettingArrayOutput

type DatabaseBackupSettingArrayInput

type DatabaseBackupSettingArrayInput interface {
	pulumi.Input

	ToDatabaseBackupSettingArrayOutput() DatabaseBackupSettingArrayOutput
	ToDatabaseBackupSettingArrayOutputWithContext(context.Context) DatabaseBackupSettingArrayOutput
}

DatabaseBackupSettingArrayInput is an input type that accepts DatabaseBackupSettingArray and DatabaseBackupSettingArrayOutput values. You can construct a concrete instance of `DatabaseBackupSettingArrayInput` via:

DatabaseBackupSettingArray{ DatabaseBackupSettingArgs{...} }

type DatabaseBackupSettingArrayOutput

type DatabaseBackupSettingArrayOutput struct{ *pulumi.OutputState }

func (DatabaseBackupSettingArrayOutput) ElementType

func (DatabaseBackupSettingArrayOutput) Index

func (DatabaseBackupSettingArrayOutput) ToDatabaseBackupSettingArrayOutput

func (o DatabaseBackupSettingArrayOutput) ToDatabaseBackupSettingArrayOutput() DatabaseBackupSettingArrayOutput

func (DatabaseBackupSettingArrayOutput) ToDatabaseBackupSettingArrayOutputWithContext

func (o DatabaseBackupSettingArrayOutput) ToDatabaseBackupSettingArrayOutputWithContext(ctx context.Context) DatabaseBackupSettingArrayOutput

type DatabaseBackupSettingInput

type DatabaseBackupSettingInput interface {
	pulumi.Input

	ToDatabaseBackupSettingOutput() DatabaseBackupSettingOutput
	ToDatabaseBackupSettingOutputWithContext(context.Context) DatabaseBackupSettingOutput
}

DatabaseBackupSettingInput is an input type that accepts DatabaseBackupSettingArgs and DatabaseBackupSettingOutput values. You can construct a concrete instance of `DatabaseBackupSettingInput` via:

DatabaseBackupSettingArgs{...}

type DatabaseBackupSettingOutput

type DatabaseBackupSettingOutput struct{ *pulumi.OutputState }

Database backup settings.

func (DatabaseBackupSettingOutput) ConnectionString

func (o DatabaseBackupSettingOutput) ConnectionString() pulumi.StringPtrOutput

Contains a connection string to a database which is being backed up or restored. If the restore should happen to a new database, the database name inside is the new one.

func (DatabaseBackupSettingOutput) ConnectionStringName

func (o DatabaseBackupSettingOutput) ConnectionStringName() pulumi.StringPtrOutput

Contains a connection string name that is linked to the SiteConfig.ConnectionStrings. This is used during restore with overwrite connection strings options.

func (DatabaseBackupSettingOutput) DatabaseType

Database type (e.g. SqlAzure / MySql).

func (DatabaseBackupSettingOutput) ElementType

func (DatabaseBackupSettingOutput) Name

func (DatabaseBackupSettingOutput) ToDatabaseBackupSettingOutput

func (o DatabaseBackupSettingOutput) ToDatabaseBackupSettingOutput() DatabaseBackupSettingOutput

func (DatabaseBackupSettingOutput) ToDatabaseBackupSettingOutputWithContext

func (o DatabaseBackupSettingOutput) ToDatabaseBackupSettingOutputWithContext(ctx context.Context) DatabaseBackupSettingOutput

type DatabaseBackupSettingResponse

type DatabaseBackupSettingResponse struct {
	// Contains a connection string to a database which is being backed up or restored. If the restore should happen to a new database, the database name inside is the new one.
	ConnectionString *string `pulumi:"connectionString"`
	// Contains a connection string name that is linked to the SiteConfig.ConnectionStrings.
	// This is used during restore with overwrite connection strings options.
	ConnectionStringName *string `pulumi:"connectionStringName"`
	// Database type (e.g. SqlAzure / MySql).
	DatabaseType string  `pulumi:"databaseType"`
	Name         *string `pulumi:"name"`
}

Database backup settings.

type DatabaseBackupSettingResponseArgs

type DatabaseBackupSettingResponseArgs struct {
	// Contains a connection string to a database which is being backed up or restored. If the restore should happen to a new database, the database name inside is the new one.
	ConnectionString pulumi.StringPtrInput `pulumi:"connectionString"`
	// Contains a connection string name that is linked to the SiteConfig.ConnectionStrings.
	// This is used during restore with overwrite connection strings options.
	ConnectionStringName pulumi.StringPtrInput `pulumi:"connectionStringName"`
	// Database type (e.g. SqlAzure / MySql).
	DatabaseType pulumi.StringInput    `pulumi:"databaseType"`
	Name         pulumi.StringPtrInput `pulumi:"name"`
}

Database backup settings.

func (DatabaseBackupSettingResponseArgs) ElementType

func (DatabaseBackupSettingResponseArgs) ToDatabaseBackupSettingResponseOutput

func (i DatabaseBackupSettingResponseArgs) ToDatabaseBackupSettingResponseOutput() DatabaseBackupSettingResponseOutput

func (DatabaseBackupSettingResponseArgs) ToDatabaseBackupSettingResponseOutputWithContext

func (i DatabaseBackupSettingResponseArgs) ToDatabaseBackupSettingResponseOutputWithContext(ctx context.Context) DatabaseBackupSettingResponseOutput

type DatabaseBackupSettingResponseArray

type DatabaseBackupSettingResponseArray []DatabaseBackupSettingResponseInput

func (DatabaseBackupSettingResponseArray) ElementType

func (DatabaseBackupSettingResponseArray) ToDatabaseBackupSettingResponseArrayOutput

func (i DatabaseBackupSettingResponseArray) ToDatabaseBackupSettingResponseArrayOutput() DatabaseBackupSettingResponseArrayOutput

func (DatabaseBackupSettingResponseArray) ToDatabaseBackupSettingResponseArrayOutputWithContext

func (i DatabaseBackupSettingResponseArray) ToDatabaseBackupSettingResponseArrayOutputWithContext(ctx context.Context) DatabaseBackupSettingResponseArrayOutput

type DatabaseBackupSettingResponseArrayInput

type DatabaseBackupSettingResponseArrayInput interface {
	pulumi.Input

	ToDatabaseBackupSettingResponseArrayOutput() DatabaseBackupSettingResponseArrayOutput
	ToDatabaseBackupSettingResponseArrayOutputWithContext(context.Context) DatabaseBackupSettingResponseArrayOutput
}

DatabaseBackupSettingResponseArrayInput is an input type that accepts DatabaseBackupSettingResponseArray and DatabaseBackupSettingResponseArrayOutput values. You can construct a concrete instance of `DatabaseBackupSettingResponseArrayInput` via:

DatabaseBackupSettingResponseArray{ DatabaseBackupSettingResponseArgs{...} }

type DatabaseBackupSettingResponseArrayOutput

type DatabaseBackupSettingResponseArrayOutput struct{ *pulumi.OutputState }

func (DatabaseBackupSettingResponseArrayOutput) ElementType

func (DatabaseBackupSettingResponseArrayOutput) Index

func (DatabaseBackupSettingResponseArrayOutput) ToDatabaseBackupSettingResponseArrayOutput

func (o DatabaseBackupSettingResponseArrayOutput) ToDatabaseBackupSettingResponseArrayOutput() DatabaseBackupSettingResponseArrayOutput

func (DatabaseBackupSettingResponseArrayOutput) ToDatabaseBackupSettingResponseArrayOutputWithContext

func (o DatabaseBackupSettingResponseArrayOutput) ToDatabaseBackupSettingResponseArrayOutputWithContext(ctx context.Context) DatabaseBackupSettingResponseArrayOutput

type DatabaseBackupSettingResponseInput

type DatabaseBackupSettingResponseInput interface {
	pulumi.Input

	ToDatabaseBackupSettingResponseOutput() DatabaseBackupSettingResponseOutput
	ToDatabaseBackupSettingResponseOutputWithContext(context.Context) DatabaseBackupSettingResponseOutput
}

DatabaseBackupSettingResponseInput is an input type that accepts DatabaseBackupSettingResponseArgs and DatabaseBackupSettingResponseOutput values. You can construct a concrete instance of `DatabaseBackupSettingResponseInput` via:

DatabaseBackupSettingResponseArgs{...}

type DatabaseBackupSettingResponseOutput

type DatabaseBackupSettingResponseOutput struct{ *pulumi.OutputState }

Database backup settings.

func (DatabaseBackupSettingResponseOutput) ConnectionString

Contains a connection string to a database which is being backed up or restored. If the restore should happen to a new database, the database name inside is the new one.

func (DatabaseBackupSettingResponseOutput) ConnectionStringName

Contains a connection string name that is linked to the SiteConfig.ConnectionStrings. This is used during restore with overwrite connection strings options.

func (DatabaseBackupSettingResponseOutput) DatabaseType

Database type (e.g. SqlAzure / MySql).

func (DatabaseBackupSettingResponseOutput) ElementType

func (DatabaseBackupSettingResponseOutput) Name

func (DatabaseBackupSettingResponseOutput) ToDatabaseBackupSettingResponseOutput

func (o DatabaseBackupSettingResponseOutput) ToDatabaseBackupSettingResponseOutput() DatabaseBackupSettingResponseOutput

func (DatabaseBackupSettingResponseOutput) ToDatabaseBackupSettingResponseOutputWithContext

func (o DatabaseBackupSettingResponseOutput) ToDatabaseBackupSettingResponseOutputWithContext(ctx context.Context) DatabaseBackupSettingResponseOutput

type DatabaseType added in v0.3.1

type DatabaseType pulumi.String

Database type (e.g. SqlAzure / MySql).

func (DatabaseType) ElementType added in v0.3.1

func (DatabaseType) ElementType() reflect.Type

func (DatabaseType) ToStringOutput added in v0.3.1

func (e DatabaseType) ToStringOutput() pulumi.StringOutput

func (DatabaseType) ToStringOutputWithContext added in v0.3.1

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

func (DatabaseType) ToStringPtrOutput added in v0.3.1

func (e DatabaseType) ToStringPtrOutput() pulumi.StringPtrOutput

func (DatabaseType) ToStringPtrOutputWithContext added in v0.3.1

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

type EnabledConfig added in v0.3.1

type EnabledConfig struct {
	// True if configuration is enabled, false if it is disabled and null if configuration is not set.
	Enabled *bool `pulumi:"enabled"`
}

Enabled configuration.

type EnabledConfigArgs added in v0.3.1

type EnabledConfigArgs struct {
	// True if configuration is enabled, false if it is disabled and null if configuration is not set.
	Enabled pulumi.BoolPtrInput `pulumi:"enabled"`
}

Enabled configuration.

func (EnabledConfigArgs) ElementType added in v0.3.1

func (EnabledConfigArgs) ElementType() reflect.Type

func (EnabledConfigArgs) ToEnabledConfigOutput added in v0.3.1

func (i EnabledConfigArgs) ToEnabledConfigOutput() EnabledConfigOutput

func (EnabledConfigArgs) ToEnabledConfigOutputWithContext added in v0.3.1

func (i EnabledConfigArgs) ToEnabledConfigOutputWithContext(ctx context.Context) EnabledConfigOutput

func (EnabledConfigArgs) ToEnabledConfigPtrOutput added in v0.3.1

func (i EnabledConfigArgs) ToEnabledConfigPtrOutput() EnabledConfigPtrOutput

func (EnabledConfigArgs) ToEnabledConfigPtrOutputWithContext added in v0.3.1

func (i EnabledConfigArgs) ToEnabledConfigPtrOutputWithContext(ctx context.Context) EnabledConfigPtrOutput

type EnabledConfigInput added in v0.3.1

type EnabledConfigInput interface {
	pulumi.Input

	ToEnabledConfigOutput() EnabledConfigOutput
	ToEnabledConfigOutputWithContext(context.Context) EnabledConfigOutput
}

EnabledConfigInput is an input type that accepts EnabledConfigArgs and EnabledConfigOutput values. You can construct a concrete instance of `EnabledConfigInput` via:

EnabledConfigArgs{...}

type EnabledConfigOutput added in v0.3.1

type EnabledConfigOutput struct{ *pulumi.OutputState }

Enabled configuration.

func (EnabledConfigOutput) ElementType added in v0.3.1

func (EnabledConfigOutput) ElementType() reflect.Type

func (EnabledConfigOutput) Enabled added in v0.3.1

True if configuration is enabled, false if it is disabled and null if configuration is not set.

func (EnabledConfigOutput) ToEnabledConfigOutput added in v0.3.1

func (o EnabledConfigOutput) ToEnabledConfigOutput() EnabledConfigOutput

func (EnabledConfigOutput) ToEnabledConfigOutputWithContext added in v0.3.1

func (o EnabledConfigOutput) ToEnabledConfigOutputWithContext(ctx context.Context) EnabledConfigOutput

func (EnabledConfigOutput) ToEnabledConfigPtrOutput added in v0.3.1

func (o EnabledConfigOutput) ToEnabledConfigPtrOutput() EnabledConfigPtrOutput

func (EnabledConfigOutput) ToEnabledConfigPtrOutputWithContext added in v0.3.1

func (o EnabledConfigOutput) ToEnabledConfigPtrOutputWithContext(ctx context.Context) EnabledConfigPtrOutput

type EnabledConfigPtrInput added in v0.3.1

type EnabledConfigPtrInput interface {
	pulumi.Input

	ToEnabledConfigPtrOutput() EnabledConfigPtrOutput
	ToEnabledConfigPtrOutputWithContext(context.Context) EnabledConfigPtrOutput
}

EnabledConfigPtrInput is an input type that accepts EnabledConfigArgs, EnabledConfigPtr and EnabledConfigPtrOutput values. You can construct a concrete instance of `EnabledConfigPtrInput` via:

        EnabledConfigArgs{...}

or:

        nil

func EnabledConfigPtr added in v0.3.1

func EnabledConfigPtr(v *EnabledConfigArgs) EnabledConfigPtrInput

type EnabledConfigPtrOutput added in v0.3.1

type EnabledConfigPtrOutput struct{ *pulumi.OutputState }

func (EnabledConfigPtrOutput) Elem added in v0.3.1

func (EnabledConfigPtrOutput) ElementType added in v0.3.1

func (EnabledConfigPtrOutput) ElementType() reflect.Type

func (EnabledConfigPtrOutput) Enabled added in v0.3.1

True if configuration is enabled, false if it is disabled and null if configuration is not set.

func (EnabledConfigPtrOutput) ToEnabledConfigPtrOutput added in v0.3.1

func (o EnabledConfigPtrOutput) ToEnabledConfigPtrOutput() EnabledConfigPtrOutput

func (EnabledConfigPtrOutput) ToEnabledConfigPtrOutputWithContext added in v0.3.1

func (o EnabledConfigPtrOutput) ToEnabledConfigPtrOutputWithContext(ctx context.Context) EnabledConfigPtrOutput

type EnabledConfigResponse added in v0.3.1

type EnabledConfigResponse struct {
	// True if configuration is enabled, false if it is disabled and null if configuration is not set.
	Enabled *bool `pulumi:"enabled"`
}

Enabled configuration.

type EnabledConfigResponseArgs added in v0.3.1

type EnabledConfigResponseArgs struct {
	// True if configuration is enabled, false if it is disabled and null if configuration is not set.
	Enabled pulumi.BoolPtrInput `pulumi:"enabled"`
}

Enabled configuration.

func (EnabledConfigResponseArgs) ElementType added in v0.3.1

func (EnabledConfigResponseArgs) ElementType() reflect.Type

func (EnabledConfigResponseArgs) ToEnabledConfigResponseOutput added in v0.3.1

func (i EnabledConfigResponseArgs) ToEnabledConfigResponseOutput() EnabledConfigResponseOutput

func (EnabledConfigResponseArgs) ToEnabledConfigResponseOutputWithContext added in v0.3.1

func (i EnabledConfigResponseArgs) ToEnabledConfigResponseOutputWithContext(ctx context.Context) EnabledConfigResponseOutput

func (EnabledConfigResponseArgs) ToEnabledConfigResponsePtrOutput added in v0.3.1

func (i EnabledConfigResponseArgs) ToEnabledConfigResponsePtrOutput() EnabledConfigResponsePtrOutput

func (EnabledConfigResponseArgs) ToEnabledConfigResponsePtrOutputWithContext added in v0.3.1

func (i EnabledConfigResponseArgs) ToEnabledConfigResponsePtrOutputWithContext(ctx context.Context) EnabledConfigResponsePtrOutput

type EnabledConfigResponseInput added in v0.3.1

type EnabledConfigResponseInput interface {
	pulumi.Input

	ToEnabledConfigResponseOutput() EnabledConfigResponseOutput
	ToEnabledConfigResponseOutputWithContext(context.Context) EnabledConfigResponseOutput
}

EnabledConfigResponseInput is an input type that accepts EnabledConfigResponseArgs and EnabledConfigResponseOutput values. You can construct a concrete instance of `EnabledConfigResponseInput` via:

EnabledConfigResponseArgs{...}

type EnabledConfigResponseOutput added in v0.3.1

type EnabledConfigResponseOutput struct{ *pulumi.OutputState }

Enabled configuration.

func (EnabledConfigResponseOutput) ElementType added in v0.3.1

func (EnabledConfigResponseOutput) Enabled added in v0.3.1

True if configuration is enabled, false if it is disabled and null if configuration is not set.

func (EnabledConfigResponseOutput) ToEnabledConfigResponseOutput added in v0.3.1

func (o EnabledConfigResponseOutput) ToEnabledConfigResponseOutput() EnabledConfigResponseOutput

func (EnabledConfigResponseOutput) ToEnabledConfigResponseOutputWithContext added in v0.3.1

func (o EnabledConfigResponseOutput) ToEnabledConfigResponseOutputWithContext(ctx context.Context) EnabledConfigResponseOutput

func (EnabledConfigResponseOutput) ToEnabledConfigResponsePtrOutput added in v0.3.1

func (o EnabledConfigResponseOutput) ToEnabledConfigResponsePtrOutput() EnabledConfigResponsePtrOutput

func (EnabledConfigResponseOutput) ToEnabledConfigResponsePtrOutputWithContext added in v0.3.1

func (o EnabledConfigResponseOutput) ToEnabledConfigResponsePtrOutputWithContext(ctx context.Context) EnabledConfigResponsePtrOutput

type EnabledConfigResponsePtrInput added in v0.3.1

type EnabledConfigResponsePtrInput interface {
	pulumi.Input

	ToEnabledConfigResponsePtrOutput() EnabledConfigResponsePtrOutput
	ToEnabledConfigResponsePtrOutputWithContext(context.Context) EnabledConfigResponsePtrOutput
}

EnabledConfigResponsePtrInput is an input type that accepts EnabledConfigResponseArgs, EnabledConfigResponsePtr and EnabledConfigResponsePtrOutput values. You can construct a concrete instance of `EnabledConfigResponsePtrInput` via:

        EnabledConfigResponseArgs{...}

or:

        nil

func EnabledConfigResponsePtr added in v0.3.1

func EnabledConfigResponsePtr(v *EnabledConfigResponseArgs) EnabledConfigResponsePtrInput

type EnabledConfigResponsePtrOutput added in v0.3.1

type EnabledConfigResponsePtrOutput struct{ *pulumi.OutputState }

func (EnabledConfigResponsePtrOutput) Elem added in v0.3.1

func (EnabledConfigResponsePtrOutput) ElementType added in v0.3.1

func (EnabledConfigResponsePtrOutput) Enabled added in v0.3.1

True if configuration is enabled, false if it is disabled and null if configuration is not set.

func (EnabledConfigResponsePtrOutput) ToEnabledConfigResponsePtrOutput added in v0.3.1

func (o EnabledConfigResponsePtrOutput) ToEnabledConfigResponsePtrOutput() EnabledConfigResponsePtrOutput

func (EnabledConfigResponsePtrOutput) ToEnabledConfigResponsePtrOutputWithContext added in v0.3.1

func (o EnabledConfigResponsePtrOutput) ToEnabledConfigResponsePtrOutputWithContext(ctx context.Context) EnabledConfigResponsePtrOutput

type Experiments

type Experiments struct {
	// List of ramp-up rules.
	RampUpRules []RampUpRule `pulumi:"rampUpRules"`
}

Routing rules in production experiments.

type ExperimentsArgs

type ExperimentsArgs struct {
	// List of ramp-up rules.
	RampUpRules RampUpRuleArrayInput `pulumi:"rampUpRules"`
}

Routing rules in production experiments.

func (ExperimentsArgs) ElementType

func (ExperimentsArgs) ElementType() reflect.Type

func (ExperimentsArgs) ToExperimentsOutput

func (i ExperimentsArgs) ToExperimentsOutput() ExperimentsOutput

func (ExperimentsArgs) ToExperimentsOutputWithContext

func (i ExperimentsArgs) ToExperimentsOutputWithContext(ctx context.Context) ExperimentsOutput

func (ExperimentsArgs) ToExperimentsPtrOutput

func (i ExperimentsArgs) ToExperimentsPtrOutput() ExperimentsPtrOutput

func (ExperimentsArgs) ToExperimentsPtrOutputWithContext

func (i ExperimentsArgs) ToExperimentsPtrOutputWithContext(ctx context.Context) ExperimentsPtrOutput

type ExperimentsInput

type ExperimentsInput interface {
	pulumi.Input

	ToExperimentsOutput() ExperimentsOutput
	ToExperimentsOutputWithContext(context.Context) ExperimentsOutput
}

ExperimentsInput is an input type that accepts ExperimentsArgs and ExperimentsOutput values. You can construct a concrete instance of `ExperimentsInput` via:

ExperimentsArgs{...}

type ExperimentsOutput

type ExperimentsOutput struct{ *pulumi.OutputState }

Routing rules in production experiments.

func (ExperimentsOutput) ElementType

func (ExperimentsOutput) ElementType() reflect.Type

func (ExperimentsOutput) RampUpRules

func (o ExperimentsOutput) RampUpRules() RampUpRuleArrayOutput

List of ramp-up rules.

func (ExperimentsOutput) ToExperimentsOutput

func (o ExperimentsOutput) ToExperimentsOutput() ExperimentsOutput

func (ExperimentsOutput) ToExperimentsOutputWithContext

func (o ExperimentsOutput) ToExperimentsOutputWithContext(ctx context.Context) ExperimentsOutput

func (ExperimentsOutput) ToExperimentsPtrOutput

func (o ExperimentsOutput) ToExperimentsPtrOutput() ExperimentsPtrOutput

func (ExperimentsOutput) ToExperimentsPtrOutputWithContext

func (o ExperimentsOutput) ToExperimentsPtrOutputWithContext(ctx context.Context) ExperimentsPtrOutput

type ExperimentsPtrInput

type ExperimentsPtrInput interface {
	pulumi.Input

	ToExperimentsPtrOutput() ExperimentsPtrOutput
	ToExperimentsPtrOutputWithContext(context.Context) ExperimentsPtrOutput
}

ExperimentsPtrInput is an input type that accepts ExperimentsArgs, ExperimentsPtr and ExperimentsPtrOutput values. You can construct a concrete instance of `ExperimentsPtrInput` via:

        ExperimentsArgs{...}

or:

        nil

func ExperimentsPtr

func ExperimentsPtr(v *ExperimentsArgs) ExperimentsPtrInput

type ExperimentsPtrOutput

type ExperimentsPtrOutput struct{ *pulumi.OutputState }

func (ExperimentsPtrOutput) Elem

func (ExperimentsPtrOutput) ElementType

func (ExperimentsPtrOutput) ElementType() reflect.Type

func (ExperimentsPtrOutput) RampUpRules

List of ramp-up rules.

func (ExperimentsPtrOutput) ToExperimentsPtrOutput

func (o ExperimentsPtrOutput) ToExperimentsPtrOutput() ExperimentsPtrOutput

func (ExperimentsPtrOutput) ToExperimentsPtrOutputWithContext

func (o ExperimentsPtrOutput) ToExperimentsPtrOutputWithContext(ctx context.Context) ExperimentsPtrOutput

type ExperimentsResponse

type ExperimentsResponse struct {
	// List of ramp-up rules.
	RampUpRules []RampUpRuleResponse `pulumi:"rampUpRules"`
}

Routing rules in production experiments.

type ExperimentsResponseArgs

type ExperimentsResponseArgs struct {
	// List of ramp-up rules.
	RampUpRules RampUpRuleResponseArrayInput `pulumi:"rampUpRules"`
}

Routing rules in production experiments.

func (ExperimentsResponseArgs) ElementType

func (ExperimentsResponseArgs) ElementType() reflect.Type

func (ExperimentsResponseArgs) ToExperimentsResponseOutput

func (i ExperimentsResponseArgs) ToExperimentsResponseOutput() ExperimentsResponseOutput

func (ExperimentsResponseArgs) ToExperimentsResponseOutputWithContext

func (i ExperimentsResponseArgs) ToExperimentsResponseOutputWithContext(ctx context.Context) ExperimentsResponseOutput

func (ExperimentsResponseArgs) ToExperimentsResponsePtrOutput

func (i ExperimentsResponseArgs) ToExperimentsResponsePtrOutput() ExperimentsResponsePtrOutput

func (ExperimentsResponseArgs) ToExperimentsResponsePtrOutputWithContext

func (i ExperimentsResponseArgs) ToExperimentsResponsePtrOutputWithContext(ctx context.Context) ExperimentsResponsePtrOutput

type ExperimentsResponseInput

type ExperimentsResponseInput interface {
	pulumi.Input

	ToExperimentsResponseOutput() ExperimentsResponseOutput
	ToExperimentsResponseOutputWithContext(context.Context) ExperimentsResponseOutput
}

ExperimentsResponseInput is an input type that accepts ExperimentsResponseArgs and ExperimentsResponseOutput values. You can construct a concrete instance of `ExperimentsResponseInput` via:

ExperimentsResponseArgs{...}

type ExperimentsResponseOutput

type ExperimentsResponseOutput struct{ *pulumi.OutputState }

Routing rules in production experiments.

func (ExperimentsResponseOutput) ElementType

func (ExperimentsResponseOutput) ElementType() reflect.Type

func (ExperimentsResponseOutput) RampUpRules

List of ramp-up rules.

func (ExperimentsResponseOutput) ToExperimentsResponseOutput

func (o ExperimentsResponseOutput) ToExperimentsResponseOutput() ExperimentsResponseOutput

func (ExperimentsResponseOutput) ToExperimentsResponseOutputWithContext

func (o ExperimentsResponseOutput) ToExperimentsResponseOutputWithContext(ctx context.Context) ExperimentsResponseOutput

func (ExperimentsResponseOutput) ToExperimentsResponsePtrOutput

func (o ExperimentsResponseOutput) ToExperimentsResponsePtrOutput() ExperimentsResponsePtrOutput

func (ExperimentsResponseOutput) ToExperimentsResponsePtrOutputWithContext

func (o ExperimentsResponseOutput) ToExperimentsResponsePtrOutputWithContext(ctx context.Context) ExperimentsResponsePtrOutput

type ExperimentsResponsePtrInput

type ExperimentsResponsePtrInput interface {
	pulumi.Input

	ToExperimentsResponsePtrOutput() ExperimentsResponsePtrOutput
	ToExperimentsResponsePtrOutputWithContext(context.Context) ExperimentsResponsePtrOutput
}

ExperimentsResponsePtrInput is an input type that accepts ExperimentsResponseArgs, ExperimentsResponsePtr and ExperimentsResponsePtrOutput values. You can construct a concrete instance of `ExperimentsResponsePtrInput` via:

        ExperimentsResponseArgs{...}

or:

        nil

type ExperimentsResponsePtrOutput

type ExperimentsResponsePtrOutput struct{ *pulumi.OutputState }

func (ExperimentsResponsePtrOutput) Elem

func (ExperimentsResponsePtrOutput) ElementType

func (ExperimentsResponsePtrOutput) RampUpRules

List of ramp-up rules.

func (ExperimentsResponsePtrOutput) ToExperimentsResponsePtrOutput

func (o ExperimentsResponsePtrOutput) ToExperimentsResponsePtrOutput() ExperimentsResponsePtrOutput

func (ExperimentsResponsePtrOutput) ToExperimentsResponsePtrOutputWithContext

func (o ExperimentsResponsePtrOutput) ToExperimentsResponsePtrOutputWithContext(ctx context.Context) ExperimentsResponsePtrOutput

type FileSystemApplicationLogsConfig added in v0.3.1

type FileSystemApplicationLogsConfig struct {
	// Log level.
	Level *string `pulumi:"level"`
}

Application logs to file system configuration.

type FileSystemApplicationLogsConfigArgs added in v0.3.1

type FileSystemApplicationLogsConfigArgs struct {
	// Log level.
	Level *LogLevel `pulumi:"level"`
}

Application logs to file system configuration.

func (FileSystemApplicationLogsConfigArgs) ElementType added in v0.3.1

func (FileSystemApplicationLogsConfigArgs) ToFileSystemApplicationLogsConfigOutput added in v0.3.1

func (i FileSystemApplicationLogsConfigArgs) ToFileSystemApplicationLogsConfigOutput() FileSystemApplicationLogsConfigOutput

func (FileSystemApplicationLogsConfigArgs) ToFileSystemApplicationLogsConfigOutputWithContext added in v0.3.1

func (i FileSystemApplicationLogsConfigArgs) ToFileSystemApplicationLogsConfigOutputWithContext(ctx context.Context) FileSystemApplicationLogsConfigOutput

func (FileSystemApplicationLogsConfigArgs) ToFileSystemApplicationLogsConfigPtrOutput added in v0.3.1

func (i FileSystemApplicationLogsConfigArgs) ToFileSystemApplicationLogsConfigPtrOutput() FileSystemApplicationLogsConfigPtrOutput

func (FileSystemApplicationLogsConfigArgs) ToFileSystemApplicationLogsConfigPtrOutputWithContext added in v0.3.1

func (i FileSystemApplicationLogsConfigArgs) ToFileSystemApplicationLogsConfigPtrOutputWithContext(ctx context.Context) FileSystemApplicationLogsConfigPtrOutput

type FileSystemApplicationLogsConfigInput added in v0.3.1

type FileSystemApplicationLogsConfigInput interface {
	pulumi.Input

	ToFileSystemApplicationLogsConfigOutput() FileSystemApplicationLogsConfigOutput
	ToFileSystemApplicationLogsConfigOutputWithContext(context.Context) FileSystemApplicationLogsConfigOutput
}

FileSystemApplicationLogsConfigInput is an input type that accepts FileSystemApplicationLogsConfigArgs and FileSystemApplicationLogsConfigOutput values. You can construct a concrete instance of `FileSystemApplicationLogsConfigInput` via:

FileSystemApplicationLogsConfigArgs{...}

type FileSystemApplicationLogsConfigOutput added in v0.3.1

type FileSystemApplicationLogsConfigOutput struct{ *pulumi.OutputState }

Application logs to file system configuration.

func (FileSystemApplicationLogsConfigOutput) ElementType added in v0.3.1

func (FileSystemApplicationLogsConfigOutput) Level added in v0.3.1

Log level.

func (FileSystemApplicationLogsConfigOutput) ToFileSystemApplicationLogsConfigOutput added in v0.3.1

func (o FileSystemApplicationLogsConfigOutput) ToFileSystemApplicationLogsConfigOutput() FileSystemApplicationLogsConfigOutput

func (FileSystemApplicationLogsConfigOutput) ToFileSystemApplicationLogsConfigOutputWithContext added in v0.3.1

func (o FileSystemApplicationLogsConfigOutput) ToFileSystemApplicationLogsConfigOutputWithContext(ctx context.Context) FileSystemApplicationLogsConfigOutput

func (FileSystemApplicationLogsConfigOutput) ToFileSystemApplicationLogsConfigPtrOutput added in v0.3.1

func (o FileSystemApplicationLogsConfigOutput) ToFileSystemApplicationLogsConfigPtrOutput() FileSystemApplicationLogsConfigPtrOutput

func (FileSystemApplicationLogsConfigOutput) ToFileSystemApplicationLogsConfigPtrOutputWithContext added in v0.3.1

func (o FileSystemApplicationLogsConfigOutput) ToFileSystemApplicationLogsConfigPtrOutputWithContext(ctx context.Context) FileSystemApplicationLogsConfigPtrOutput

type FileSystemApplicationLogsConfigPtrInput added in v0.3.1

type FileSystemApplicationLogsConfigPtrInput interface {
	pulumi.Input

	ToFileSystemApplicationLogsConfigPtrOutput() FileSystemApplicationLogsConfigPtrOutput
	ToFileSystemApplicationLogsConfigPtrOutputWithContext(context.Context) FileSystemApplicationLogsConfigPtrOutput
}

FileSystemApplicationLogsConfigPtrInput is an input type that accepts FileSystemApplicationLogsConfigArgs, FileSystemApplicationLogsConfigPtr and FileSystemApplicationLogsConfigPtrOutput values. You can construct a concrete instance of `FileSystemApplicationLogsConfigPtrInput` via:

        FileSystemApplicationLogsConfigArgs{...}

or:

        nil

type FileSystemApplicationLogsConfigPtrOutput added in v0.3.1

type FileSystemApplicationLogsConfigPtrOutput struct{ *pulumi.OutputState }

func (FileSystemApplicationLogsConfigPtrOutput) Elem added in v0.3.1

func (FileSystemApplicationLogsConfigPtrOutput) ElementType added in v0.3.1

func (FileSystemApplicationLogsConfigPtrOutput) Level added in v0.3.1

Log level.

func (FileSystemApplicationLogsConfigPtrOutput) ToFileSystemApplicationLogsConfigPtrOutput added in v0.3.1

func (o FileSystemApplicationLogsConfigPtrOutput) ToFileSystemApplicationLogsConfigPtrOutput() FileSystemApplicationLogsConfigPtrOutput

func (FileSystemApplicationLogsConfigPtrOutput) ToFileSystemApplicationLogsConfigPtrOutputWithContext added in v0.3.1

func (o FileSystemApplicationLogsConfigPtrOutput) ToFileSystemApplicationLogsConfigPtrOutputWithContext(ctx context.Context) FileSystemApplicationLogsConfigPtrOutput

type FileSystemApplicationLogsConfigResponse added in v0.3.1

type FileSystemApplicationLogsConfigResponse struct {
	// Log level.
	Level *string `pulumi:"level"`
}

Application logs to file system configuration.

type FileSystemApplicationLogsConfigResponseArgs added in v0.3.1

type FileSystemApplicationLogsConfigResponseArgs struct {
	// Log level.
	Level pulumi.StringPtrInput `pulumi:"level"`
}

Application logs to file system configuration.

func (FileSystemApplicationLogsConfigResponseArgs) ElementType added in v0.3.1

func (FileSystemApplicationLogsConfigResponseArgs) ToFileSystemApplicationLogsConfigResponseOutput added in v0.3.1

func (i FileSystemApplicationLogsConfigResponseArgs) ToFileSystemApplicationLogsConfigResponseOutput() FileSystemApplicationLogsConfigResponseOutput

func (FileSystemApplicationLogsConfigResponseArgs) ToFileSystemApplicationLogsConfigResponseOutputWithContext added in v0.3.1

func (i FileSystemApplicationLogsConfigResponseArgs) ToFileSystemApplicationLogsConfigResponseOutputWithContext(ctx context.Context) FileSystemApplicationLogsConfigResponseOutput

func (FileSystemApplicationLogsConfigResponseArgs) ToFileSystemApplicationLogsConfigResponsePtrOutput added in v0.3.1

func (i FileSystemApplicationLogsConfigResponseArgs) ToFileSystemApplicationLogsConfigResponsePtrOutput() FileSystemApplicationLogsConfigResponsePtrOutput

func (FileSystemApplicationLogsConfigResponseArgs) ToFileSystemApplicationLogsConfigResponsePtrOutputWithContext added in v0.3.1

func (i FileSystemApplicationLogsConfigResponseArgs) ToFileSystemApplicationLogsConfigResponsePtrOutputWithContext(ctx context.Context) FileSystemApplicationLogsConfigResponsePtrOutput

type FileSystemApplicationLogsConfigResponseInput added in v0.3.1

type FileSystemApplicationLogsConfigResponseInput interface {
	pulumi.Input

	ToFileSystemApplicationLogsConfigResponseOutput() FileSystemApplicationLogsConfigResponseOutput
	ToFileSystemApplicationLogsConfigResponseOutputWithContext(context.Context) FileSystemApplicationLogsConfigResponseOutput
}

FileSystemApplicationLogsConfigResponseInput is an input type that accepts FileSystemApplicationLogsConfigResponseArgs and FileSystemApplicationLogsConfigResponseOutput values. You can construct a concrete instance of `FileSystemApplicationLogsConfigResponseInput` via:

FileSystemApplicationLogsConfigResponseArgs{...}

type FileSystemApplicationLogsConfigResponseOutput added in v0.3.1

type FileSystemApplicationLogsConfigResponseOutput struct{ *pulumi.OutputState }

Application logs to file system configuration.

func (FileSystemApplicationLogsConfigResponseOutput) ElementType added in v0.3.1

func (FileSystemApplicationLogsConfigResponseOutput) Level added in v0.3.1

Log level.

func (FileSystemApplicationLogsConfigResponseOutput) ToFileSystemApplicationLogsConfigResponseOutput added in v0.3.1

func (o FileSystemApplicationLogsConfigResponseOutput) ToFileSystemApplicationLogsConfigResponseOutput() FileSystemApplicationLogsConfigResponseOutput

func (FileSystemApplicationLogsConfigResponseOutput) ToFileSystemApplicationLogsConfigResponseOutputWithContext added in v0.3.1

func (o FileSystemApplicationLogsConfigResponseOutput) ToFileSystemApplicationLogsConfigResponseOutputWithContext(ctx context.Context) FileSystemApplicationLogsConfigResponseOutput

func (FileSystemApplicationLogsConfigResponseOutput) ToFileSystemApplicationLogsConfigResponsePtrOutput added in v0.3.1

func (o FileSystemApplicationLogsConfigResponseOutput) ToFileSystemApplicationLogsConfigResponsePtrOutput() FileSystemApplicationLogsConfigResponsePtrOutput

func (FileSystemApplicationLogsConfigResponseOutput) ToFileSystemApplicationLogsConfigResponsePtrOutputWithContext added in v0.3.1

func (o FileSystemApplicationLogsConfigResponseOutput) ToFileSystemApplicationLogsConfigResponsePtrOutputWithContext(ctx context.Context) FileSystemApplicationLogsConfigResponsePtrOutput

type FileSystemApplicationLogsConfigResponsePtrInput added in v0.3.1

type FileSystemApplicationLogsConfigResponsePtrInput interface {
	pulumi.Input

	ToFileSystemApplicationLogsConfigResponsePtrOutput() FileSystemApplicationLogsConfigResponsePtrOutput
	ToFileSystemApplicationLogsConfigResponsePtrOutputWithContext(context.Context) FileSystemApplicationLogsConfigResponsePtrOutput
}

FileSystemApplicationLogsConfigResponsePtrInput is an input type that accepts FileSystemApplicationLogsConfigResponseArgs, FileSystemApplicationLogsConfigResponsePtr and FileSystemApplicationLogsConfigResponsePtrOutput values. You can construct a concrete instance of `FileSystemApplicationLogsConfigResponsePtrInput` via:

        FileSystemApplicationLogsConfigResponseArgs{...}

or:

        nil

type FileSystemApplicationLogsConfigResponsePtrOutput added in v0.3.1

type FileSystemApplicationLogsConfigResponsePtrOutput struct{ *pulumi.OutputState }

func (FileSystemApplicationLogsConfigResponsePtrOutput) Elem added in v0.3.1

func (FileSystemApplicationLogsConfigResponsePtrOutput) ElementType added in v0.3.1

func (FileSystemApplicationLogsConfigResponsePtrOutput) Level added in v0.3.1

Log level.

func (FileSystemApplicationLogsConfigResponsePtrOutput) ToFileSystemApplicationLogsConfigResponsePtrOutput added in v0.3.1

func (o FileSystemApplicationLogsConfigResponsePtrOutput) ToFileSystemApplicationLogsConfigResponsePtrOutput() FileSystemApplicationLogsConfigResponsePtrOutput

func (FileSystemApplicationLogsConfigResponsePtrOutput) ToFileSystemApplicationLogsConfigResponsePtrOutputWithContext added in v0.3.1

func (o FileSystemApplicationLogsConfigResponsePtrOutput) ToFileSystemApplicationLogsConfigResponsePtrOutputWithContext(ctx context.Context) FileSystemApplicationLogsConfigResponsePtrOutput

type FileSystemHttpLogsConfig added in v0.3.1

type FileSystemHttpLogsConfig struct {
	// True if configuration is enabled, false if it is disabled and null if configuration is not set.
	Enabled *bool `pulumi:"enabled"`
	// Retention in days.
	// Remove files older than X days.
	// 0 or lower means no retention.
	RetentionInDays *int `pulumi:"retentionInDays"`
	// Maximum size in megabytes that http log files can use.
	// When reached old log files will be removed to make space for new ones.
	// Value can range between 25 and 100.
	RetentionInMb *int `pulumi:"retentionInMb"`
}

Http logs to file system configuration.

type FileSystemHttpLogsConfigArgs added in v0.3.1

type FileSystemHttpLogsConfigArgs struct {
	// True if configuration is enabled, false if it is disabled and null if configuration is not set.
	Enabled pulumi.BoolPtrInput `pulumi:"enabled"`
	// Retention in days.
	// Remove files older than X days.
	// 0 or lower means no retention.
	RetentionInDays pulumi.IntPtrInput `pulumi:"retentionInDays"`
	// Maximum size in megabytes that http log files can use.
	// When reached old log files will be removed to make space for new ones.
	// Value can range between 25 and 100.
	RetentionInMb pulumi.IntPtrInput `pulumi:"retentionInMb"`
}

Http logs to file system configuration.

func (FileSystemHttpLogsConfigArgs) ElementType added in v0.3.1

func (FileSystemHttpLogsConfigArgs) ToFileSystemHttpLogsConfigOutput added in v0.3.1

func (i FileSystemHttpLogsConfigArgs) ToFileSystemHttpLogsConfigOutput() FileSystemHttpLogsConfigOutput

func (FileSystemHttpLogsConfigArgs) ToFileSystemHttpLogsConfigOutputWithContext added in v0.3.1

func (i FileSystemHttpLogsConfigArgs) ToFileSystemHttpLogsConfigOutputWithContext(ctx context.Context) FileSystemHttpLogsConfigOutput

func (FileSystemHttpLogsConfigArgs) ToFileSystemHttpLogsConfigPtrOutput added in v0.3.1

func (i FileSystemHttpLogsConfigArgs) ToFileSystemHttpLogsConfigPtrOutput() FileSystemHttpLogsConfigPtrOutput

func (FileSystemHttpLogsConfigArgs) ToFileSystemHttpLogsConfigPtrOutputWithContext added in v0.3.1

func (i FileSystemHttpLogsConfigArgs) ToFileSystemHttpLogsConfigPtrOutputWithContext(ctx context.Context) FileSystemHttpLogsConfigPtrOutput

type FileSystemHttpLogsConfigInput added in v0.3.1

type FileSystemHttpLogsConfigInput interface {
	pulumi.Input

	ToFileSystemHttpLogsConfigOutput() FileSystemHttpLogsConfigOutput
	ToFileSystemHttpLogsConfigOutputWithContext(context.Context) FileSystemHttpLogsConfigOutput
}

FileSystemHttpLogsConfigInput is an input type that accepts FileSystemHttpLogsConfigArgs and FileSystemHttpLogsConfigOutput values. You can construct a concrete instance of `FileSystemHttpLogsConfigInput` via:

FileSystemHttpLogsConfigArgs{...}

type FileSystemHttpLogsConfigOutput added in v0.3.1

type FileSystemHttpLogsConfigOutput struct{ *pulumi.OutputState }

Http logs to file system configuration.

func (FileSystemHttpLogsConfigOutput) ElementType added in v0.3.1

func (FileSystemHttpLogsConfigOutput) Enabled added in v0.3.1

True if configuration is enabled, false if it is disabled and null if configuration is not set.

func (FileSystemHttpLogsConfigOutput) RetentionInDays added in v0.3.1

Retention in days. Remove files older than X days. 0 or lower means no retention.

func (FileSystemHttpLogsConfigOutput) RetentionInMb added in v0.3.1

Maximum size in megabytes that http log files can use. When reached old log files will be removed to make space for new ones. Value can range between 25 and 100.

func (FileSystemHttpLogsConfigOutput) ToFileSystemHttpLogsConfigOutput added in v0.3.1

func (o FileSystemHttpLogsConfigOutput) ToFileSystemHttpLogsConfigOutput() FileSystemHttpLogsConfigOutput

func (FileSystemHttpLogsConfigOutput) ToFileSystemHttpLogsConfigOutputWithContext added in v0.3.1

func (o FileSystemHttpLogsConfigOutput) ToFileSystemHttpLogsConfigOutputWithContext(ctx context.Context) FileSystemHttpLogsConfigOutput

func (FileSystemHttpLogsConfigOutput) ToFileSystemHttpLogsConfigPtrOutput added in v0.3.1

func (o FileSystemHttpLogsConfigOutput) ToFileSystemHttpLogsConfigPtrOutput() FileSystemHttpLogsConfigPtrOutput

func (FileSystemHttpLogsConfigOutput) ToFileSystemHttpLogsConfigPtrOutputWithContext added in v0.3.1

func (o FileSystemHttpLogsConfigOutput) ToFileSystemHttpLogsConfigPtrOutputWithContext(ctx context.Context) FileSystemHttpLogsConfigPtrOutput

type FileSystemHttpLogsConfigPtrInput added in v0.3.1

type FileSystemHttpLogsConfigPtrInput interface {
	pulumi.Input

	ToFileSystemHttpLogsConfigPtrOutput() FileSystemHttpLogsConfigPtrOutput
	ToFileSystemHttpLogsConfigPtrOutputWithContext(context.Context) FileSystemHttpLogsConfigPtrOutput
}

FileSystemHttpLogsConfigPtrInput is an input type that accepts FileSystemHttpLogsConfigArgs, FileSystemHttpLogsConfigPtr and FileSystemHttpLogsConfigPtrOutput values. You can construct a concrete instance of `FileSystemHttpLogsConfigPtrInput` via:

        FileSystemHttpLogsConfigArgs{...}

or:

        nil

func FileSystemHttpLogsConfigPtr added in v0.3.1

func FileSystemHttpLogsConfigPtr(v *FileSystemHttpLogsConfigArgs) FileSystemHttpLogsConfigPtrInput

type FileSystemHttpLogsConfigPtrOutput added in v0.3.1

type FileSystemHttpLogsConfigPtrOutput struct{ *pulumi.OutputState }

func (FileSystemHttpLogsConfigPtrOutput) Elem added in v0.3.1

func (FileSystemHttpLogsConfigPtrOutput) ElementType added in v0.3.1

func (FileSystemHttpLogsConfigPtrOutput) Enabled added in v0.3.1

True if configuration is enabled, false if it is disabled and null if configuration is not set.

func (FileSystemHttpLogsConfigPtrOutput) RetentionInDays added in v0.3.1

Retention in days. Remove files older than X days. 0 or lower means no retention.

func (FileSystemHttpLogsConfigPtrOutput) RetentionInMb added in v0.3.1

Maximum size in megabytes that http log files can use. When reached old log files will be removed to make space for new ones. Value can range between 25 and 100.

func (FileSystemHttpLogsConfigPtrOutput) ToFileSystemHttpLogsConfigPtrOutput added in v0.3.1

func (o FileSystemHttpLogsConfigPtrOutput) ToFileSystemHttpLogsConfigPtrOutput() FileSystemHttpLogsConfigPtrOutput

func (FileSystemHttpLogsConfigPtrOutput) ToFileSystemHttpLogsConfigPtrOutputWithContext added in v0.3.1

func (o FileSystemHttpLogsConfigPtrOutput) ToFileSystemHttpLogsConfigPtrOutputWithContext(ctx context.Context) FileSystemHttpLogsConfigPtrOutput

type FileSystemHttpLogsConfigResponse added in v0.3.1

type FileSystemHttpLogsConfigResponse struct {
	// True if configuration is enabled, false if it is disabled and null if configuration is not set.
	Enabled *bool `pulumi:"enabled"`
	// Retention in days.
	// Remove files older than X days.
	// 0 or lower means no retention.
	RetentionInDays *int `pulumi:"retentionInDays"`
	// Maximum size in megabytes that http log files can use.
	// When reached old log files will be removed to make space for new ones.
	// Value can range between 25 and 100.
	RetentionInMb *int `pulumi:"retentionInMb"`
}

Http logs to file system configuration.

type FileSystemHttpLogsConfigResponseArgs added in v0.3.1

type FileSystemHttpLogsConfigResponseArgs struct {
	// True if configuration is enabled, false if it is disabled and null if configuration is not set.
	Enabled pulumi.BoolPtrInput `pulumi:"enabled"`
	// Retention in days.
	// Remove files older than X days.
	// 0 or lower means no retention.
	RetentionInDays pulumi.IntPtrInput `pulumi:"retentionInDays"`
	// Maximum size in megabytes that http log files can use.
	// When reached old log files will be removed to make space for new ones.
	// Value can range between 25 and 100.
	RetentionInMb pulumi.IntPtrInput `pulumi:"retentionInMb"`
}

Http logs to file system configuration.

func (FileSystemHttpLogsConfigResponseArgs) ElementType added in v0.3.1

func (FileSystemHttpLogsConfigResponseArgs) ToFileSystemHttpLogsConfigResponseOutput added in v0.3.1

func (i FileSystemHttpLogsConfigResponseArgs) ToFileSystemHttpLogsConfigResponseOutput() FileSystemHttpLogsConfigResponseOutput

func (FileSystemHttpLogsConfigResponseArgs) ToFileSystemHttpLogsConfigResponseOutputWithContext added in v0.3.1

func (i FileSystemHttpLogsConfigResponseArgs) ToFileSystemHttpLogsConfigResponseOutputWithContext(ctx context.Context) FileSystemHttpLogsConfigResponseOutput

func (FileSystemHttpLogsConfigResponseArgs) ToFileSystemHttpLogsConfigResponsePtrOutput added in v0.3.1

func (i FileSystemHttpLogsConfigResponseArgs) ToFileSystemHttpLogsConfigResponsePtrOutput() FileSystemHttpLogsConfigResponsePtrOutput

func (FileSystemHttpLogsConfigResponseArgs) ToFileSystemHttpLogsConfigResponsePtrOutputWithContext added in v0.3.1

func (i FileSystemHttpLogsConfigResponseArgs) ToFileSystemHttpLogsConfigResponsePtrOutputWithContext(ctx context.Context) FileSystemHttpLogsConfigResponsePtrOutput

type FileSystemHttpLogsConfigResponseInput added in v0.3.1

type FileSystemHttpLogsConfigResponseInput interface {
	pulumi.Input

	ToFileSystemHttpLogsConfigResponseOutput() FileSystemHttpLogsConfigResponseOutput
	ToFileSystemHttpLogsConfigResponseOutputWithContext(context.Context) FileSystemHttpLogsConfigResponseOutput
}

FileSystemHttpLogsConfigResponseInput is an input type that accepts FileSystemHttpLogsConfigResponseArgs and FileSystemHttpLogsConfigResponseOutput values. You can construct a concrete instance of `FileSystemHttpLogsConfigResponseInput` via:

FileSystemHttpLogsConfigResponseArgs{...}

type FileSystemHttpLogsConfigResponseOutput added in v0.3.1

type FileSystemHttpLogsConfigResponseOutput struct{ *pulumi.OutputState }

Http logs to file system configuration.

func (FileSystemHttpLogsConfigResponseOutput) ElementType added in v0.3.1

func (FileSystemHttpLogsConfigResponseOutput) Enabled added in v0.3.1

True if configuration is enabled, false if it is disabled and null if configuration is not set.

func (FileSystemHttpLogsConfigResponseOutput) RetentionInDays added in v0.3.1

Retention in days. Remove files older than X days. 0 or lower means no retention.

func (FileSystemHttpLogsConfigResponseOutput) RetentionInMb added in v0.3.1

Maximum size in megabytes that http log files can use. When reached old log files will be removed to make space for new ones. Value can range between 25 and 100.

func (FileSystemHttpLogsConfigResponseOutput) ToFileSystemHttpLogsConfigResponseOutput added in v0.3.1

func (o FileSystemHttpLogsConfigResponseOutput) ToFileSystemHttpLogsConfigResponseOutput() FileSystemHttpLogsConfigResponseOutput

func (FileSystemHttpLogsConfigResponseOutput) ToFileSystemHttpLogsConfigResponseOutputWithContext added in v0.3.1

func (o FileSystemHttpLogsConfigResponseOutput) ToFileSystemHttpLogsConfigResponseOutputWithContext(ctx context.Context) FileSystemHttpLogsConfigResponseOutput

func (FileSystemHttpLogsConfigResponseOutput) ToFileSystemHttpLogsConfigResponsePtrOutput added in v0.3.1

func (o FileSystemHttpLogsConfigResponseOutput) ToFileSystemHttpLogsConfigResponsePtrOutput() FileSystemHttpLogsConfigResponsePtrOutput

func (FileSystemHttpLogsConfigResponseOutput) ToFileSystemHttpLogsConfigResponsePtrOutputWithContext added in v0.3.1

func (o FileSystemHttpLogsConfigResponseOutput) ToFileSystemHttpLogsConfigResponsePtrOutputWithContext(ctx context.Context) FileSystemHttpLogsConfigResponsePtrOutput

type FileSystemHttpLogsConfigResponsePtrInput added in v0.3.1

type FileSystemHttpLogsConfigResponsePtrInput interface {
	pulumi.Input

	ToFileSystemHttpLogsConfigResponsePtrOutput() FileSystemHttpLogsConfigResponsePtrOutput
	ToFileSystemHttpLogsConfigResponsePtrOutputWithContext(context.Context) FileSystemHttpLogsConfigResponsePtrOutput
}

FileSystemHttpLogsConfigResponsePtrInput is an input type that accepts FileSystemHttpLogsConfigResponseArgs, FileSystemHttpLogsConfigResponsePtr and FileSystemHttpLogsConfigResponsePtrOutput values. You can construct a concrete instance of `FileSystemHttpLogsConfigResponsePtrInput` via:

        FileSystemHttpLogsConfigResponseArgs{...}

or:

        nil

type FileSystemHttpLogsConfigResponsePtrOutput added in v0.3.1

type FileSystemHttpLogsConfigResponsePtrOutput struct{ *pulumi.OutputState }

func (FileSystemHttpLogsConfigResponsePtrOutput) Elem added in v0.3.1

func (FileSystemHttpLogsConfigResponsePtrOutput) ElementType added in v0.3.1

func (FileSystemHttpLogsConfigResponsePtrOutput) Enabled added in v0.3.1

True if configuration is enabled, false if it is disabled and null if configuration is not set.

func (FileSystemHttpLogsConfigResponsePtrOutput) RetentionInDays added in v0.3.1

Retention in days. Remove files older than X days. 0 or lower means no retention.

func (FileSystemHttpLogsConfigResponsePtrOutput) RetentionInMb added in v0.3.1

Maximum size in megabytes that http log files can use. When reached old log files will be removed to make space for new ones. Value can range between 25 and 100.

func (FileSystemHttpLogsConfigResponsePtrOutput) ToFileSystemHttpLogsConfigResponsePtrOutput added in v0.3.1

func (o FileSystemHttpLogsConfigResponsePtrOutput) ToFileSystemHttpLogsConfigResponsePtrOutput() FileSystemHttpLogsConfigResponsePtrOutput

func (FileSystemHttpLogsConfigResponsePtrOutput) ToFileSystemHttpLogsConfigResponsePtrOutputWithContext added in v0.3.1

func (o FileSystemHttpLogsConfigResponsePtrOutput) ToFileSystemHttpLogsConfigResponsePtrOutputWithContext(ctx context.Context) FileSystemHttpLogsConfigResponsePtrOutput

type FrequencyUnit added in v0.3.1

type FrequencyUnit pulumi.String

The unit of time for how often the backup should be executed (e.g. for weekly backup, this should be set to Day and FrequencyInterval should be set to 7)

func (FrequencyUnit) ElementType added in v0.3.1

func (FrequencyUnit) ElementType() reflect.Type

func (FrequencyUnit) ToStringOutput added in v0.3.1

func (e FrequencyUnit) ToStringOutput() pulumi.StringOutput

func (FrequencyUnit) ToStringOutputWithContext added in v0.3.1

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

func (FrequencyUnit) ToStringPtrOutput added in v0.3.1

func (e FrequencyUnit) ToStringPtrOutput() pulumi.StringPtrOutput

func (FrequencyUnit) ToStringPtrOutputWithContext added in v0.3.1

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

type FtpsState added in v0.3.1

type FtpsState pulumi.String

State of FTP / FTPS service

func (FtpsState) ElementType added in v0.3.1

func (FtpsState) ElementType() reflect.Type

func (FtpsState) ToStringOutput added in v0.3.1

func (e FtpsState) ToStringOutput() pulumi.StringOutput

func (FtpsState) ToStringOutputWithContext added in v0.3.1

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

func (FtpsState) ToStringPtrOutput added in v0.3.1

func (e FtpsState) ToStringPtrOutput() pulumi.StringPtrOutput

func (FtpsState) ToStringPtrOutputWithContext added in v0.3.1

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

type GeoDistribution

type GeoDistribution struct {
	// Location.
	Location *string `pulumi:"location"`
	// NumberOfWorkers.
	NumberOfWorkers *int `pulumi:"numberOfWorkers"`
}

A global distribution definition.

type GeoDistributionArgs

type GeoDistributionArgs struct {
	// Location.
	Location pulumi.StringPtrInput `pulumi:"location"`
	// NumberOfWorkers.
	NumberOfWorkers pulumi.IntPtrInput `pulumi:"numberOfWorkers"`
}

A global distribution definition.

func (GeoDistributionArgs) ElementType

func (GeoDistributionArgs) ElementType() reflect.Type

func (GeoDistributionArgs) ToGeoDistributionOutput

func (i GeoDistributionArgs) ToGeoDistributionOutput() GeoDistributionOutput

func (GeoDistributionArgs) ToGeoDistributionOutputWithContext

func (i GeoDistributionArgs) ToGeoDistributionOutputWithContext(ctx context.Context) GeoDistributionOutput

type GeoDistributionArray

type GeoDistributionArray []GeoDistributionInput

func (GeoDistributionArray) ElementType

func (GeoDistributionArray) ElementType() reflect.Type

func (GeoDistributionArray) ToGeoDistributionArrayOutput

func (i GeoDistributionArray) ToGeoDistributionArrayOutput() GeoDistributionArrayOutput

func (GeoDistributionArray) ToGeoDistributionArrayOutputWithContext

func (i GeoDistributionArray) ToGeoDistributionArrayOutputWithContext(ctx context.Context) GeoDistributionArrayOutput

type GeoDistributionArrayInput

type GeoDistributionArrayInput interface {
	pulumi.Input

	ToGeoDistributionArrayOutput() GeoDistributionArrayOutput
	ToGeoDistributionArrayOutputWithContext(context.Context) GeoDistributionArrayOutput
}

GeoDistributionArrayInput is an input type that accepts GeoDistributionArray and GeoDistributionArrayOutput values. You can construct a concrete instance of `GeoDistributionArrayInput` via:

GeoDistributionArray{ GeoDistributionArgs{...} }

type GeoDistributionArrayOutput

type GeoDistributionArrayOutput struct{ *pulumi.OutputState }

func (GeoDistributionArrayOutput) ElementType

func (GeoDistributionArrayOutput) ElementType() reflect.Type

func (GeoDistributionArrayOutput) Index

func (GeoDistributionArrayOutput) ToGeoDistributionArrayOutput

func (o GeoDistributionArrayOutput) ToGeoDistributionArrayOutput() GeoDistributionArrayOutput

func (GeoDistributionArrayOutput) ToGeoDistributionArrayOutputWithContext

func (o GeoDistributionArrayOutput) ToGeoDistributionArrayOutputWithContext(ctx context.Context) GeoDistributionArrayOutput

type GeoDistributionInput

type GeoDistributionInput interface {
	pulumi.Input

	ToGeoDistributionOutput() GeoDistributionOutput
	ToGeoDistributionOutputWithContext(context.Context) GeoDistributionOutput
}

GeoDistributionInput is an input type that accepts GeoDistributionArgs and GeoDistributionOutput values. You can construct a concrete instance of `GeoDistributionInput` via:

GeoDistributionArgs{...}

type GeoDistributionOutput

type GeoDistributionOutput struct{ *pulumi.OutputState }

A global distribution definition.

func (GeoDistributionOutput) ElementType

func (GeoDistributionOutput) ElementType() reflect.Type

func (GeoDistributionOutput) Location

Location.

func (GeoDistributionOutput) NumberOfWorkers

func (o GeoDistributionOutput) NumberOfWorkers() pulumi.IntPtrOutput

NumberOfWorkers.

func (GeoDistributionOutput) ToGeoDistributionOutput

func (o GeoDistributionOutput) ToGeoDistributionOutput() GeoDistributionOutput

func (GeoDistributionOutput) ToGeoDistributionOutputWithContext

func (o GeoDistributionOutput) ToGeoDistributionOutputWithContext(ctx context.Context) GeoDistributionOutput

type GeoDistributionResponse

type GeoDistributionResponse struct {
	// Location.
	Location *string `pulumi:"location"`
	// NumberOfWorkers.
	NumberOfWorkers *int `pulumi:"numberOfWorkers"`
}

A global distribution definition.

type GeoDistributionResponseArgs

type GeoDistributionResponseArgs struct {
	// Location.
	Location pulumi.StringPtrInput `pulumi:"location"`
	// NumberOfWorkers.
	NumberOfWorkers pulumi.IntPtrInput `pulumi:"numberOfWorkers"`
}

A global distribution definition.

func (GeoDistributionResponseArgs) ElementType

func (GeoDistributionResponseArgs) ToGeoDistributionResponseOutput

func (i GeoDistributionResponseArgs) ToGeoDistributionResponseOutput() GeoDistributionResponseOutput

func (GeoDistributionResponseArgs) ToGeoDistributionResponseOutputWithContext

func (i GeoDistributionResponseArgs) ToGeoDistributionResponseOutputWithContext(ctx context.Context) GeoDistributionResponseOutput

type GeoDistributionResponseArray

type GeoDistributionResponseArray []GeoDistributionResponseInput

func (GeoDistributionResponseArray) ElementType

func (GeoDistributionResponseArray) ToGeoDistributionResponseArrayOutput

func (i GeoDistributionResponseArray) ToGeoDistributionResponseArrayOutput() GeoDistributionResponseArrayOutput

func (GeoDistributionResponseArray) ToGeoDistributionResponseArrayOutputWithContext

func (i GeoDistributionResponseArray) ToGeoDistributionResponseArrayOutputWithContext(ctx context.Context) GeoDistributionResponseArrayOutput

type GeoDistributionResponseArrayInput

type GeoDistributionResponseArrayInput interface {
	pulumi.Input

	ToGeoDistributionResponseArrayOutput() GeoDistributionResponseArrayOutput
	ToGeoDistributionResponseArrayOutputWithContext(context.Context) GeoDistributionResponseArrayOutput
}

GeoDistributionResponseArrayInput is an input type that accepts GeoDistributionResponseArray and GeoDistributionResponseArrayOutput values. You can construct a concrete instance of `GeoDistributionResponseArrayInput` via:

GeoDistributionResponseArray{ GeoDistributionResponseArgs{...} }

type GeoDistributionResponseArrayOutput

type GeoDistributionResponseArrayOutput struct{ *pulumi.OutputState }

func (GeoDistributionResponseArrayOutput) ElementType

func (GeoDistributionResponseArrayOutput) Index

func (GeoDistributionResponseArrayOutput) ToGeoDistributionResponseArrayOutput

func (o GeoDistributionResponseArrayOutput) ToGeoDistributionResponseArrayOutput() GeoDistributionResponseArrayOutput

func (GeoDistributionResponseArrayOutput) ToGeoDistributionResponseArrayOutputWithContext

func (o GeoDistributionResponseArrayOutput) ToGeoDistributionResponseArrayOutputWithContext(ctx context.Context) GeoDistributionResponseArrayOutput

type GeoDistributionResponseInput

type GeoDistributionResponseInput interface {
	pulumi.Input

	ToGeoDistributionResponseOutput() GeoDistributionResponseOutput
	ToGeoDistributionResponseOutputWithContext(context.Context) GeoDistributionResponseOutput
}

GeoDistributionResponseInput is an input type that accepts GeoDistributionResponseArgs and GeoDistributionResponseOutput values. You can construct a concrete instance of `GeoDistributionResponseInput` via:

GeoDistributionResponseArgs{...}

type GeoDistributionResponseOutput

type GeoDistributionResponseOutput struct{ *pulumi.OutputState }

A global distribution definition.

func (GeoDistributionResponseOutput) ElementType

func (GeoDistributionResponseOutput) Location

Location.

func (GeoDistributionResponseOutput) NumberOfWorkers

NumberOfWorkers.

func (GeoDistributionResponseOutput) ToGeoDistributionResponseOutput

func (o GeoDistributionResponseOutput) ToGeoDistributionResponseOutput() GeoDistributionResponseOutput

func (GeoDistributionResponseOutput) ToGeoDistributionResponseOutputWithContext

func (o GeoDistributionResponseOutput) ToGeoDistributionResponseOutputWithContext(ctx context.Context) GeoDistributionResponseOutput

type HandlerMapping

type HandlerMapping struct {
	// Command-line arguments to be passed to the script processor.
	Arguments *string `pulumi:"arguments"`
	// Requests with this extension will be handled using the specified FastCGI application.
	Extension *string `pulumi:"extension"`
	// The absolute path to the FastCGI application.
	ScriptProcessor *string `pulumi:"scriptProcessor"`
}

The IIS handler mappings used to define which handler processes HTTP requests with certain extension. For example, it is used to configure php-cgi.exe process to handle all HTTP requests with *.php extension.

type HandlerMappingArgs

type HandlerMappingArgs struct {
	// Command-line arguments to be passed to the script processor.
	Arguments pulumi.StringPtrInput `pulumi:"arguments"`
	// Requests with this extension will be handled using the specified FastCGI application.
	Extension pulumi.StringPtrInput `pulumi:"extension"`
	// The absolute path to the FastCGI application.
	ScriptProcessor pulumi.StringPtrInput `pulumi:"scriptProcessor"`
}

The IIS handler mappings used to define which handler processes HTTP requests with certain extension. For example, it is used to configure php-cgi.exe process to handle all HTTP requests with *.php extension.

func (HandlerMappingArgs) ElementType

func (HandlerMappingArgs) ElementType() reflect.Type

func (HandlerMappingArgs) ToHandlerMappingOutput

func (i HandlerMappingArgs) ToHandlerMappingOutput() HandlerMappingOutput

func (HandlerMappingArgs) ToHandlerMappingOutputWithContext

func (i HandlerMappingArgs) ToHandlerMappingOutputWithContext(ctx context.Context) HandlerMappingOutput

type HandlerMappingArray

type HandlerMappingArray []HandlerMappingInput

func (HandlerMappingArray) ElementType

func (HandlerMappingArray) ElementType() reflect.Type

func (HandlerMappingArray) ToHandlerMappingArrayOutput

func (i HandlerMappingArray) ToHandlerMappingArrayOutput() HandlerMappingArrayOutput

func (HandlerMappingArray) ToHandlerMappingArrayOutputWithContext

func (i HandlerMappingArray) ToHandlerMappingArrayOutputWithContext(ctx context.Context) HandlerMappingArrayOutput

type HandlerMappingArrayInput

type HandlerMappingArrayInput interface {
	pulumi.Input

	ToHandlerMappingArrayOutput() HandlerMappingArrayOutput
	ToHandlerMappingArrayOutputWithContext(context.Context) HandlerMappingArrayOutput
}

HandlerMappingArrayInput is an input type that accepts HandlerMappingArray and HandlerMappingArrayOutput values. You can construct a concrete instance of `HandlerMappingArrayInput` via:

HandlerMappingArray{ HandlerMappingArgs{...} }

type HandlerMappingArrayOutput

type HandlerMappingArrayOutput struct{ *pulumi.OutputState }

func (HandlerMappingArrayOutput) ElementType

func (HandlerMappingArrayOutput) ElementType() reflect.Type

func (HandlerMappingArrayOutput) Index

func (HandlerMappingArrayOutput) ToHandlerMappingArrayOutput

func (o HandlerMappingArrayOutput) ToHandlerMappingArrayOutput() HandlerMappingArrayOutput

func (HandlerMappingArrayOutput) ToHandlerMappingArrayOutputWithContext

func (o HandlerMappingArrayOutput) ToHandlerMappingArrayOutputWithContext(ctx context.Context) HandlerMappingArrayOutput

type HandlerMappingInput

type HandlerMappingInput interface {
	pulumi.Input

	ToHandlerMappingOutput() HandlerMappingOutput
	ToHandlerMappingOutputWithContext(context.Context) HandlerMappingOutput
}

HandlerMappingInput is an input type that accepts HandlerMappingArgs and HandlerMappingOutput values. You can construct a concrete instance of `HandlerMappingInput` via:

HandlerMappingArgs{...}

type HandlerMappingOutput

type HandlerMappingOutput struct{ *pulumi.OutputState }

The IIS handler mappings used to define which handler processes HTTP requests with certain extension. For example, it is used to configure php-cgi.exe process to handle all HTTP requests with *.php extension.

func (HandlerMappingOutput) Arguments

Command-line arguments to be passed to the script processor.

func (HandlerMappingOutput) ElementType

func (HandlerMappingOutput) ElementType() reflect.Type

func (HandlerMappingOutput) Extension

Requests with this extension will be handled using the specified FastCGI application.

func (HandlerMappingOutput) ScriptProcessor

func (o HandlerMappingOutput) ScriptProcessor() pulumi.StringPtrOutput

The absolute path to the FastCGI application.

func (HandlerMappingOutput) ToHandlerMappingOutput

func (o HandlerMappingOutput) ToHandlerMappingOutput() HandlerMappingOutput

func (HandlerMappingOutput) ToHandlerMappingOutputWithContext

func (o HandlerMappingOutput) ToHandlerMappingOutputWithContext(ctx context.Context) HandlerMappingOutput

type HandlerMappingResponse

type HandlerMappingResponse struct {
	// Command-line arguments to be passed to the script processor.
	Arguments *string `pulumi:"arguments"`
	// Requests with this extension will be handled using the specified FastCGI application.
	Extension *string `pulumi:"extension"`
	// The absolute path to the FastCGI application.
	ScriptProcessor *string `pulumi:"scriptProcessor"`
}

The IIS handler mappings used to define which handler processes HTTP requests with certain extension. For example, it is used to configure php-cgi.exe process to handle all HTTP requests with *.php extension.

type HandlerMappingResponseArgs

type HandlerMappingResponseArgs struct {
	// Command-line arguments to be passed to the script processor.
	Arguments pulumi.StringPtrInput `pulumi:"arguments"`
	// Requests with this extension will be handled using the specified FastCGI application.
	Extension pulumi.StringPtrInput `pulumi:"extension"`
	// The absolute path to the FastCGI application.
	ScriptProcessor pulumi.StringPtrInput `pulumi:"scriptProcessor"`
}

The IIS handler mappings used to define which handler processes HTTP requests with certain extension. For example, it is used to configure php-cgi.exe process to handle all HTTP requests with *.php extension.

func (HandlerMappingResponseArgs) ElementType

func (HandlerMappingResponseArgs) ElementType() reflect.Type

func (HandlerMappingResponseArgs) ToHandlerMappingResponseOutput

func (i HandlerMappingResponseArgs) ToHandlerMappingResponseOutput() HandlerMappingResponseOutput

func (HandlerMappingResponseArgs) ToHandlerMappingResponseOutputWithContext

func (i HandlerMappingResponseArgs) ToHandlerMappingResponseOutputWithContext(ctx context.Context) HandlerMappingResponseOutput

type HandlerMappingResponseArray

type HandlerMappingResponseArray []HandlerMappingResponseInput

func (HandlerMappingResponseArray) ElementType

func (HandlerMappingResponseArray) ToHandlerMappingResponseArrayOutput

func (i HandlerMappingResponseArray) ToHandlerMappingResponseArrayOutput() HandlerMappingResponseArrayOutput

func (HandlerMappingResponseArray) ToHandlerMappingResponseArrayOutputWithContext

func (i HandlerMappingResponseArray) ToHandlerMappingResponseArrayOutputWithContext(ctx context.Context) HandlerMappingResponseArrayOutput

type HandlerMappingResponseArrayInput

type HandlerMappingResponseArrayInput interface {
	pulumi.Input

	ToHandlerMappingResponseArrayOutput() HandlerMappingResponseArrayOutput
	ToHandlerMappingResponseArrayOutputWithContext(context.Context) HandlerMappingResponseArrayOutput
}

HandlerMappingResponseArrayInput is an input type that accepts HandlerMappingResponseArray and HandlerMappingResponseArrayOutput values. You can construct a concrete instance of `HandlerMappingResponseArrayInput` via:

HandlerMappingResponseArray{ HandlerMappingResponseArgs{...} }

type HandlerMappingResponseArrayOutput

type HandlerMappingResponseArrayOutput struct{ *pulumi.OutputState }

func (HandlerMappingResponseArrayOutput) ElementType

func (HandlerMappingResponseArrayOutput) Index

func (HandlerMappingResponseArrayOutput) ToHandlerMappingResponseArrayOutput

func (o HandlerMappingResponseArrayOutput) ToHandlerMappingResponseArrayOutput() HandlerMappingResponseArrayOutput

func (HandlerMappingResponseArrayOutput) ToHandlerMappingResponseArrayOutputWithContext

func (o HandlerMappingResponseArrayOutput) ToHandlerMappingResponseArrayOutputWithContext(ctx context.Context) HandlerMappingResponseArrayOutput

type HandlerMappingResponseInput

type HandlerMappingResponseInput interface {
	pulumi.Input

	ToHandlerMappingResponseOutput() HandlerMappingResponseOutput
	ToHandlerMappingResponseOutputWithContext(context.Context) HandlerMappingResponseOutput
}

HandlerMappingResponseInput is an input type that accepts HandlerMappingResponseArgs and HandlerMappingResponseOutput values. You can construct a concrete instance of `HandlerMappingResponseInput` via:

HandlerMappingResponseArgs{...}

type HandlerMappingResponseOutput

type HandlerMappingResponseOutput struct{ *pulumi.OutputState }

The IIS handler mappings used to define which handler processes HTTP requests with certain extension. For example, it is used to configure php-cgi.exe process to handle all HTTP requests with *.php extension.

func (HandlerMappingResponseOutput) Arguments

Command-line arguments to be passed to the script processor.

func (HandlerMappingResponseOutput) ElementType

func (HandlerMappingResponseOutput) Extension

Requests with this extension will be handled using the specified FastCGI application.

func (HandlerMappingResponseOutput) ScriptProcessor

The absolute path to the FastCGI application.

func (HandlerMappingResponseOutput) ToHandlerMappingResponseOutput

func (o HandlerMappingResponseOutput) ToHandlerMappingResponseOutput() HandlerMappingResponseOutput

func (HandlerMappingResponseOutput) ToHandlerMappingResponseOutputWithContext

func (o HandlerMappingResponseOutput) ToHandlerMappingResponseOutputWithContext(ctx context.Context) HandlerMappingResponseOutput

type HostNameSslState

type HostNameSslState struct {
	// Indicates whether the hostname is a standard or repository hostname.
	HostType *string `pulumi:"hostType"`
	// Hostname.
	Name *string `pulumi:"name"`
	// SSL type.
	SslState *string `pulumi:"sslState"`
	// SSL certificate thumbprint.
	Thumbprint *string `pulumi:"thumbprint"`
	// Set to <code>true</code> to update existing hostname.
	ToUpdate *bool `pulumi:"toUpdate"`
	// Virtual IP address assigned to the hostname if IP based SSL is enabled.
	VirtualIP *string `pulumi:"virtualIP"`
}

SSL-enabled hostname.

type HostNameSslStateArgs

type HostNameSslStateArgs struct {
	// Indicates whether the hostname is a standard or repository hostname.
	HostType *HostType `pulumi:"hostType"`
	// Hostname.
	Name pulumi.StringPtrInput `pulumi:"name"`
	// SSL type.
	SslState *SslState `pulumi:"sslState"`
	// SSL certificate thumbprint.
	Thumbprint pulumi.StringPtrInput `pulumi:"thumbprint"`
	// Set to <code>true</code> to update existing hostname.
	ToUpdate pulumi.BoolPtrInput `pulumi:"toUpdate"`
	// Virtual IP address assigned to the hostname if IP based SSL is enabled.
	VirtualIP pulumi.StringPtrInput `pulumi:"virtualIP"`
}

SSL-enabled hostname.

func (HostNameSslStateArgs) ElementType

func (HostNameSslStateArgs) ElementType() reflect.Type

func (HostNameSslStateArgs) ToHostNameSslStateOutput

func (i HostNameSslStateArgs) ToHostNameSslStateOutput() HostNameSslStateOutput

func (HostNameSslStateArgs) ToHostNameSslStateOutputWithContext

func (i HostNameSslStateArgs) ToHostNameSslStateOutputWithContext(ctx context.Context) HostNameSslStateOutput

type HostNameSslStateArray

type HostNameSslStateArray []HostNameSslStateInput

func (HostNameSslStateArray) ElementType

func (HostNameSslStateArray) ElementType() reflect.Type

func (HostNameSslStateArray) ToHostNameSslStateArrayOutput

func (i HostNameSslStateArray) ToHostNameSslStateArrayOutput() HostNameSslStateArrayOutput

func (HostNameSslStateArray) ToHostNameSslStateArrayOutputWithContext

func (i HostNameSslStateArray) ToHostNameSslStateArrayOutputWithContext(ctx context.Context) HostNameSslStateArrayOutput

type HostNameSslStateArrayInput

type HostNameSslStateArrayInput interface {
	pulumi.Input

	ToHostNameSslStateArrayOutput() HostNameSslStateArrayOutput
	ToHostNameSslStateArrayOutputWithContext(context.Context) HostNameSslStateArrayOutput
}

HostNameSslStateArrayInput is an input type that accepts HostNameSslStateArray and HostNameSslStateArrayOutput values. You can construct a concrete instance of `HostNameSslStateArrayInput` via:

HostNameSslStateArray{ HostNameSslStateArgs{...} }

type HostNameSslStateArrayOutput

type HostNameSslStateArrayOutput struct{ *pulumi.OutputState }

func (HostNameSslStateArrayOutput) ElementType

func (HostNameSslStateArrayOutput) Index

func (HostNameSslStateArrayOutput) ToHostNameSslStateArrayOutput

func (o HostNameSslStateArrayOutput) ToHostNameSslStateArrayOutput() HostNameSslStateArrayOutput

func (HostNameSslStateArrayOutput) ToHostNameSslStateArrayOutputWithContext

func (o HostNameSslStateArrayOutput) ToHostNameSslStateArrayOutputWithContext(ctx context.Context) HostNameSslStateArrayOutput

type HostNameSslStateInput

type HostNameSslStateInput interface {
	pulumi.Input

	ToHostNameSslStateOutput() HostNameSslStateOutput
	ToHostNameSslStateOutputWithContext(context.Context) HostNameSslStateOutput
}

HostNameSslStateInput is an input type that accepts HostNameSslStateArgs and HostNameSslStateOutput values. You can construct a concrete instance of `HostNameSslStateInput` via:

HostNameSslStateArgs{...}

type HostNameSslStateOutput

type HostNameSslStateOutput struct{ *pulumi.OutputState }

SSL-enabled hostname.

func (HostNameSslStateOutput) ElementType

func (HostNameSslStateOutput) ElementType() reflect.Type

func (HostNameSslStateOutput) HostType

Indicates whether the hostname is a standard or repository hostname.

func (HostNameSslStateOutput) Name

Hostname.

func (HostNameSslStateOutput) SslState

SSL type.

func (HostNameSslStateOutput) Thumbprint

SSL certificate thumbprint.

func (HostNameSslStateOutput) ToHostNameSslStateOutput

func (o HostNameSslStateOutput) ToHostNameSslStateOutput() HostNameSslStateOutput

func (HostNameSslStateOutput) ToHostNameSslStateOutputWithContext

func (o HostNameSslStateOutput) ToHostNameSslStateOutputWithContext(ctx context.Context) HostNameSslStateOutput

func (HostNameSslStateOutput) ToUpdate

Set to <code>true</code> to update existing hostname.

func (HostNameSslStateOutput) VirtualIP

Virtual IP address assigned to the hostname if IP based SSL is enabled.

type HostNameSslStateResponse

type HostNameSslStateResponse struct {
	// Indicates whether the hostname is a standard or repository hostname.
	HostType *string `pulumi:"hostType"`
	// Hostname.
	Name *string `pulumi:"name"`
	// SSL type.
	SslState *string `pulumi:"sslState"`
	// SSL certificate thumbprint.
	Thumbprint *string `pulumi:"thumbprint"`
	// Set to <code>true</code> to update existing hostname.
	ToUpdate *bool `pulumi:"toUpdate"`
	// Virtual IP address assigned to the hostname if IP based SSL is enabled.
	VirtualIP *string `pulumi:"virtualIP"`
}

SSL-enabled hostname.

type HostNameSslStateResponseArgs

type HostNameSslStateResponseArgs struct {
	// Indicates whether the hostname is a standard or repository hostname.
	HostType pulumi.StringPtrInput `pulumi:"hostType"`
	// Hostname.
	Name pulumi.StringPtrInput `pulumi:"name"`
	// SSL type.
	SslState pulumi.StringPtrInput `pulumi:"sslState"`
	// SSL certificate thumbprint.
	Thumbprint pulumi.StringPtrInput `pulumi:"thumbprint"`
	// Set to <code>true</code> to update existing hostname.
	ToUpdate pulumi.BoolPtrInput `pulumi:"toUpdate"`
	// Virtual IP address assigned to the hostname if IP based SSL is enabled.
	VirtualIP pulumi.StringPtrInput `pulumi:"virtualIP"`
}

SSL-enabled hostname.

func (HostNameSslStateResponseArgs) ElementType

func (HostNameSslStateResponseArgs) ToHostNameSslStateResponseOutput

func (i HostNameSslStateResponseArgs) ToHostNameSslStateResponseOutput() HostNameSslStateResponseOutput

func (HostNameSslStateResponseArgs) ToHostNameSslStateResponseOutputWithContext

func (i HostNameSslStateResponseArgs) ToHostNameSslStateResponseOutputWithContext(ctx context.Context) HostNameSslStateResponseOutput

type HostNameSslStateResponseArray

type HostNameSslStateResponseArray []HostNameSslStateResponseInput

func (HostNameSslStateResponseArray) ElementType

func (HostNameSslStateResponseArray) ToHostNameSslStateResponseArrayOutput

func (i HostNameSslStateResponseArray) ToHostNameSslStateResponseArrayOutput() HostNameSslStateResponseArrayOutput

func (HostNameSslStateResponseArray) ToHostNameSslStateResponseArrayOutputWithContext

func (i HostNameSslStateResponseArray) ToHostNameSslStateResponseArrayOutputWithContext(ctx context.Context) HostNameSslStateResponseArrayOutput

type HostNameSslStateResponseArrayInput

type HostNameSslStateResponseArrayInput interface {
	pulumi.Input

	ToHostNameSslStateResponseArrayOutput() HostNameSslStateResponseArrayOutput
	ToHostNameSslStateResponseArrayOutputWithContext(context.Context) HostNameSslStateResponseArrayOutput
}

HostNameSslStateResponseArrayInput is an input type that accepts HostNameSslStateResponseArray and HostNameSslStateResponseArrayOutput values. You can construct a concrete instance of `HostNameSslStateResponseArrayInput` via:

HostNameSslStateResponseArray{ HostNameSslStateResponseArgs{...} }

type HostNameSslStateResponseArrayOutput

type HostNameSslStateResponseArrayOutput struct{ *pulumi.OutputState }

func (HostNameSslStateResponseArrayOutput) ElementType

func (HostNameSslStateResponseArrayOutput) Index

func (HostNameSslStateResponseArrayOutput) ToHostNameSslStateResponseArrayOutput

func (o HostNameSslStateResponseArrayOutput) ToHostNameSslStateResponseArrayOutput() HostNameSslStateResponseArrayOutput

func (HostNameSslStateResponseArrayOutput) ToHostNameSslStateResponseArrayOutputWithContext

func (o HostNameSslStateResponseArrayOutput) ToHostNameSslStateResponseArrayOutputWithContext(ctx context.Context) HostNameSslStateResponseArrayOutput

type HostNameSslStateResponseInput

type HostNameSslStateResponseInput interface {
	pulumi.Input

	ToHostNameSslStateResponseOutput() HostNameSslStateResponseOutput
	ToHostNameSslStateResponseOutputWithContext(context.Context) HostNameSslStateResponseOutput
}

HostNameSslStateResponseInput is an input type that accepts HostNameSslStateResponseArgs and HostNameSslStateResponseOutput values. You can construct a concrete instance of `HostNameSslStateResponseInput` via:

HostNameSslStateResponseArgs{...}

type HostNameSslStateResponseOutput

type HostNameSslStateResponseOutput struct{ *pulumi.OutputState }

SSL-enabled hostname.

func (HostNameSslStateResponseOutput) ElementType

func (HostNameSslStateResponseOutput) HostType

Indicates whether the hostname is a standard or repository hostname.

func (HostNameSslStateResponseOutput) Name

Hostname.

func (HostNameSslStateResponseOutput) SslState

SSL type.

func (HostNameSslStateResponseOutput) Thumbprint

SSL certificate thumbprint.

func (HostNameSslStateResponseOutput) ToHostNameSslStateResponseOutput

func (o HostNameSslStateResponseOutput) ToHostNameSslStateResponseOutput() HostNameSslStateResponseOutput

func (HostNameSslStateResponseOutput) ToHostNameSslStateResponseOutputWithContext

func (o HostNameSslStateResponseOutput) ToHostNameSslStateResponseOutputWithContext(ctx context.Context) HostNameSslStateResponseOutput

func (HostNameSslStateResponseOutput) ToUpdate

Set to <code>true</code> to update existing hostname.

func (HostNameSslStateResponseOutput) VirtualIP

Virtual IP address assigned to the hostname if IP based SSL is enabled.

type HostNameType added in v0.3.1

type HostNameType pulumi.String

Hostname type.

func (HostNameType) ElementType added in v0.3.1

func (HostNameType) ElementType() reflect.Type

func (HostNameType) ToStringOutput added in v0.3.1

func (e HostNameType) ToStringOutput() pulumi.StringOutput

func (HostNameType) ToStringOutputWithContext added in v0.3.1

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

func (HostNameType) ToStringPtrOutput added in v0.3.1

func (e HostNameType) ToStringPtrOutput() pulumi.StringPtrOutput

func (HostNameType) ToStringPtrOutputWithContext added in v0.3.1

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

type HostType added in v0.3.1

type HostType pulumi.String

Indicates whether the hostname is a standard or repository hostname.

func (HostType) ElementType added in v0.3.1

func (HostType) ElementType() reflect.Type

func (HostType) ToStringOutput added in v0.3.1

func (e HostType) ToStringOutput() pulumi.StringOutput

func (HostType) ToStringOutputWithContext added in v0.3.1

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

func (HostType) ToStringPtrOutput added in v0.3.1

func (e HostType) ToStringPtrOutput() pulumi.StringPtrOutput

func (HostType) ToStringPtrOutputWithContext added in v0.3.1

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

type HostingEnvironmentProfile

type HostingEnvironmentProfile struct {
	// Resource ID of the App Service Environment.
	Id *string `pulumi:"id"`
}

Specification for an App Service Environment to use for this resource.

type HostingEnvironmentProfileArgs

type HostingEnvironmentProfileArgs struct {
	// Resource ID of the App Service Environment.
	Id pulumi.StringPtrInput `pulumi:"id"`
}

Specification for an App Service Environment to use for this resource.

func (HostingEnvironmentProfileArgs) ElementType

func (HostingEnvironmentProfileArgs) ToHostingEnvironmentProfileOutput

func (i HostingEnvironmentProfileArgs) ToHostingEnvironmentProfileOutput() HostingEnvironmentProfileOutput

func (HostingEnvironmentProfileArgs) ToHostingEnvironmentProfileOutputWithContext

func (i HostingEnvironmentProfileArgs) ToHostingEnvironmentProfileOutputWithContext(ctx context.Context) HostingEnvironmentProfileOutput

func (HostingEnvironmentProfileArgs) ToHostingEnvironmentProfilePtrOutput

func (i HostingEnvironmentProfileArgs) ToHostingEnvironmentProfilePtrOutput() HostingEnvironmentProfilePtrOutput

func (HostingEnvironmentProfileArgs) ToHostingEnvironmentProfilePtrOutputWithContext

func (i HostingEnvironmentProfileArgs) ToHostingEnvironmentProfilePtrOutputWithContext(ctx context.Context) HostingEnvironmentProfilePtrOutput

type HostingEnvironmentProfileInput

type HostingEnvironmentProfileInput interface {
	pulumi.Input

	ToHostingEnvironmentProfileOutput() HostingEnvironmentProfileOutput
	ToHostingEnvironmentProfileOutputWithContext(context.Context) HostingEnvironmentProfileOutput
}

HostingEnvironmentProfileInput is an input type that accepts HostingEnvironmentProfileArgs and HostingEnvironmentProfileOutput values. You can construct a concrete instance of `HostingEnvironmentProfileInput` via:

HostingEnvironmentProfileArgs{...}

type HostingEnvironmentProfileOutput

type HostingEnvironmentProfileOutput struct{ *pulumi.OutputState }

Specification for an App Service Environment to use for this resource.

func (HostingEnvironmentProfileOutput) ElementType

func (HostingEnvironmentProfileOutput) Id

Resource ID of the App Service Environment.

func (HostingEnvironmentProfileOutput) ToHostingEnvironmentProfileOutput

func (o HostingEnvironmentProfileOutput) ToHostingEnvironmentProfileOutput() HostingEnvironmentProfileOutput

func (HostingEnvironmentProfileOutput) ToHostingEnvironmentProfileOutputWithContext

func (o HostingEnvironmentProfileOutput) ToHostingEnvironmentProfileOutputWithContext(ctx context.Context) HostingEnvironmentProfileOutput

func (HostingEnvironmentProfileOutput) ToHostingEnvironmentProfilePtrOutput

func (o HostingEnvironmentProfileOutput) ToHostingEnvironmentProfilePtrOutput() HostingEnvironmentProfilePtrOutput

func (HostingEnvironmentProfileOutput) ToHostingEnvironmentProfilePtrOutputWithContext

func (o HostingEnvironmentProfileOutput) ToHostingEnvironmentProfilePtrOutputWithContext(ctx context.Context) HostingEnvironmentProfilePtrOutput

type HostingEnvironmentProfilePtrInput

type HostingEnvironmentProfilePtrInput interface {
	pulumi.Input

	ToHostingEnvironmentProfilePtrOutput() HostingEnvironmentProfilePtrOutput
	ToHostingEnvironmentProfilePtrOutputWithContext(context.Context) HostingEnvironmentProfilePtrOutput
}

HostingEnvironmentProfilePtrInput is an input type that accepts HostingEnvironmentProfileArgs, HostingEnvironmentProfilePtr and HostingEnvironmentProfilePtrOutput values. You can construct a concrete instance of `HostingEnvironmentProfilePtrInput` via:

        HostingEnvironmentProfileArgs{...}

or:

        nil

type HostingEnvironmentProfilePtrOutput

type HostingEnvironmentProfilePtrOutput struct{ *pulumi.OutputState }

func (HostingEnvironmentProfilePtrOutput) Elem

func (HostingEnvironmentProfilePtrOutput) ElementType

func (HostingEnvironmentProfilePtrOutput) Id

Resource ID of the App Service Environment.

func (HostingEnvironmentProfilePtrOutput) ToHostingEnvironmentProfilePtrOutput

func (o HostingEnvironmentProfilePtrOutput) ToHostingEnvironmentProfilePtrOutput() HostingEnvironmentProfilePtrOutput

func (HostingEnvironmentProfilePtrOutput) ToHostingEnvironmentProfilePtrOutputWithContext

func (o HostingEnvironmentProfilePtrOutput) ToHostingEnvironmentProfilePtrOutputWithContext(ctx context.Context) HostingEnvironmentProfilePtrOutput

type HostingEnvironmentProfileResponse

type HostingEnvironmentProfileResponse struct {
	// Resource ID of the App Service Environment.
	Id *string `pulumi:"id"`
	// Name of the App Service Environment.
	Name string `pulumi:"name"`
	// Resource type of the App Service Environment.
	Type string `pulumi:"type"`
}

Specification for an App Service Environment to use for this resource.

type HostingEnvironmentProfileResponseArgs

type HostingEnvironmentProfileResponseArgs struct {
	// Resource ID of the App Service Environment.
	Id pulumi.StringPtrInput `pulumi:"id"`
	// Name of the App Service Environment.
	Name pulumi.StringInput `pulumi:"name"`
	// Resource type of the App Service Environment.
	Type pulumi.StringInput `pulumi:"type"`
}

Specification for an App Service Environment to use for this resource.

func (HostingEnvironmentProfileResponseArgs) ElementType

func (HostingEnvironmentProfileResponseArgs) ToHostingEnvironmentProfileResponseOutput

func (i HostingEnvironmentProfileResponseArgs) ToHostingEnvironmentProfileResponseOutput() HostingEnvironmentProfileResponseOutput

func (HostingEnvironmentProfileResponseArgs) ToHostingEnvironmentProfileResponseOutputWithContext

func (i HostingEnvironmentProfileResponseArgs) ToHostingEnvironmentProfileResponseOutputWithContext(ctx context.Context) HostingEnvironmentProfileResponseOutput

func (HostingEnvironmentProfileResponseArgs) ToHostingEnvironmentProfileResponsePtrOutput

func (i HostingEnvironmentProfileResponseArgs) ToHostingEnvironmentProfileResponsePtrOutput() HostingEnvironmentProfileResponsePtrOutput

func (HostingEnvironmentProfileResponseArgs) ToHostingEnvironmentProfileResponsePtrOutputWithContext

func (i HostingEnvironmentProfileResponseArgs) ToHostingEnvironmentProfileResponsePtrOutputWithContext(ctx context.Context) HostingEnvironmentProfileResponsePtrOutput

type HostingEnvironmentProfileResponseInput

type HostingEnvironmentProfileResponseInput interface {
	pulumi.Input

	ToHostingEnvironmentProfileResponseOutput() HostingEnvironmentProfileResponseOutput
	ToHostingEnvironmentProfileResponseOutputWithContext(context.Context) HostingEnvironmentProfileResponseOutput
}

HostingEnvironmentProfileResponseInput is an input type that accepts HostingEnvironmentProfileResponseArgs and HostingEnvironmentProfileResponseOutput values. You can construct a concrete instance of `HostingEnvironmentProfileResponseInput` via:

HostingEnvironmentProfileResponseArgs{...}

type HostingEnvironmentProfileResponseOutput

type HostingEnvironmentProfileResponseOutput struct{ *pulumi.OutputState }

Specification for an App Service Environment to use for this resource.

func (HostingEnvironmentProfileResponseOutput) ElementType

func (HostingEnvironmentProfileResponseOutput) Id

Resource ID of the App Service Environment.

func (HostingEnvironmentProfileResponseOutput) Name

Name of the App Service Environment.

func (HostingEnvironmentProfileResponseOutput) ToHostingEnvironmentProfileResponseOutput

func (o HostingEnvironmentProfileResponseOutput) ToHostingEnvironmentProfileResponseOutput() HostingEnvironmentProfileResponseOutput

func (HostingEnvironmentProfileResponseOutput) ToHostingEnvironmentProfileResponseOutputWithContext

func (o HostingEnvironmentProfileResponseOutput) ToHostingEnvironmentProfileResponseOutputWithContext(ctx context.Context) HostingEnvironmentProfileResponseOutput

func (HostingEnvironmentProfileResponseOutput) ToHostingEnvironmentProfileResponsePtrOutput

func (o HostingEnvironmentProfileResponseOutput) ToHostingEnvironmentProfileResponsePtrOutput() HostingEnvironmentProfileResponsePtrOutput

func (HostingEnvironmentProfileResponseOutput) ToHostingEnvironmentProfileResponsePtrOutputWithContext

func (o HostingEnvironmentProfileResponseOutput) ToHostingEnvironmentProfileResponsePtrOutputWithContext(ctx context.Context) HostingEnvironmentProfileResponsePtrOutput

func (HostingEnvironmentProfileResponseOutput) Type

Resource type of the App Service Environment.

type HostingEnvironmentProfileResponsePtrInput

type HostingEnvironmentProfileResponsePtrInput interface {
	pulumi.Input

	ToHostingEnvironmentProfileResponsePtrOutput() HostingEnvironmentProfileResponsePtrOutput
	ToHostingEnvironmentProfileResponsePtrOutputWithContext(context.Context) HostingEnvironmentProfileResponsePtrOutput
}

HostingEnvironmentProfileResponsePtrInput is an input type that accepts HostingEnvironmentProfileResponseArgs, HostingEnvironmentProfileResponsePtr and HostingEnvironmentProfileResponsePtrOutput values. You can construct a concrete instance of `HostingEnvironmentProfileResponsePtrInput` via:

        HostingEnvironmentProfileResponseArgs{...}

or:

        nil

type HostingEnvironmentProfileResponsePtrOutput

type HostingEnvironmentProfileResponsePtrOutput struct{ *pulumi.OutputState }

func (HostingEnvironmentProfileResponsePtrOutput) Elem

func (HostingEnvironmentProfileResponsePtrOutput) ElementType

func (HostingEnvironmentProfileResponsePtrOutput) Id

Resource ID of the App Service Environment.

func (HostingEnvironmentProfileResponsePtrOutput) Name

Name of the App Service Environment.

func (HostingEnvironmentProfileResponsePtrOutput) ToHostingEnvironmentProfileResponsePtrOutput

func (o HostingEnvironmentProfileResponsePtrOutput) ToHostingEnvironmentProfileResponsePtrOutput() HostingEnvironmentProfileResponsePtrOutput

func (HostingEnvironmentProfileResponsePtrOutput) ToHostingEnvironmentProfileResponsePtrOutputWithContext

func (o HostingEnvironmentProfileResponsePtrOutput) ToHostingEnvironmentProfileResponsePtrOutputWithContext(ctx context.Context) HostingEnvironmentProfileResponsePtrOutput

func (HostingEnvironmentProfileResponsePtrOutput) Type

Resource type of the App Service Environment.

type HttpLogsConfig added in v0.3.1

type HttpLogsConfig struct {
	// Http logs to azure blob storage configuration.
	AzureBlobStorage *AzureBlobStorageHttpLogsConfig `pulumi:"azureBlobStorage"`
	// Http logs to file system configuration.
	FileSystem *FileSystemHttpLogsConfig `pulumi:"fileSystem"`
}

Http logs configuration.

type HttpLogsConfigArgs added in v0.3.1

type HttpLogsConfigArgs struct {
	// Http logs to azure blob storage configuration.
	AzureBlobStorage AzureBlobStorageHttpLogsConfigPtrInput `pulumi:"azureBlobStorage"`
	// Http logs to file system configuration.
	FileSystem FileSystemHttpLogsConfigPtrInput `pulumi:"fileSystem"`
}

Http logs configuration.

func (HttpLogsConfigArgs) ElementType added in v0.3.1

func (HttpLogsConfigArgs) ElementType() reflect.Type

func (HttpLogsConfigArgs) ToHttpLogsConfigOutput added in v0.3.1

func (i HttpLogsConfigArgs) ToHttpLogsConfigOutput() HttpLogsConfigOutput

func (HttpLogsConfigArgs) ToHttpLogsConfigOutputWithContext added in v0.3.1

func (i HttpLogsConfigArgs) ToHttpLogsConfigOutputWithContext(ctx context.Context) HttpLogsConfigOutput

func (HttpLogsConfigArgs) ToHttpLogsConfigPtrOutput added in v0.3.1

func (i HttpLogsConfigArgs) ToHttpLogsConfigPtrOutput() HttpLogsConfigPtrOutput

func (HttpLogsConfigArgs) ToHttpLogsConfigPtrOutputWithContext added in v0.3.1

func (i HttpLogsConfigArgs) ToHttpLogsConfigPtrOutputWithContext(ctx context.Context) HttpLogsConfigPtrOutput

type HttpLogsConfigInput added in v0.3.1

type HttpLogsConfigInput interface {
	pulumi.Input

	ToHttpLogsConfigOutput() HttpLogsConfigOutput
	ToHttpLogsConfigOutputWithContext(context.Context) HttpLogsConfigOutput
}

HttpLogsConfigInput is an input type that accepts HttpLogsConfigArgs and HttpLogsConfigOutput values. You can construct a concrete instance of `HttpLogsConfigInput` via:

HttpLogsConfigArgs{...}

type HttpLogsConfigOutput added in v0.3.1

type HttpLogsConfigOutput struct{ *pulumi.OutputState }

Http logs configuration.

func (HttpLogsConfigOutput) AzureBlobStorage added in v0.3.1

Http logs to azure blob storage configuration.

func (HttpLogsConfigOutput) ElementType added in v0.3.1

func (HttpLogsConfigOutput) ElementType() reflect.Type

func (HttpLogsConfigOutput) FileSystem added in v0.3.1

Http logs to file system configuration.

func (HttpLogsConfigOutput) ToHttpLogsConfigOutput added in v0.3.1

func (o HttpLogsConfigOutput) ToHttpLogsConfigOutput() HttpLogsConfigOutput

func (HttpLogsConfigOutput) ToHttpLogsConfigOutputWithContext added in v0.3.1

func (o HttpLogsConfigOutput) ToHttpLogsConfigOutputWithContext(ctx context.Context) HttpLogsConfigOutput

func (HttpLogsConfigOutput) ToHttpLogsConfigPtrOutput added in v0.3.1

func (o HttpLogsConfigOutput) ToHttpLogsConfigPtrOutput() HttpLogsConfigPtrOutput

func (HttpLogsConfigOutput) ToHttpLogsConfigPtrOutputWithContext added in v0.3.1

func (o HttpLogsConfigOutput) ToHttpLogsConfigPtrOutputWithContext(ctx context.Context) HttpLogsConfigPtrOutput

type HttpLogsConfigPtrInput added in v0.3.1

type HttpLogsConfigPtrInput interface {
	pulumi.Input

	ToHttpLogsConfigPtrOutput() HttpLogsConfigPtrOutput
	ToHttpLogsConfigPtrOutputWithContext(context.Context) HttpLogsConfigPtrOutput
}

HttpLogsConfigPtrInput is an input type that accepts HttpLogsConfigArgs, HttpLogsConfigPtr and HttpLogsConfigPtrOutput values. You can construct a concrete instance of `HttpLogsConfigPtrInput` via:

        HttpLogsConfigArgs{...}

or:

        nil

func HttpLogsConfigPtr added in v0.3.1

func HttpLogsConfigPtr(v *HttpLogsConfigArgs) HttpLogsConfigPtrInput

type HttpLogsConfigPtrOutput added in v0.3.1

type HttpLogsConfigPtrOutput struct{ *pulumi.OutputState }

func (HttpLogsConfigPtrOutput) AzureBlobStorage added in v0.3.1

Http logs to azure blob storage configuration.

func (HttpLogsConfigPtrOutput) Elem added in v0.3.1

func (HttpLogsConfigPtrOutput) ElementType added in v0.3.1

func (HttpLogsConfigPtrOutput) ElementType() reflect.Type

func (HttpLogsConfigPtrOutput) FileSystem added in v0.3.1

Http logs to file system configuration.

func (HttpLogsConfigPtrOutput) ToHttpLogsConfigPtrOutput added in v0.3.1

func (o HttpLogsConfigPtrOutput) ToHttpLogsConfigPtrOutput() HttpLogsConfigPtrOutput

func (HttpLogsConfigPtrOutput) ToHttpLogsConfigPtrOutputWithContext added in v0.3.1

func (o HttpLogsConfigPtrOutput) ToHttpLogsConfigPtrOutputWithContext(ctx context.Context) HttpLogsConfigPtrOutput

type HttpLogsConfigResponse added in v0.3.1

type HttpLogsConfigResponse struct {
	// Http logs to azure blob storage configuration.
	AzureBlobStorage *AzureBlobStorageHttpLogsConfigResponse `pulumi:"azureBlobStorage"`
	// Http logs to file system configuration.
	FileSystem *FileSystemHttpLogsConfigResponse `pulumi:"fileSystem"`
}

Http logs configuration.

type HttpLogsConfigResponseArgs added in v0.3.1

type HttpLogsConfigResponseArgs struct {
	// Http logs to azure blob storage configuration.
	AzureBlobStorage AzureBlobStorageHttpLogsConfigResponsePtrInput `pulumi:"azureBlobStorage"`
	// Http logs to file system configuration.
	FileSystem FileSystemHttpLogsConfigResponsePtrInput `pulumi:"fileSystem"`
}

Http logs configuration.

func (HttpLogsConfigResponseArgs) ElementType added in v0.3.1

func (HttpLogsConfigResponseArgs) ElementType() reflect.Type

func (HttpLogsConfigResponseArgs) ToHttpLogsConfigResponseOutput added in v0.3.1

func (i HttpLogsConfigResponseArgs) ToHttpLogsConfigResponseOutput() HttpLogsConfigResponseOutput

func (HttpLogsConfigResponseArgs) ToHttpLogsConfigResponseOutputWithContext added in v0.3.1

func (i HttpLogsConfigResponseArgs) ToHttpLogsConfigResponseOutputWithContext(ctx context.Context) HttpLogsConfigResponseOutput

func (HttpLogsConfigResponseArgs) ToHttpLogsConfigResponsePtrOutput added in v0.3.1

func (i HttpLogsConfigResponseArgs) ToHttpLogsConfigResponsePtrOutput() HttpLogsConfigResponsePtrOutput

func (HttpLogsConfigResponseArgs) ToHttpLogsConfigResponsePtrOutputWithContext added in v0.3.1

func (i HttpLogsConfigResponseArgs) ToHttpLogsConfigResponsePtrOutputWithContext(ctx context.Context) HttpLogsConfigResponsePtrOutput

type HttpLogsConfigResponseInput added in v0.3.1

type HttpLogsConfigResponseInput interface {
	pulumi.Input

	ToHttpLogsConfigResponseOutput() HttpLogsConfigResponseOutput
	ToHttpLogsConfigResponseOutputWithContext(context.Context) HttpLogsConfigResponseOutput
}

HttpLogsConfigResponseInput is an input type that accepts HttpLogsConfigResponseArgs and HttpLogsConfigResponseOutput values. You can construct a concrete instance of `HttpLogsConfigResponseInput` via:

HttpLogsConfigResponseArgs{...}

type HttpLogsConfigResponseOutput added in v0.3.1

type HttpLogsConfigResponseOutput struct{ *pulumi.OutputState }

Http logs configuration.

func (HttpLogsConfigResponseOutput) AzureBlobStorage added in v0.3.1

Http logs to azure blob storage configuration.

func (HttpLogsConfigResponseOutput) ElementType added in v0.3.1

func (HttpLogsConfigResponseOutput) FileSystem added in v0.3.1

Http logs to file system configuration.

func (HttpLogsConfigResponseOutput) ToHttpLogsConfigResponseOutput added in v0.3.1

func (o HttpLogsConfigResponseOutput) ToHttpLogsConfigResponseOutput() HttpLogsConfigResponseOutput

func (HttpLogsConfigResponseOutput) ToHttpLogsConfigResponseOutputWithContext added in v0.3.1

func (o HttpLogsConfigResponseOutput) ToHttpLogsConfigResponseOutputWithContext(ctx context.Context) HttpLogsConfigResponseOutput

func (HttpLogsConfigResponseOutput) ToHttpLogsConfigResponsePtrOutput added in v0.3.1

func (o HttpLogsConfigResponseOutput) ToHttpLogsConfigResponsePtrOutput() HttpLogsConfigResponsePtrOutput

func (HttpLogsConfigResponseOutput) ToHttpLogsConfigResponsePtrOutputWithContext added in v0.3.1

func (o HttpLogsConfigResponseOutput) ToHttpLogsConfigResponsePtrOutputWithContext(ctx context.Context) HttpLogsConfigResponsePtrOutput

type HttpLogsConfigResponsePtrInput added in v0.3.1

type HttpLogsConfigResponsePtrInput interface {
	pulumi.Input

	ToHttpLogsConfigResponsePtrOutput() HttpLogsConfigResponsePtrOutput
	ToHttpLogsConfigResponsePtrOutputWithContext(context.Context) HttpLogsConfigResponsePtrOutput
}

HttpLogsConfigResponsePtrInput is an input type that accepts HttpLogsConfigResponseArgs, HttpLogsConfigResponsePtr and HttpLogsConfigResponsePtrOutput values. You can construct a concrete instance of `HttpLogsConfigResponsePtrInput` via:

        HttpLogsConfigResponseArgs{...}

or:

        nil

func HttpLogsConfigResponsePtr added in v0.3.1

func HttpLogsConfigResponsePtr(v *HttpLogsConfigResponseArgs) HttpLogsConfigResponsePtrInput

type HttpLogsConfigResponsePtrOutput added in v0.3.1

type HttpLogsConfigResponsePtrOutput struct{ *pulumi.OutputState }

func (HttpLogsConfigResponsePtrOutput) AzureBlobStorage added in v0.3.1

Http logs to azure blob storage configuration.

func (HttpLogsConfigResponsePtrOutput) Elem added in v0.3.1

func (HttpLogsConfigResponsePtrOutput) ElementType added in v0.3.1

func (HttpLogsConfigResponsePtrOutput) FileSystem added in v0.3.1

Http logs to file system configuration.

func (HttpLogsConfigResponsePtrOutput) ToHttpLogsConfigResponsePtrOutput added in v0.3.1

func (o HttpLogsConfigResponsePtrOutput) ToHttpLogsConfigResponsePtrOutput() HttpLogsConfigResponsePtrOutput

func (HttpLogsConfigResponsePtrOutput) ToHttpLogsConfigResponsePtrOutputWithContext added in v0.3.1

func (o HttpLogsConfigResponsePtrOutput) ToHttpLogsConfigResponsePtrOutputWithContext(ctx context.Context) HttpLogsConfigResponsePtrOutput

type IdentifierResponse

type IdentifierResponse struct {
	// Resource Id.
	Id string `pulumi:"id"`
	// Kind of resource.
	Kind *string `pulumi:"kind"`
	// Resource Name.
	Name string `pulumi:"name"`
	// Resource type.
	Type string `pulumi:"type"`
}

A domain specific resource identifier.

type IdentifierResponseArgs

type IdentifierResponseArgs struct {
	// Resource Id.
	Id pulumi.StringInput `pulumi:"id"`
	// Kind of resource.
	Kind pulumi.StringPtrInput `pulumi:"kind"`
	// Resource Name.
	Name pulumi.StringInput `pulumi:"name"`
	// Resource type.
	Type pulumi.StringInput `pulumi:"type"`
}

A domain specific resource identifier.

func (IdentifierResponseArgs) ElementType

func (IdentifierResponseArgs) ElementType() reflect.Type

func (IdentifierResponseArgs) ToIdentifierResponseOutput

func (i IdentifierResponseArgs) ToIdentifierResponseOutput() IdentifierResponseOutput

func (IdentifierResponseArgs) ToIdentifierResponseOutputWithContext

func (i IdentifierResponseArgs) ToIdentifierResponseOutputWithContext(ctx context.Context) IdentifierResponseOutput

type IdentifierResponseArray

type IdentifierResponseArray []IdentifierResponseInput

func (IdentifierResponseArray) ElementType

func (IdentifierResponseArray) ElementType() reflect.Type

func (IdentifierResponseArray) ToIdentifierResponseArrayOutput

func (i IdentifierResponseArray) ToIdentifierResponseArrayOutput() IdentifierResponseArrayOutput

func (IdentifierResponseArray) ToIdentifierResponseArrayOutputWithContext

func (i IdentifierResponseArray) ToIdentifierResponseArrayOutputWithContext(ctx context.Context) IdentifierResponseArrayOutput

type IdentifierResponseArrayInput

type IdentifierResponseArrayInput interface {
	pulumi.Input

	ToIdentifierResponseArrayOutput() IdentifierResponseArrayOutput
	ToIdentifierResponseArrayOutputWithContext(context.Context) IdentifierResponseArrayOutput
}

IdentifierResponseArrayInput is an input type that accepts IdentifierResponseArray and IdentifierResponseArrayOutput values. You can construct a concrete instance of `IdentifierResponseArrayInput` via:

IdentifierResponseArray{ IdentifierResponseArgs{...} }

type IdentifierResponseArrayOutput

type IdentifierResponseArrayOutput struct{ *pulumi.OutputState }

func (IdentifierResponseArrayOutput) ElementType

func (IdentifierResponseArrayOutput) Index

func (IdentifierResponseArrayOutput) ToIdentifierResponseArrayOutput

func (o IdentifierResponseArrayOutput) ToIdentifierResponseArrayOutput() IdentifierResponseArrayOutput

func (IdentifierResponseArrayOutput) ToIdentifierResponseArrayOutputWithContext

func (o IdentifierResponseArrayOutput) ToIdentifierResponseArrayOutputWithContext(ctx context.Context) IdentifierResponseArrayOutput

type IdentifierResponseInput

type IdentifierResponseInput interface {
	pulumi.Input

	ToIdentifierResponseOutput() IdentifierResponseOutput
	ToIdentifierResponseOutputWithContext(context.Context) IdentifierResponseOutput
}

IdentifierResponseInput is an input type that accepts IdentifierResponseArgs and IdentifierResponseOutput values. You can construct a concrete instance of `IdentifierResponseInput` via:

IdentifierResponseArgs{...}

type IdentifierResponseOutput

type IdentifierResponseOutput struct{ *pulumi.OutputState }

A domain specific resource identifier.

func (IdentifierResponseOutput) ElementType

func (IdentifierResponseOutput) ElementType() reflect.Type

func (IdentifierResponseOutput) Id

Resource Id.

func (IdentifierResponseOutput) Kind

Kind of resource.

func (IdentifierResponseOutput) Name

Resource Name.

func (IdentifierResponseOutput) ToIdentifierResponseOutput

func (o IdentifierResponseOutput) ToIdentifierResponseOutput() IdentifierResponseOutput

func (IdentifierResponseOutput) ToIdentifierResponseOutputWithContext

func (o IdentifierResponseOutput) ToIdentifierResponseOutputWithContext(ctx context.Context) IdentifierResponseOutput

func (IdentifierResponseOutput) Type

Resource type.

type InternalLoadBalancingMode added in v0.3.1

type InternalLoadBalancingMode pulumi.String

Specifies which endpoints to serve internally in the Virtual Network for the App Service Environment.

func (InternalLoadBalancingMode) ElementType added in v0.3.1

func (InternalLoadBalancingMode) ElementType() reflect.Type

func (InternalLoadBalancingMode) ToStringOutput added in v0.3.1

func (e InternalLoadBalancingMode) ToStringOutput() pulumi.StringOutput

func (InternalLoadBalancingMode) ToStringOutputWithContext added in v0.3.1

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

func (InternalLoadBalancingMode) ToStringPtrOutput added in v0.3.1

func (e InternalLoadBalancingMode) ToStringPtrOutput() pulumi.StringPtrOutput

func (InternalLoadBalancingMode) ToStringPtrOutputWithContext added in v0.3.1

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

type IpFilterTag added in v0.3.1

type IpFilterTag pulumi.String

Defines what this IP filter will be used for. This is to support IP filtering on proxies.

func (IpFilterTag) ElementType added in v0.3.1

func (IpFilterTag) ElementType() reflect.Type

func (IpFilterTag) ToStringOutput added in v0.3.1

func (e IpFilterTag) ToStringOutput() pulumi.StringOutput

func (IpFilterTag) ToStringOutputWithContext added in v0.3.1

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

func (IpFilterTag) ToStringPtrOutput added in v0.3.1

func (e IpFilterTag) ToStringPtrOutput() pulumi.StringPtrOutput

func (IpFilterTag) ToStringPtrOutputWithContext added in v0.3.1

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

type IpSecurityRestriction

type IpSecurityRestriction struct {
	// Allow or Deny access for this IP range.
	Action *string `pulumi:"action"`
	// IP restriction rule description.
	Description *string `pulumi:"description"`
	// IP address the security restriction is valid for.
	// It can be in form of pure ipv4 address (required SubnetMask property) or
	// CIDR notation such as ipv4/mask (leading bit match). For CIDR,
	// SubnetMask property must not be specified.
	IpAddress *string `pulumi:"ipAddress"`
	// IP restriction rule name.
	Name *string `pulumi:"name"`
	// Priority of IP restriction rule.
	Priority *int `pulumi:"priority"`
	// Subnet mask for the range of IP addresses the restriction is valid for.
	SubnetMask *string `pulumi:"subnetMask"`
	// (internal) Subnet traffic tag
	SubnetTrafficTag *int `pulumi:"subnetTrafficTag"`
	// Defines what this IP filter will be used for. This is to support IP filtering on proxies.
	Tag *string `pulumi:"tag"`
	// Virtual network resource id
	VnetSubnetResourceId *string `pulumi:"vnetSubnetResourceId"`
	// (internal) Vnet traffic tag
	VnetTrafficTag *int `pulumi:"vnetTrafficTag"`
}

IP security restriction on an app.

type IpSecurityRestrictionArgs

type IpSecurityRestrictionArgs struct {
	// Allow or Deny access for this IP range.
	Action pulumi.StringPtrInput `pulumi:"action"`
	// IP restriction rule description.
	Description pulumi.StringPtrInput `pulumi:"description"`
	// IP address the security restriction is valid for.
	// It can be in form of pure ipv4 address (required SubnetMask property) or
	// CIDR notation such as ipv4/mask (leading bit match). For CIDR,
	// SubnetMask property must not be specified.
	IpAddress pulumi.StringPtrInput `pulumi:"ipAddress"`
	// IP restriction rule name.
	Name pulumi.StringPtrInput `pulumi:"name"`
	// Priority of IP restriction rule.
	Priority pulumi.IntPtrInput `pulumi:"priority"`
	// Subnet mask for the range of IP addresses the restriction is valid for.
	SubnetMask pulumi.StringPtrInput `pulumi:"subnetMask"`
	// (internal) Subnet traffic tag
	SubnetTrafficTag pulumi.IntPtrInput `pulumi:"subnetTrafficTag"`
	// Defines what this IP filter will be used for. This is to support IP filtering on proxies.
	Tag *IpFilterTag `pulumi:"tag"`
	// Virtual network resource id
	VnetSubnetResourceId pulumi.StringPtrInput `pulumi:"vnetSubnetResourceId"`
	// (internal) Vnet traffic tag
	VnetTrafficTag pulumi.IntPtrInput `pulumi:"vnetTrafficTag"`
}

IP security restriction on an app.

func (IpSecurityRestrictionArgs) ElementType

func (IpSecurityRestrictionArgs) ElementType() reflect.Type

func (IpSecurityRestrictionArgs) ToIpSecurityRestrictionOutput

func (i IpSecurityRestrictionArgs) ToIpSecurityRestrictionOutput() IpSecurityRestrictionOutput

func (IpSecurityRestrictionArgs) ToIpSecurityRestrictionOutputWithContext

func (i IpSecurityRestrictionArgs) ToIpSecurityRestrictionOutputWithContext(ctx context.Context) IpSecurityRestrictionOutput

type IpSecurityRestrictionArray

type IpSecurityRestrictionArray []IpSecurityRestrictionInput

func (IpSecurityRestrictionArray) ElementType

func (IpSecurityRestrictionArray) ElementType() reflect.Type

func (IpSecurityRestrictionArray) ToIpSecurityRestrictionArrayOutput

func (i IpSecurityRestrictionArray) ToIpSecurityRestrictionArrayOutput() IpSecurityRestrictionArrayOutput

func (IpSecurityRestrictionArray) ToIpSecurityRestrictionArrayOutputWithContext

func (i IpSecurityRestrictionArray) ToIpSecurityRestrictionArrayOutputWithContext(ctx context.Context) IpSecurityRestrictionArrayOutput

type IpSecurityRestrictionArrayInput

type IpSecurityRestrictionArrayInput interface {
	pulumi.Input

	ToIpSecurityRestrictionArrayOutput() IpSecurityRestrictionArrayOutput
	ToIpSecurityRestrictionArrayOutputWithContext(context.Context) IpSecurityRestrictionArrayOutput
}

IpSecurityRestrictionArrayInput is an input type that accepts IpSecurityRestrictionArray and IpSecurityRestrictionArrayOutput values. You can construct a concrete instance of `IpSecurityRestrictionArrayInput` via:

IpSecurityRestrictionArray{ IpSecurityRestrictionArgs{...} }

type IpSecurityRestrictionArrayOutput

type IpSecurityRestrictionArrayOutput struct{ *pulumi.OutputState }

func (IpSecurityRestrictionArrayOutput) ElementType

func (IpSecurityRestrictionArrayOutput) Index

func (IpSecurityRestrictionArrayOutput) ToIpSecurityRestrictionArrayOutput

func (o IpSecurityRestrictionArrayOutput) ToIpSecurityRestrictionArrayOutput() IpSecurityRestrictionArrayOutput

func (IpSecurityRestrictionArrayOutput) ToIpSecurityRestrictionArrayOutputWithContext

func (o IpSecurityRestrictionArrayOutput) ToIpSecurityRestrictionArrayOutputWithContext(ctx context.Context) IpSecurityRestrictionArrayOutput

type IpSecurityRestrictionInput

type IpSecurityRestrictionInput interface {
	pulumi.Input

	ToIpSecurityRestrictionOutput() IpSecurityRestrictionOutput
	ToIpSecurityRestrictionOutputWithContext(context.Context) IpSecurityRestrictionOutput
}

IpSecurityRestrictionInput is an input type that accepts IpSecurityRestrictionArgs and IpSecurityRestrictionOutput values. You can construct a concrete instance of `IpSecurityRestrictionInput` via:

IpSecurityRestrictionArgs{...}

type IpSecurityRestrictionOutput

type IpSecurityRestrictionOutput struct{ *pulumi.OutputState }

IP security restriction on an app.

func (IpSecurityRestrictionOutput) Action

Allow or Deny access for this IP range.

func (IpSecurityRestrictionOutput) Description

IP restriction rule description.

func (IpSecurityRestrictionOutput) ElementType

func (IpSecurityRestrictionOutput) IpAddress

IP address the security restriction is valid for. It can be in form of pure ipv4 address (required SubnetMask property) or CIDR notation such as ipv4/mask (leading bit match). For CIDR, SubnetMask property must not be specified.

func (IpSecurityRestrictionOutput) Name

IP restriction rule name.

func (IpSecurityRestrictionOutput) Priority

Priority of IP restriction rule.

func (IpSecurityRestrictionOutput) SubnetMask

Subnet mask for the range of IP addresses the restriction is valid for.

func (IpSecurityRestrictionOutput) SubnetTrafficTag

func (o IpSecurityRestrictionOutput) SubnetTrafficTag() pulumi.IntPtrOutput

(internal) Subnet traffic tag

func (IpSecurityRestrictionOutput) Tag

Defines what this IP filter will be used for. This is to support IP filtering on proxies.

func (IpSecurityRestrictionOutput) ToIpSecurityRestrictionOutput

func (o IpSecurityRestrictionOutput) ToIpSecurityRestrictionOutput() IpSecurityRestrictionOutput

func (IpSecurityRestrictionOutput) ToIpSecurityRestrictionOutputWithContext

func (o IpSecurityRestrictionOutput) ToIpSecurityRestrictionOutputWithContext(ctx context.Context) IpSecurityRestrictionOutput

func (IpSecurityRestrictionOutput) VnetSubnetResourceId

func (o IpSecurityRestrictionOutput) VnetSubnetResourceId() pulumi.StringPtrOutput

Virtual network resource id

func (IpSecurityRestrictionOutput) VnetTrafficTag

func (o IpSecurityRestrictionOutput) VnetTrafficTag() pulumi.IntPtrOutput

(internal) Vnet traffic tag

type IpSecurityRestrictionResponse

type IpSecurityRestrictionResponse struct {
	// Allow or Deny access for this IP range.
	Action *string `pulumi:"action"`
	// IP restriction rule description.
	Description *string `pulumi:"description"`
	// IP address the security restriction is valid for.
	// It can be in form of pure ipv4 address (required SubnetMask property) or
	// CIDR notation such as ipv4/mask (leading bit match). For CIDR,
	// SubnetMask property must not be specified.
	IpAddress *string `pulumi:"ipAddress"`
	// IP restriction rule name.
	Name *string `pulumi:"name"`
	// Priority of IP restriction rule.
	Priority *int `pulumi:"priority"`
	// Subnet mask for the range of IP addresses the restriction is valid for.
	SubnetMask *string `pulumi:"subnetMask"`
	// (internal) Subnet traffic tag
	SubnetTrafficTag *int `pulumi:"subnetTrafficTag"`
	// Defines what this IP filter will be used for. This is to support IP filtering on proxies.
	Tag *string `pulumi:"tag"`
	// Virtual network resource id
	VnetSubnetResourceId *string `pulumi:"vnetSubnetResourceId"`
	// (internal) Vnet traffic tag
	VnetTrafficTag *int `pulumi:"vnetTrafficTag"`
}

IP security restriction on an app.

type IpSecurityRestrictionResponseArgs

type IpSecurityRestrictionResponseArgs struct {
	// Allow or Deny access for this IP range.
	Action pulumi.StringPtrInput `pulumi:"action"`
	// IP restriction rule description.
	Description pulumi.StringPtrInput `pulumi:"description"`
	// IP address the security restriction is valid for.
	// It can be in form of pure ipv4 address (required SubnetMask property) or
	// CIDR notation such as ipv4/mask (leading bit match). For CIDR,
	// SubnetMask property must not be specified.
	IpAddress pulumi.StringPtrInput `pulumi:"ipAddress"`
	// IP restriction rule name.
	Name pulumi.StringPtrInput `pulumi:"name"`
	// Priority of IP restriction rule.
	Priority pulumi.IntPtrInput `pulumi:"priority"`
	// Subnet mask for the range of IP addresses the restriction is valid for.
	SubnetMask pulumi.StringPtrInput `pulumi:"subnetMask"`
	// (internal) Subnet traffic tag
	SubnetTrafficTag pulumi.IntPtrInput `pulumi:"subnetTrafficTag"`
	// Defines what this IP filter will be used for. This is to support IP filtering on proxies.
	Tag pulumi.StringPtrInput `pulumi:"tag"`
	// Virtual network resource id
	VnetSubnetResourceId pulumi.StringPtrInput `pulumi:"vnetSubnetResourceId"`
	// (internal) Vnet traffic tag
	VnetTrafficTag pulumi.IntPtrInput `pulumi:"vnetTrafficTag"`
}

IP security restriction on an app.

func (IpSecurityRestrictionResponseArgs) ElementType

func (IpSecurityRestrictionResponseArgs) ToIpSecurityRestrictionResponseOutput

func (i IpSecurityRestrictionResponseArgs) ToIpSecurityRestrictionResponseOutput() IpSecurityRestrictionResponseOutput

func (IpSecurityRestrictionResponseArgs) ToIpSecurityRestrictionResponseOutputWithContext

func (i IpSecurityRestrictionResponseArgs) ToIpSecurityRestrictionResponseOutputWithContext(ctx context.Context) IpSecurityRestrictionResponseOutput

type IpSecurityRestrictionResponseArray

type IpSecurityRestrictionResponseArray []IpSecurityRestrictionResponseInput

func (IpSecurityRestrictionResponseArray) ElementType

func (IpSecurityRestrictionResponseArray) ToIpSecurityRestrictionResponseArrayOutput

func (i IpSecurityRestrictionResponseArray) ToIpSecurityRestrictionResponseArrayOutput() IpSecurityRestrictionResponseArrayOutput

func (IpSecurityRestrictionResponseArray) ToIpSecurityRestrictionResponseArrayOutputWithContext

func (i IpSecurityRestrictionResponseArray) ToIpSecurityRestrictionResponseArrayOutputWithContext(ctx context.Context) IpSecurityRestrictionResponseArrayOutput

type IpSecurityRestrictionResponseArrayInput

type IpSecurityRestrictionResponseArrayInput interface {
	pulumi.Input

	ToIpSecurityRestrictionResponseArrayOutput() IpSecurityRestrictionResponseArrayOutput
	ToIpSecurityRestrictionResponseArrayOutputWithContext(context.Context) IpSecurityRestrictionResponseArrayOutput
}

IpSecurityRestrictionResponseArrayInput is an input type that accepts IpSecurityRestrictionResponseArray and IpSecurityRestrictionResponseArrayOutput values. You can construct a concrete instance of `IpSecurityRestrictionResponseArrayInput` via:

IpSecurityRestrictionResponseArray{ IpSecurityRestrictionResponseArgs{...} }

type IpSecurityRestrictionResponseArrayOutput

type IpSecurityRestrictionResponseArrayOutput struct{ *pulumi.OutputState }

func (IpSecurityRestrictionResponseArrayOutput) ElementType

func (IpSecurityRestrictionResponseArrayOutput) Index

func (IpSecurityRestrictionResponseArrayOutput) ToIpSecurityRestrictionResponseArrayOutput

func (o IpSecurityRestrictionResponseArrayOutput) ToIpSecurityRestrictionResponseArrayOutput() IpSecurityRestrictionResponseArrayOutput

func (IpSecurityRestrictionResponseArrayOutput) ToIpSecurityRestrictionResponseArrayOutputWithContext

func (o IpSecurityRestrictionResponseArrayOutput) ToIpSecurityRestrictionResponseArrayOutputWithContext(ctx context.Context) IpSecurityRestrictionResponseArrayOutput

type IpSecurityRestrictionResponseInput

type IpSecurityRestrictionResponseInput interface {
	pulumi.Input

	ToIpSecurityRestrictionResponseOutput() IpSecurityRestrictionResponseOutput
	ToIpSecurityRestrictionResponseOutputWithContext(context.Context) IpSecurityRestrictionResponseOutput
}

IpSecurityRestrictionResponseInput is an input type that accepts IpSecurityRestrictionResponseArgs and IpSecurityRestrictionResponseOutput values. You can construct a concrete instance of `IpSecurityRestrictionResponseInput` via:

IpSecurityRestrictionResponseArgs{...}

type IpSecurityRestrictionResponseOutput

type IpSecurityRestrictionResponseOutput struct{ *pulumi.OutputState }

IP security restriction on an app.

func (IpSecurityRestrictionResponseOutput) Action

Allow or Deny access for this IP range.

func (IpSecurityRestrictionResponseOutput) Description

IP restriction rule description.

func (IpSecurityRestrictionResponseOutput) ElementType

func (IpSecurityRestrictionResponseOutput) IpAddress

IP address the security restriction is valid for. It can be in form of pure ipv4 address (required SubnetMask property) or CIDR notation such as ipv4/mask (leading bit match). For CIDR, SubnetMask property must not be specified.

func (IpSecurityRestrictionResponseOutput) Name

IP restriction rule name.

func (IpSecurityRestrictionResponseOutput) Priority

Priority of IP restriction rule.

func (IpSecurityRestrictionResponseOutput) SubnetMask

Subnet mask for the range of IP addresses the restriction is valid for.

func (IpSecurityRestrictionResponseOutput) SubnetTrafficTag

(internal) Subnet traffic tag

func (IpSecurityRestrictionResponseOutput) Tag

Defines what this IP filter will be used for. This is to support IP filtering on proxies.

func (IpSecurityRestrictionResponseOutput) ToIpSecurityRestrictionResponseOutput

func (o IpSecurityRestrictionResponseOutput) ToIpSecurityRestrictionResponseOutput() IpSecurityRestrictionResponseOutput

func (IpSecurityRestrictionResponseOutput) ToIpSecurityRestrictionResponseOutputWithContext

func (o IpSecurityRestrictionResponseOutput) ToIpSecurityRestrictionResponseOutputWithContext(ctx context.Context) IpSecurityRestrictionResponseOutput

func (IpSecurityRestrictionResponseOutput) VnetSubnetResourceId

Virtual network resource id

func (IpSecurityRestrictionResponseOutput) VnetTrafficTag

(internal) Vnet traffic tag

type ListAppServicePlanHybridConnectionKeysArgs

type ListAppServicePlanHybridConnectionKeysArgs struct {
	// Name of the App Service plan.
	Name string `pulumi:"name"`
	// The name of the Service Bus namespace.
	NamespaceName string `pulumi:"namespaceName"`
	// The name of the Service Bus relay.
	RelayName string `pulumi:"relayName"`
	// Name of the resource group to which the resource belongs.
	ResourceGroupName string `pulumi:"resourceGroupName"`
}

type ListAppServicePlanHybridConnectionKeysResult

type ListAppServicePlanHybridConnectionKeysResult struct {
	// Resource Id.
	Id string `pulumi:"id"`
	// Kind of resource.
	Kind *string `pulumi:"kind"`
	// Resource Name.
	Name string `pulumi:"name"`
	// The name of the send key.
	SendKeyName string `pulumi:"sendKeyName"`
	// The value of the send key.
	SendKeyValue string `pulumi:"sendKeyValue"`
	// Resource type.
	Type string `pulumi:"type"`
}

Hybrid Connection key contract. This has the send key name and value for a Hybrid Connection.

type ListSiteIdentifiersAssignedToHostNameArgs

type ListSiteIdentifiersAssignedToHostNameArgs struct {
	// Name of the object.
	Name *string `pulumi:"name"`
}

type ListSiteIdentifiersAssignedToHostNameResult

type ListSiteIdentifiersAssignedToHostNameResult struct {
	// Link to next page of resources.
	NextLink string `pulumi:"nextLink"`
	// Collection of resources.
	Value []IdentifierResponse `pulumi:"value"`
}

Collection of identifiers.

type ListWebAppAuthSettingsArgs

type ListWebAppAuthSettingsArgs struct {
	// Name of the app.
	Name string `pulumi:"name"`
	// Name of the resource group to which the resource belongs.
	ResourceGroupName string `pulumi:"resourceGroupName"`
}

type ListWebAppAuthSettingsResult

type ListWebAppAuthSettingsResult struct {
	// Login parameters to send to the OpenID Connect authorization endpoint when
	// a user logs in. Each parameter must be in the form "key=value".
	AdditionalLoginParams []string `pulumi:"additionalLoginParams"`
	// Allowed audience values to consider when validating JWTs issued by
	// Azure Active Directory. Note that the <code>ClientID</code> value is always considered an
	// allowed audience, regardless of this setting.
	AllowedAudiences []string `pulumi:"allowedAudiences"`
	// External URLs that can be redirected to as part of logging in or logging out of the app. Note that the query string part of the URL is ignored.
	// This is an advanced setting typically only needed by Windows Store application backends.
	// Note that URLs within the current domain are always implicitly allowed.
	AllowedExternalRedirectUrls []string `pulumi:"allowedExternalRedirectUrls"`
	// The Client ID of this relying party application, known as the client_id.
	// This setting is required for enabling OpenID Connection authentication with Azure Active Directory or
	// other 3rd party OpenID Connect providers.
	// More information on OpenID Connect: http://openid.net/specs/openid-connect-core-1_0.html
	ClientId *string `pulumi:"clientId"`
	// The Client Secret of this relying party application (in Azure Active Directory, this is also referred to as the Key).
	// This setting is optional. If no client secret is configured, the OpenID Connect implicit auth flow is used to authenticate end users.
	// Otherwise, the OpenID Connect Authorization Code Flow is used to authenticate end users.
	// More information on OpenID Connect: http://openid.net/specs/openid-connect-core-1_0.html
	ClientSecret *string `pulumi:"clientSecret"`
	// An alternative to the client secret, that is the thumbprint of a certificate used for signing purposes. This property acts as
	// a replacement for the Client Secret. It is also optional.
	ClientSecretCertificateThumbprint *string `pulumi:"clientSecretCertificateThumbprint"`
	// The default authentication provider to use when multiple providers are configured.
	// This setting is only needed if multiple providers are configured and the unauthenticated client
	// action is set to "RedirectToLoginPage".
	DefaultProvider *string `pulumi:"defaultProvider"`
	// <code>true</code> if the Authentication / Authorization feature is enabled for the current app; otherwise, <code>false</code>.
	Enabled *bool `pulumi:"enabled"`
	// The App ID of the Facebook app used for login.
	// This setting is required for enabling Facebook Login.
	// Facebook Login documentation: https://developers.facebook.com/docs/facebook-login
	FacebookAppId *string `pulumi:"facebookAppId"`
	// The App Secret of the Facebook app used for Facebook Login.
	// This setting is required for enabling Facebook Login.
	// Facebook Login documentation: https://developers.facebook.com/docs/facebook-login
	FacebookAppSecret *string `pulumi:"facebookAppSecret"`
	// The OAuth 2.0 scopes that will be requested as part of Facebook Login authentication.
	// This setting is optional.
	// Facebook Login documentation: https://developers.facebook.com/docs/facebook-login
	FacebookOAuthScopes []string `pulumi:"facebookOAuthScopes"`
	// The OpenID Connect Client ID for the Google web application.
	// This setting is required for enabling Google Sign-In.
	// Google Sign-In documentation: https://developers.google.com/identity/sign-in/web/
	GoogleClientId *string `pulumi:"googleClientId"`
	// The client secret associated with the Google web application.
	// This setting is required for enabling Google Sign-In.
	// Google Sign-In documentation: https://developers.google.com/identity/sign-in/web/
	GoogleClientSecret *string `pulumi:"googleClientSecret"`
	// The OAuth 2.0 scopes that will be requested as part of Google Sign-In authentication.
	// This setting is optional. If not specified, "openid", "profile", and "email" are used as default scopes.
	// Google Sign-In documentation: https://developers.google.com/identity/sign-in/web/
	GoogleOAuthScopes []string `pulumi:"googleOAuthScopes"`
	// Resource Id.
	Id string `pulumi:"id"`
	// The OpenID Connect Issuer URI that represents the entity which issues access tokens for this application.
	// When using Azure Active Directory, this value is the URI of the directory tenant, e.g. https://sts.windows.net/{tenant-guid}/.
	// This URI is a case-sensitive identifier for the token issuer.
	// More information on OpenID Connect Discovery: http://openid.net/specs/openid-connect-discovery-1_0.html
	Issuer *string `pulumi:"issuer"`
	// Kind of resource.
	Kind *string `pulumi:"kind"`
	// The OAuth 2.0 client ID that was created for the app used for authentication.
	// This setting is required for enabling Microsoft Account authentication.
	// Microsoft Account OAuth documentation: https://dev.onedrive.com/auth/msa_oauth.htm
	MicrosoftAccountClientId *string `pulumi:"microsoftAccountClientId"`
	// The OAuth 2.0 client secret that was created for the app used for authentication.
	// This setting is required for enabling Microsoft Account authentication.
	// Microsoft Account OAuth documentation: https://dev.onedrive.com/auth/msa_oauth.htm
	MicrosoftAccountClientSecret *string `pulumi:"microsoftAccountClientSecret"`
	// The OAuth 2.0 scopes that will be requested as part of Microsoft Account authentication.
	// This setting is optional. If not specified, "wl.basic" is used as the default scope.
	// Microsoft Account Scopes and permissions documentation: https://msdn.microsoft.com/en-us/library/dn631845.aspx
	MicrosoftAccountOAuthScopes []string `pulumi:"microsoftAccountOAuthScopes"`
	// Resource Name.
	Name string `pulumi:"name"`
	// The RuntimeVersion of the Authentication / Authorization feature in use for the current app.
	// The setting in this value can control the behavior of certain features in the Authentication / Authorization module.
	RuntimeVersion *string `pulumi:"runtimeVersion"`
	// The number of hours after session token expiration that a session token can be used to
	// call the token refresh API. The default is 72 hours.
	TokenRefreshExtensionHours *float64 `pulumi:"tokenRefreshExtensionHours"`
	// <code>true</code> to durably store platform-specific security tokens that are obtained during login flows; otherwise, <code>false</code>.
	//  The default is <code>false</code>.
	TokenStoreEnabled *bool `pulumi:"tokenStoreEnabled"`
	// The OAuth 1.0a consumer key of the Twitter application used for sign-in.
	// This setting is required for enabling Twitter Sign-In.
	// Twitter Sign-In documentation: https://dev.twitter.com/web/sign-in
	TwitterConsumerKey *string `pulumi:"twitterConsumerKey"`
	// The OAuth 1.0a consumer secret of the Twitter application used for sign-in.
	// This setting is required for enabling Twitter Sign-In.
	// Twitter Sign-In documentation: https://dev.twitter.com/web/sign-in
	TwitterConsumerSecret *string `pulumi:"twitterConsumerSecret"`
	// Resource type.
	Type string `pulumi:"type"`
	// The action to take when an unauthenticated client attempts to access the app.
	UnauthenticatedClientAction *string `pulumi:"unauthenticatedClientAction"`
	// Gets a value indicating whether the issuer should be a valid HTTPS url and be validated as such.
	ValidateIssuer *bool `pulumi:"validateIssuer"`
}

Configuration settings for the Azure App Service Authentication / Authorization feature.

type ListWebAppAuthSettingsSlotArgs

type ListWebAppAuthSettingsSlotArgs struct {
	// Name of the app.
	Name string `pulumi:"name"`
	// Name of the resource group to which the resource belongs.
	ResourceGroupName string `pulumi:"resourceGroupName"`
	// Name of the deployment slot. If a slot is not specified, the API will get the settings for the production slot.
	Slot string `pulumi:"slot"`
}

type ListWebAppAuthSettingsSlotResult

type ListWebAppAuthSettingsSlotResult struct {
	// Login parameters to send to the OpenID Connect authorization endpoint when
	// a user logs in. Each parameter must be in the form "key=value".
	AdditionalLoginParams []string `pulumi:"additionalLoginParams"`
	// Allowed audience values to consider when validating JWTs issued by
	// Azure Active Directory. Note that the <code>ClientID</code> value is always considered an
	// allowed audience, regardless of this setting.
	AllowedAudiences []string `pulumi:"allowedAudiences"`
	// External URLs that can be redirected to as part of logging in or logging out of the app. Note that the query string part of the URL is ignored.
	// This is an advanced setting typically only needed by Windows Store application backends.
	// Note that URLs within the current domain are always implicitly allowed.
	AllowedExternalRedirectUrls []string `pulumi:"allowedExternalRedirectUrls"`
	// The Client ID of this relying party application, known as the client_id.
	// This setting is required for enabling OpenID Connection authentication with Azure Active Directory or
	// other 3rd party OpenID Connect providers.
	// More information on OpenID Connect: http://openid.net/specs/openid-connect-core-1_0.html
	ClientId *string `pulumi:"clientId"`
	// The Client Secret of this relying party application (in Azure Active Directory, this is also referred to as the Key).
	// This setting is optional. If no client secret is configured, the OpenID Connect implicit auth flow is used to authenticate end users.
	// Otherwise, the OpenID Connect Authorization Code Flow is used to authenticate end users.
	// More information on OpenID Connect: http://openid.net/specs/openid-connect-core-1_0.html
	ClientSecret *string `pulumi:"clientSecret"`
	// An alternative to the client secret, that is the thumbprint of a certificate used for signing purposes. This property acts as
	// a replacement for the Client Secret. It is also optional.
	ClientSecretCertificateThumbprint *string `pulumi:"clientSecretCertificateThumbprint"`
	// The default authentication provider to use when multiple providers are configured.
	// This setting is only needed if multiple providers are configured and the unauthenticated client
	// action is set to "RedirectToLoginPage".
	DefaultProvider *string `pulumi:"defaultProvider"`
	// <code>true</code> if the Authentication / Authorization feature is enabled for the current app; otherwise, <code>false</code>.
	Enabled *bool `pulumi:"enabled"`
	// The App ID of the Facebook app used for login.
	// This setting is required for enabling Facebook Login.
	// Facebook Login documentation: https://developers.facebook.com/docs/facebook-login
	FacebookAppId *string `pulumi:"facebookAppId"`
	// The App Secret of the Facebook app used for Facebook Login.
	// This setting is required for enabling Facebook Login.
	// Facebook Login documentation: https://developers.facebook.com/docs/facebook-login
	FacebookAppSecret *string `pulumi:"facebookAppSecret"`
	// The OAuth 2.0 scopes that will be requested as part of Facebook Login authentication.
	// This setting is optional.
	// Facebook Login documentation: https://developers.facebook.com/docs/facebook-login
	FacebookOAuthScopes []string `pulumi:"facebookOAuthScopes"`
	// The OpenID Connect Client ID for the Google web application.
	// This setting is required for enabling Google Sign-In.
	// Google Sign-In documentation: https://developers.google.com/identity/sign-in/web/
	GoogleClientId *string `pulumi:"googleClientId"`
	// The client secret associated with the Google web application.
	// This setting is required for enabling Google Sign-In.
	// Google Sign-In documentation: https://developers.google.com/identity/sign-in/web/
	GoogleClientSecret *string `pulumi:"googleClientSecret"`
	// The OAuth 2.0 scopes that will be requested as part of Google Sign-In authentication.
	// This setting is optional. If not specified, "openid", "profile", and "email" are used as default scopes.
	// Google Sign-In documentation: https://developers.google.com/identity/sign-in/web/
	GoogleOAuthScopes []string `pulumi:"googleOAuthScopes"`
	// Resource Id.
	Id string `pulumi:"id"`
	// The OpenID Connect Issuer URI that represents the entity which issues access tokens for this application.
	// When using Azure Active Directory, this value is the URI of the directory tenant, e.g. https://sts.windows.net/{tenant-guid}/.
	// This URI is a case-sensitive identifier for the token issuer.
	// More information on OpenID Connect Discovery: http://openid.net/specs/openid-connect-discovery-1_0.html
	Issuer *string `pulumi:"issuer"`
	// Kind of resource.
	Kind *string `pulumi:"kind"`
	// The OAuth 2.0 client ID that was created for the app used for authentication.
	// This setting is required for enabling Microsoft Account authentication.
	// Microsoft Account OAuth documentation: https://dev.onedrive.com/auth/msa_oauth.htm
	MicrosoftAccountClientId *string `pulumi:"microsoftAccountClientId"`
	// The OAuth 2.0 client secret that was created for the app used for authentication.
	// This setting is required for enabling Microsoft Account authentication.
	// Microsoft Account OAuth documentation: https://dev.onedrive.com/auth/msa_oauth.htm
	MicrosoftAccountClientSecret *string `pulumi:"microsoftAccountClientSecret"`
	// The OAuth 2.0 scopes that will be requested as part of Microsoft Account authentication.
	// This setting is optional. If not specified, "wl.basic" is used as the default scope.
	// Microsoft Account Scopes and permissions documentation: https://msdn.microsoft.com/en-us/library/dn631845.aspx
	MicrosoftAccountOAuthScopes []string `pulumi:"microsoftAccountOAuthScopes"`
	// Resource Name.
	Name string `pulumi:"name"`
	// The RuntimeVersion of the Authentication / Authorization feature in use for the current app.
	// The setting in this value can control the behavior of certain features in the Authentication / Authorization module.
	RuntimeVersion *string `pulumi:"runtimeVersion"`
	// The number of hours after session token expiration that a session token can be used to
	// call the token refresh API. The default is 72 hours.
	TokenRefreshExtensionHours *float64 `pulumi:"tokenRefreshExtensionHours"`
	// <code>true</code> to durably store platform-specific security tokens that are obtained during login flows; otherwise, <code>false</code>.
	//  The default is <code>false</code>.
	TokenStoreEnabled *bool `pulumi:"tokenStoreEnabled"`
	// The OAuth 1.0a consumer key of the Twitter application used for sign-in.
	// This setting is required for enabling Twitter Sign-In.
	// Twitter Sign-In documentation: https://dev.twitter.com/web/sign-in
	TwitterConsumerKey *string `pulumi:"twitterConsumerKey"`
	// The OAuth 1.0a consumer secret of the Twitter application used for sign-in.
	// This setting is required for enabling Twitter Sign-In.
	// Twitter Sign-In documentation: https://dev.twitter.com/web/sign-in
	TwitterConsumerSecret *string `pulumi:"twitterConsumerSecret"`
	// Resource type.
	Type string `pulumi:"type"`
	// The action to take when an unauthenticated client attempts to access the app.
	UnauthenticatedClientAction *string `pulumi:"unauthenticatedClientAction"`
	// Gets a value indicating whether the issuer should be a valid HTTPS url and be validated as such.
	ValidateIssuer *bool `pulumi:"validateIssuer"`
}

Configuration settings for the Azure App Service Authentication / Authorization feature.

type ListWebAppAzureStorageAccountsArgs

type ListWebAppAzureStorageAccountsArgs struct {
	// Name of the app.
	Name string `pulumi:"name"`
	// Name of the resource group to which the resource belongs.
	ResourceGroupName string `pulumi:"resourceGroupName"`
}

type ListWebAppAzureStorageAccountsResult

type ListWebAppAzureStorageAccountsResult struct {
	// Resource Id.
	Id string `pulumi:"id"`
	// Kind of resource.
	Kind *string `pulumi:"kind"`
	// Resource Name.
	Name string `pulumi:"name"`
	// Azure storage accounts.
	Properties map[string]AzureStorageInfoValueResponse `pulumi:"properties"`
	// Resource type.
	Type string `pulumi:"type"`
}

AzureStorageInfo dictionary resource.

type ListWebAppAzureStorageAccountsSlotArgs

type ListWebAppAzureStorageAccountsSlotArgs struct {
	// Name of the app.
	Name string `pulumi:"name"`
	// Name of the resource group to which the resource belongs.
	ResourceGroupName string `pulumi:"resourceGroupName"`
	// Name of the deployment slot. If a slot is not specified, the API will update the Azure storage account configurations for the production slot.
	Slot string `pulumi:"slot"`
}

type ListWebAppAzureStorageAccountsSlotResult

type ListWebAppAzureStorageAccountsSlotResult struct {
	// Resource Id.
	Id string `pulumi:"id"`
	// Kind of resource.
	Kind *string `pulumi:"kind"`
	// Resource Name.
	Name string `pulumi:"name"`
	// Azure storage accounts.
	Properties map[string]AzureStorageInfoValueResponse `pulumi:"properties"`
	// Resource type.
	Type string `pulumi:"type"`
}

AzureStorageInfo dictionary resource.

type ListWebAppBackupConfigurationArgs

type ListWebAppBackupConfigurationArgs struct {
	// Name of the app.
	Name string `pulumi:"name"`
	// Name of the resource group to which the resource belongs.
	ResourceGroupName string `pulumi:"resourceGroupName"`
}

type ListWebAppBackupConfigurationResult

type ListWebAppBackupConfigurationResult struct {
	// Name of the backup.
	BackupName *string `pulumi:"backupName"`
	// Schedule for the backup if it is executed periodically.
	BackupSchedule *BackupScheduleResponse `pulumi:"backupSchedule"`
	// Databases included in the backup.
	Databases []DatabaseBackupSettingResponse `pulumi:"databases"`
	// True if the backup schedule is enabled (must be included in that case), false if the backup schedule should be disabled.
	Enabled *bool `pulumi:"enabled"`
	// Resource Id.
	Id string `pulumi:"id"`
	// Kind of resource.
	Kind *string `pulumi:"kind"`
	// Resource Name.
	Name string `pulumi:"name"`
	// SAS URL to the container.
	StorageAccountUrl string `pulumi:"storageAccountUrl"`
	// Resource type.
	Type string `pulumi:"type"`
}

Description of a backup which will be performed.

type ListWebAppBackupConfigurationSlotArgs

type ListWebAppBackupConfigurationSlotArgs struct {
	// Name of the app.
	Name string `pulumi:"name"`
	// Name of the resource group to which the resource belongs.
	ResourceGroupName string `pulumi:"resourceGroupName"`
	// Name of the deployment slot. If a slot is not specified, the API will get the backup configuration for the production slot.
	Slot string `pulumi:"slot"`
}

type ListWebAppBackupConfigurationSlotResult

type ListWebAppBackupConfigurationSlotResult struct {
	// Name of the backup.
	BackupName *string `pulumi:"backupName"`
	// Schedule for the backup if it is executed periodically.
	BackupSchedule *BackupScheduleResponse `pulumi:"backupSchedule"`
	// Databases included in the backup.
	Databases []DatabaseBackupSettingResponse `pulumi:"databases"`
	// True if the backup schedule is enabled (must be included in that case), false if the backup schedule should be disabled.
	Enabled *bool `pulumi:"enabled"`
	// Resource Id.
	Id string `pulumi:"id"`
	// Kind of resource.
	Kind *string `pulumi:"kind"`
	// Resource Name.
	Name string `pulumi:"name"`
	// SAS URL to the container.
	StorageAccountUrl string `pulumi:"storageAccountUrl"`
	// Resource type.
	Type string `pulumi:"type"`
}

Description of a backup which will be performed.

type ListWebAppBackupStatusSecretsArgs

type ListWebAppBackupStatusSecretsArgs struct {
	// ID of backup.
	BackupId string `pulumi:"backupId"`
	// Name of the backup.
	BackupName *string `pulumi:"backupName"`
	// Schedule for the backup if it is executed periodically.
	BackupSchedule *BackupSchedule `pulumi:"backupSchedule"`
	// Databases included in the backup.
	Databases []DatabaseBackupSetting `pulumi:"databases"`
	// True if the backup schedule is enabled (must be included in that case), false if the backup schedule should be disabled.
	Enabled *bool `pulumi:"enabled"`
	// Kind of resource.
	Kind *string `pulumi:"kind"`
	// Name of web app.
	Name string `pulumi:"name"`
	// Name of the resource group to which the resource belongs.
	ResourceGroupName string `pulumi:"resourceGroupName"`
	// SAS URL to the container.
	StorageAccountUrl string `pulumi:"storageAccountUrl"`
}

type ListWebAppBackupStatusSecretsResult

type ListWebAppBackupStatusSecretsResult struct {
	// Id of the backup.
	BackupId int `pulumi:"backupId"`
	// Name of the blob which contains data for this backup.
	BlobName string `pulumi:"blobName"`
	// Unique correlation identifier. Please use this along with the timestamp while communicating with Azure support.
	CorrelationId string `pulumi:"correlationId"`
	// Timestamp of the backup creation.
	Created string `pulumi:"created"`
	// List of databases included in the backup.
	Databases []DatabaseBackupSettingResponse `pulumi:"databases"`
	// Timestamp when this backup finished.
	FinishedTimeStamp string `pulumi:"finishedTimeStamp"`
	// Resource Id.
	Id string `pulumi:"id"`
	// Kind of resource.
	Kind *string `pulumi:"kind"`
	// Timestamp of a last restore operation which used this backup.
	LastRestoreTimeStamp string `pulumi:"lastRestoreTimeStamp"`
	// Details regarding this backup. Might contain an error message.
	Log string `pulumi:"log"`
	// Resource Name.
	Name string `pulumi:"name"`
	// True if this backup has been created due to a schedule being triggered.
	Scheduled bool `pulumi:"scheduled"`
	// Size of the backup in bytes.
	SizeInBytes float64 `pulumi:"sizeInBytes"`
	// Backup status.
	Status string `pulumi:"status"`
	// SAS URL for the storage account container which contains this backup.
	StorageAccountUrl string `pulumi:"storageAccountUrl"`
	// Resource type.
	Type string `pulumi:"type"`
	// Size of the original web app which has been backed up.
	WebsiteSizeInBytes float64 `pulumi:"websiteSizeInBytes"`
}

Backup description.

type ListWebAppBackupStatusSecretsSlotArgs

type ListWebAppBackupStatusSecretsSlotArgs struct {
	// ID of backup.
	BackupId string `pulumi:"backupId"`
	// Name of the backup.
	BackupName *string `pulumi:"backupName"`
	// Schedule for the backup if it is executed periodically.
	BackupSchedule *BackupSchedule `pulumi:"backupSchedule"`
	// Databases included in the backup.
	Databases []DatabaseBackupSetting `pulumi:"databases"`
	// True if the backup schedule is enabled (must be included in that case), false if the backup schedule should be disabled.
	Enabled *bool `pulumi:"enabled"`
	// Kind of resource.
	Kind *string `pulumi:"kind"`
	// Name of web app.
	Name string `pulumi:"name"`
	// Name of the resource group to which the resource belongs.
	ResourceGroupName string `pulumi:"resourceGroupName"`
	// Name of web app slot. If not specified then will default to production slot.
	Slot string `pulumi:"slot"`
	// SAS URL to the container.
	StorageAccountUrl string `pulumi:"storageAccountUrl"`
}

type ListWebAppBackupStatusSecretsSlotResult

type ListWebAppBackupStatusSecretsSlotResult struct {
	// Id of the backup.
	BackupId int `pulumi:"backupId"`
	// Name of the blob which contains data for this backup.
	BlobName string `pulumi:"blobName"`
	// Unique correlation identifier. Please use this along with the timestamp while communicating with Azure support.
	CorrelationId string `pulumi:"correlationId"`
	// Timestamp of the backup creation.
	Created string `pulumi:"created"`
	// List of databases included in the backup.
	Databases []DatabaseBackupSettingResponse `pulumi:"databases"`
	// Timestamp when this backup finished.
	FinishedTimeStamp string `pulumi:"finishedTimeStamp"`
	// Resource Id.
	Id string `pulumi:"id"`
	// Kind of resource.
	Kind *string `pulumi:"kind"`
	// Timestamp of a last restore operation which used this backup.
	LastRestoreTimeStamp string `pulumi:"lastRestoreTimeStamp"`
	// Details regarding this backup. Might contain an error message.
	Log string `pulumi:"log"`
	// Resource Name.
	Name string `pulumi:"name"`
	// True if this backup has been created due to a schedule being triggered.
	Scheduled bool `pulumi:"scheduled"`
	// Size of the backup in bytes.
	SizeInBytes float64 `pulumi:"sizeInBytes"`
	// Backup status.
	Status string `pulumi:"status"`
	// SAS URL for the storage account container which contains this backup.
	StorageAccountUrl string `pulumi:"storageAccountUrl"`
	// Resource type.
	Type string `pulumi:"type"`
	// Size of the original web app which has been backed up.
	WebsiteSizeInBytes float64 `pulumi:"websiteSizeInBytes"`
}

Backup description.

type ListWebAppConnectionStringsArgs

type ListWebAppConnectionStringsArgs struct {
	// Name of the app.
	Name string `pulumi:"name"`
	// Name of the resource group to which the resource belongs.
	ResourceGroupName string `pulumi:"resourceGroupName"`
}

type ListWebAppConnectionStringsResult

type ListWebAppConnectionStringsResult struct {
	// Resource Id.
	Id string `pulumi:"id"`
	// Kind of resource.
	Kind *string `pulumi:"kind"`
	// Resource Name.
	Name string `pulumi:"name"`
	// Connection strings.
	Properties map[string]ConnStringValueTypePairResponse `pulumi:"properties"`
	// Resource type.
	Type string `pulumi:"type"`
}

String dictionary resource.

type ListWebAppConnectionStringsSlotArgs

type ListWebAppConnectionStringsSlotArgs struct {
	// Name of the app.
	Name string `pulumi:"name"`
	// Name of the resource group to which the resource belongs.
	ResourceGroupName string `pulumi:"resourceGroupName"`
	// Name of the deployment slot. If a slot is not specified, the API will get the connection settings for the production slot.
	Slot string `pulumi:"slot"`
}

type ListWebAppConnectionStringsSlotResult

type ListWebAppConnectionStringsSlotResult struct {
	// Resource Id.
	Id string `pulumi:"id"`
	// Kind of resource.
	Kind *string `pulumi:"kind"`
	// Resource Name.
	Name string `pulumi:"name"`
	// Connection strings.
	Properties map[string]ConnStringValueTypePairResponse `pulumi:"properties"`
	// Resource type.
	Type string `pulumi:"type"`
}

String dictionary resource.

type ListWebAppFunctionKeysArgs

type ListWebAppFunctionKeysArgs struct {
	// Function name.
	FunctionName string `pulumi:"functionName"`
	// Site name.
	Name string `pulumi:"name"`
	// Name of the resource group to which the resource belongs.
	ResourceGroupName string `pulumi:"resourceGroupName"`
}

type ListWebAppFunctionKeysResult

type ListWebAppFunctionKeysResult struct {
	// Resource Id.
	Id string `pulumi:"id"`
	// Kind of resource.
	Kind *string `pulumi:"kind"`
	// Resource Name.
	Name string `pulumi:"name"`
	// Settings.
	Properties map[string]string `pulumi:"properties"`
	// Resource type.
	Type string `pulumi:"type"`
}

String dictionary resource.

type ListWebAppFunctionKeysSlotArgs

type ListWebAppFunctionKeysSlotArgs struct {
	// Function name.
	FunctionName string `pulumi:"functionName"`
	// Site name.
	Name string `pulumi:"name"`
	// Name of the resource group to which the resource belongs.
	ResourceGroupName string `pulumi:"resourceGroupName"`
	// Name of the deployment slot.
	Slot string `pulumi:"slot"`
}

type ListWebAppFunctionKeysSlotResult

type ListWebAppFunctionKeysSlotResult struct {
	// Resource Id.
	Id string `pulumi:"id"`
	// Kind of resource.
	Kind *string `pulumi:"kind"`
	// Resource Name.
	Name string `pulumi:"name"`
	// Settings.
	Properties map[string]string `pulumi:"properties"`
	// Resource type.
	Type string `pulumi:"type"`
}

String dictionary resource.

type ListWebAppFunctionSecretsArgs

type ListWebAppFunctionSecretsArgs struct {
	// Function name.
	FunctionName string `pulumi:"functionName"`
	// Site name.
	Name string `pulumi:"name"`
	// Name of the resource group to which the resource belongs.
	ResourceGroupName string `pulumi:"resourceGroupName"`
}

type ListWebAppFunctionSecretsResult

type ListWebAppFunctionSecretsResult struct {
	// Resource Id.
	Id string `pulumi:"id"`
	// Secret key.
	Key *string `pulumi:"key"`
	// Kind of resource.
	Kind *string `pulumi:"kind"`
	// Resource Name.
	Name string `pulumi:"name"`
	// Trigger URL.
	TriggerUrl *string `pulumi:"triggerUrl"`
	// Resource type.
	Type string `pulumi:"type"`
}

Function secrets.

type ListWebAppFunctionSecretsSlotArgs

type ListWebAppFunctionSecretsSlotArgs struct {
	// Function name.
	FunctionName string `pulumi:"functionName"`
	// Site name.
	Name string `pulumi:"name"`
	// Name of the resource group to which the resource belongs.
	ResourceGroupName string `pulumi:"resourceGroupName"`
	// Name of the deployment slot.
	Slot string `pulumi:"slot"`
}

type ListWebAppFunctionSecretsSlotResult

type ListWebAppFunctionSecretsSlotResult struct {
	// Resource Id.
	Id string `pulumi:"id"`
	// Secret key.
	Key *string `pulumi:"key"`
	// Kind of resource.
	Kind *string `pulumi:"kind"`
	// Resource Name.
	Name string `pulumi:"name"`
	// Trigger URL.
	TriggerUrl *string `pulumi:"triggerUrl"`
	// Resource type.
	Type string `pulumi:"type"`
}

Function secrets.

type ListWebAppHostKeysArgs

type ListWebAppHostKeysArgs struct {
	// Site name.
	Name string `pulumi:"name"`
	// Name of the resource group to which the resource belongs.
	ResourceGroupName string `pulumi:"resourceGroupName"`
}

type ListWebAppHostKeysResult

type ListWebAppHostKeysResult struct {
	// Host level function keys.
	FunctionKeys map[string]string `pulumi:"functionKeys"`
	// Secret key.
	MasterKey *string `pulumi:"masterKey"`
	// System keys.
	SystemKeys map[string]string `pulumi:"systemKeys"`
}

Functions host level keys.

type ListWebAppHostKeysSlotArgs

type ListWebAppHostKeysSlotArgs struct {
	// Site name.
	Name string `pulumi:"name"`
	// Name of the resource group to which the resource belongs.
	ResourceGroupName string `pulumi:"resourceGroupName"`
	// Name of the deployment slot.
	Slot string `pulumi:"slot"`
}

type ListWebAppHostKeysSlotResult

type ListWebAppHostKeysSlotResult struct {
	// Host level function keys.
	FunctionKeys map[string]string `pulumi:"functionKeys"`
	// Secret key.
	MasterKey *string `pulumi:"masterKey"`
	// System keys.
	SystemKeys map[string]string `pulumi:"systemKeys"`
}

Functions host level keys.

type ListWebAppHybridConnectionKeysArgs

type ListWebAppHybridConnectionKeysArgs struct {
	// The name of the web app.
	Name string `pulumi:"name"`
	// The namespace for this hybrid connection.
	NamespaceName string `pulumi:"namespaceName"`
	// The relay name for this hybrid connection.
	RelayName string `pulumi:"relayName"`
	// Name of the resource group to which the resource belongs.
	ResourceGroupName string `pulumi:"resourceGroupName"`
}

type ListWebAppHybridConnectionKeysResult

type ListWebAppHybridConnectionKeysResult struct {
	// Resource Id.
	Id string `pulumi:"id"`
	// Kind of resource.
	Kind *string `pulumi:"kind"`
	// Resource Name.
	Name string `pulumi:"name"`
	// The name of the send key.
	SendKeyName string `pulumi:"sendKeyName"`
	// The value of the send key.
	SendKeyValue string `pulumi:"sendKeyValue"`
	// Resource type.
	Type string `pulumi:"type"`
}

Hybrid Connection key contract. This has the send key name and value for a Hybrid Connection.

type ListWebAppHybridConnectionKeysSlotArgs

type ListWebAppHybridConnectionKeysSlotArgs struct {
	// The name of the web app.
	Name string `pulumi:"name"`
	// The namespace for this hybrid connection.
	NamespaceName string `pulumi:"namespaceName"`
	// The relay name for this hybrid connection.
	RelayName string `pulumi:"relayName"`
	// Name of the resource group to which the resource belongs.
	ResourceGroupName string `pulumi:"resourceGroupName"`
	// The name of the slot for the web app.
	Slot string `pulumi:"slot"`
}

type ListWebAppHybridConnectionKeysSlotResult

type ListWebAppHybridConnectionKeysSlotResult struct {
	// Resource Id.
	Id string `pulumi:"id"`
	// Kind of resource.
	Kind *string `pulumi:"kind"`
	// Resource Name.
	Name string `pulumi:"name"`
	// The name of the send key.
	SendKeyName string `pulumi:"sendKeyName"`
	// The value of the send key.
	SendKeyValue string `pulumi:"sendKeyValue"`
	// Resource type.
	Type string `pulumi:"type"`
}

Hybrid Connection key contract. This has the send key name and value for a Hybrid Connection.

type ListWebAppMetadataArgs

type ListWebAppMetadataArgs struct {
	// Name of the app.
	Name string `pulumi:"name"`
	// Name of the resource group to which the resource belongs.
	ResourceGroupName string `pulumi:"resourceGroupName"`
}

type ListWebAppMetadataResult

type ListWebAppMetadataResult struct {
	// Resource Id.
	Id string `pulumi:"id"`
	// Kind of resource.
	Kind *string `pulumi:"kind"`
	// Resource Name.
	Name string `pulumi:"name"`
	// Settings.
	Properties map[string]string `pulumi:"properties"`
	// Resource type.
	Type string `pulumi:"type"`
}

String dictionary resource.

type ListWebAppMetadataSlotArgs

type ListWebAppMetadataSlotArgs struct {
	// Name of the app.
	Name string `pulumi:"name"`
	// Name of the resource group to which the resource belongs.
	ResourceGroupName string `pulumi:"resourceGroupName"`
	// Name of the deployment slot. If a slot is not specified, the API will get the metadata for the production slot.
	Slot string `pulumi:"slot"`
}

type ListWebAppMetadataSlotResult

type ListWebAppMetadataSlotResult struct {
	// Resource Id.
	Id string `pulumi:"id"`
	// Kind of resource.
	Kind *string `pulumi:"kind"`
	// Resource Name.
	Name string `pulumi:"name"`
	// Settings.
	Properties map[string]string `pulumi:"properties"`
	// Resource type.
	Type string `pulumi:"type"`
}

String dictionary resource.

type ListWebAppPublishingCredentialsArgs

type ListWebAppPublishingCredentialsArgs struct {
	// Name of the app.
	Name string `pulumi:"name"`
	// Name of the resource group to which the resource belongs.
	ResourceGroupName string `pulumi:"resourceGroupName"`
}

type ListWebAppPublishingCredentialsResult

type ListWebAppPublishingCredentialsResult struct {
	// Resource Id.
	Id string `pulumi:"id"`
	// Kind of resource.
	Kind *string `pulumi:"kind"`
	// Resource Name.
	Name string `pulumi:"name"`
	// Password used for publishing.
	PublishingPassword *string `pulumi:"publishingPassword"`
	// Password hash used for publishing.
	PublishingPasswordHash *string `pulumi:"publishingPasswordHash"`
	// Password hash salt used for publishing.
	PublishingPasswordHashSalt *string `pulumi:"publishingPasswordHashSalt"`
	// Username used for publishing.
	PublishingUserName string `pulumi:"publishingUserName"`
	// Url of SCM site.
	ScmUri *string `pulumi:"scmUri"`
	// Resource type.
	Type string `pulumi:"type"`
}

User credentials used for publishing activity.

type ListWebAppPublishingCredentialsSlotArgs

type ListWebAppPublishingCredentialsSlotArgs struct {
	// Name of the app.
	Name string `pulumi:"name"`
	// Name of the resource group to which the resource belongs.
	ResourceGroupName string `pulumi:"resourceGroupName"`
	// Name of the deployment slot. If a slot is not specified, the API will get the publishing credentials for the production slot.
	Slot string `pulumi:"slot"`
}

type ListWebAppPublishingCredentialsSlotResult

type ListWebAppPublishingCredentialsSlotResult struct {
	// Resource Id.
	Id string `pulumi:"id"`
	// Kind of resource.
	Kind *string `pulumi:"kind"`
	// Resource Name.
	Name string `pulumi:"name"`
	// Password used for publishing.
	PublishingPassword *string `pulumi:"publishingPassword"`
	// Password hash used for publishing.
	PublishingPasswordHash *string `pulumi:"publishingPasswordHash"`
	// Password hash salt used for publishing.
	PublishingPasswordHashSalt *string `pulumi:"publishingPasswordHashSalt"`
	// Username used for publishing.
	PublishingUserName string `pulumi:"publishingUserName"`
	// Url of SCM site.
	ScmUri *string `pulumi:"scmUri"`
	// Resource type.
	Type string `pulumi:"type"`
}

User credentials used for publishing activity.

type ListWebAppSitePushSettingsArgs

type ListWebAppSitePushSettingsArgs struct {
	// Name of web app.
	Name string `pulumi:"name"`
	// Name of the resource group to which the resource belongs.
	ResourceGroupName string `pulumi:"resourceGroupName"`
}

type ListWebAppSitePushSettingsResult

type ListWebAppSitePushSettingsResult struct {
	// Gets or sets a JSON string containing a list of dynamic tags that will be evaluated from user claims in the push registration endpoint.
	DynamicTagsJson *string `pulumi:"dynamicTagsJson"`
	// Resource Id.
	Id string `pulumi:"id"`
	// Gets or sets a flag indicating whether the Push endpoint is enabled.
	IsPushEnabled bool `pulumi:"isPushEnabled"`
	// Kind of resource.
	Kind *string `pulumi:"kind"`
	// Resource Name.
	Name string `pulumi:"name"`
	// Gets or sets a JSON string containing a list of tags that are whitelisted for use by the push registration endpoint.
	TagWhitelistJson *string `pulumi:"tagWhitelistJson"`
	// Gets or sets a JSON string containing a list of tags that require user authentication to be used in the push registration endpoint.
	// Tags can consist of alphanumeric characters and the following:
	// '_', '@', '#', '.', ':', '-'.
	// Validation should be performed at the PushRequestHandler.
	TagsRequiringAuth *string `pulumi:"tagsRequiringAuth"`
	// Resource type.
	Type string `pulumi:"type"`
}

Push settings for the App.

type ListWebAppSitePushSettingsSlotArgs

type ListWebAppSitePushSettingsSlotArgs struct {
	// Name of web app.
	Name string `pulumi:"name"`
	// Name of the resource group to which the resource belongs.
	ResourceGroupName string `pulumi:"resourceGroupName"`
	// Name of web app slot. If not specified then will default to production slot.
	Slot string `pulumi:"slot"`
}

type ListWebAppSitePushSettingsSlotResult

type ListWebAppSitePushSettingsSlotResult struct {
	// Gets or sets a JSON string containing a list of dynamic tags that will be evaluated from user claims in the push registration endpoint.
	DynamicTagsJson *string `pulumi:"dynamicTagsJson"`
	// Resource Id.
	Id string `pulumi:"id"`
	// Gets or sets a flag indicating whether the Push endpoint is enabled.
	IsPushEnabled bool `pulumi:"isPushEnabled"`
	// Kind of resource.
	Kind *string `pulumi:"kind"`
	// Resource Name.
	Name string `pulumi:"name"`
	// Gets or sets a JSON string containing a list of tags that are whitelisted for use by the push registration endpoint.
	TagWhitelistJson *string `pulumi:"tagWhitelistJson"`
	// Gets or sets a JSON string containing a list of tags that require user authentication to be used in the push registration endpoint.
	// Tags can consist of alphanumeric characters and the following:
	// '_', '@', '#', '.', ':', '-'.
	// Validation should be performed at the PushRequestHandler.
	TagsRequiringAuth *string `pulumi:"tagsRequiringAuth"`
	// Resource type.
	Type string `pulumi:"type"`
}

Push settings for the App.

type ListWebAppSyncFunctionTriggersArgs

type ListWebAppSyncFunctionTriggersArgs struct {
	// Name of the app.
	Name string `pulumi:"name"`
	// Name of the resource group to which the resource belongs.
	ResourceGroupName string `pulumi:"resourceGroupName"`
}

type ListWebAppSyncFunctionTriggersResult

type ListWebAppSyncFunctionTriggersResult struct {
	// Resource Id.
	Id string `pulumi:"id"`
	// Secret key.
	Key *string `pulumi:"key"`
	// Kind of resource.
	Kind *string `pulumi:"kind"`
	// Resource Name.
	Name string `pulumi:"name"`
	// Trigger URL.
	TriggerUrl *string `pulumi:"triggerUrl"`
	// Resource type.
	Type string `pulumi:"type"`
}

Function secrets.

type ListWebAppSyncFunctionTriggersSlotArgs

type ListWebAppSyncFunctionTriggersSlotArgs struct {
	// Name of the app.
	Name string `pulumi:"name"`
	// Name of the resource group to which the resource belongs.
	ResourceGroupName string `pulumi:"resourceGroupName"`
	// Name of the deployment slot.
	Slot string `pulumi:"slot"`
}

type ListWebAppSyncFunctionTriggersSlotResult

type ListWebAppSyncFunctionTriggersSlotResult struct {
	// Resource Id.
	Id string `pulumi:"id"`
	// Secret key.
	Key *string `pulumi:"key"`
	// Kind of resource.
	Kind *string `pulumi:"kind"`
	// Resource Name.
	Name string `pulumi:"name"`
	// Trigger URL.
	TriggerUrl *string `pulumi:"triggerUrl"`
	// Resource type.
	Type string `pulumi:"type"`
}

Function secrets.

type ListWebApplicationSettingsArgs

type ListWebApplicationSettingsArgs struct {
	// Name of the app.
	Name string `pulumi:"name"`
	// Name of the resource group to which the resource belongs.
	ResourceGroupName string `pulumi:"resourceGroupName"`
}

type ListWebApplicationSettingsResult

type ListWebApplicationSettingsResult struct {
	// Resource Id.
	Id string `pulumi:"id"`
	// Kind of resource.
	Kind *string `pulumi:"kind"`
	// Resource Name.
	Name string `pulumi:"name"`
	// Settings.
	Properties map[string]string `pulumi:"properties"`
	// Resource type.
	Type string `pulumi:"type"`
}

String dictionary resource.

type ListWebApplicationSettingsSlotArgs

type ListWebApplicationSettingsSlotArgs struct {
	// Name of the app.
	Name string `pulumi:"name"`
	// Name of the resource group to which the resource belongs.
	ResourceGroupName string `pulumi:"resourceGroupName"`
	// Name of the deployment slot. If a slot is not specified, the API will get the application settings for the production slot.
	Slot string `pulumi:"slot"`
}

type ListWebApplicationSettingsSlotResult

type ListWebApplicationSettingsSlotResult struct {
	// Resource Id.
	Id string `pulumi:"id"`
	// Kind of resource.
	Kind *string `pulumi:"kind"`
	// Resource Name.
	Name string `pulumi:"name"`
	// Settings.
	Properties map[string]string `pulumi:"properties"`
	// Resource type.
	Type string `pulumi:"type"`
}

String dictionary resource.

type LogLevel added in v0.3.1

type LogLevel pulumi.String

Log level.

func (LogLevel) ElementType added in v0.3.1

func (LogLevel) ElementType() reflect.Type

func (LogLevel) ToStringOutput added in v0.3.1

func (e LogLevel) ToStringOutput() pulumi.StringOutput

func (LogLevel) ToStringOutputWithContext added in v0.3.1

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

func (LogLevel) ToStringPtrOutput added in v0.3.1

func (e LogLevel) ToStringPtrOutput() pulumi.StringPtrOutput

func (LogLevel) ToStringPtrOutputWithContext added in v0.3.1

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

type LookupAppServiceEnvironmentArgs

type LookupAppServiceEnvironmentArgs struct {
	// Name of the App Service Environment.
	Name string `pulumi:"name"`
	// Name of the resource group to which the resource belongs.
	ResourceGroupName string `pulumi:"resourceGroupName"`
}

type LookupAppServiceEnvironmentResult

type LookupAppServiceEnvironmentResult struct {
	// List of comma separated strings describing which VM sizes are allowed for front-ends.
	AllowedMultiSizes string `pulumi:"allowedMultiSizes"`
	// List of comma separated strings describing which VM sizes are allowed for workers.
	AllowedWorkerSizes string `pulumi:"allowedWorkerSizes"`
	// API Management Account associated with the App Service Environment.
	ApiManagementAccountId *string `pulumi:"apiManagementAccountId"`
	// Custom settings for changing the behavior of the App Service Environment.
	ClusterSettings []NameValuePairResponse `pulumi:"clusterSettings"`
	// Edition of the metadata database for the App Service Environment, e.g. "Standard".
	DatabaseEdition string `pulumi:"databaseEdition"`
	// Service objective of the metadata database for the App Service Environment, e.g. "S0".
	DatabaseServiceObjective string `pulumi:"databaseServiceObjective"`
	// Default Scale Factor for FrontEnds.
	DefaultFrontEndScaleFactor int `pulumi:"defaultFrontEndScaleFactor"`
	// DNS suffix of the App Service Environment.
	DnsSuffix *string `pulumi:"dnsSuffix"`
	// True/false indicating whether the App Service Environment is suspended. The environment can be suspended e.g. when the management endpoint is no longer available
	// (most likely because NSG blocked the incoming traffic).
	DynamicCacheEnabled *bool `pulumi:"dynamicCacheEnabled"`
	// Current total, used, and available worker capacities.
	EnvironmentCapacities []StampCapacityResponse `pulumi:"environmentCapacities"`
	// True/false indicating whether the App Service Environment is healthy.
	EnvironmentIsHealthy bool `pulumi:"environmentIsHealthy"`
	// Detailed message about with results of the last check of the App Service Environment.
	EnvironmentStatus string `pulumi:"environmentStatus"`
	// Scale factor for front-ends.
	FrontEndScaleFactor *int `pulumi:"frontEndScaleFactor"`
	// Flag that displays whether an ASE has linux workers or not
	HasLinuxWorkers *bool `pulumi:"hasLinuxWorkers"`
	// Resource Id.
	Id string `pulumi:"id"`
	// Specifies which endpoints to serve internally in the Virtual Network for the App Service Environment.
	InternalLoadBalancingMode *string `pulumi:"internalLoadBalancingMode"`
	// Number of IP SSL addresses reserved for the App Service Environment.
	IpsslAddressCount *int `pulumi:"ipsslAddressCount"`
	// Kind of resource.
	Kind *string `pulumi:"kind"`
	// Last deployment action on the App Service Environment.
	LastAction string `pulumi:"lastAction"`
	// Result of the last deployment action on the App Service Environment.
	LastActionResult string `pulumi:"lastActionResult"`
	// Resource Location.
	Location string `pulumi:"location"`
	// Maximum number of VMs in the App Service Environment.
	MaximumNumberOfMachines int `pulumi:"maximumNumberOfMachines"`
	// Number of front-end instances.
	MultiRoleCount *int `pulumi:"multiRoleCount"`
	// Front-end VM size, e.g. "Medium", "Large".
	MultiSize *string `pulumi:"multiSize"`
	// Resource Name.
	Name string `pulumi:"name"`
	// Access control list for controlling traffic to the App Service Environment.
	NetworkAccessControlList []NetworkAccessControlEntryResponse `pulumi:"networkAccessControlList"`
	// Provisioning state of the App Service Environment.
	ProvisioningState string `pulumi:"provisioningState"`
	// Resource group of the App Service Environment.
	ResourceGroup string `pulumi:"resourceGroup"`
	// Key Vault ID for ILB App Service Environment default SSL certificate
	SslCertKeyVaultId *string `pulumi:"sslCertKeyVaultId"`
	// Key Vault Secret Name for ILB App Service Environment default SSL certificate
	SslCertKeyVaultSecretName *string `pulumi:"sslCertKeyVaultSecretName"`
	// Current status of the App Service Environment.
	Status string `pulumi:"status"`
	// Subscription of the App Service Environment.
	SubscriptionId string `pulumi:"subscriptionId"`
	// <code>true</code> if the App Service Environment is suspended; otherwise, <code>false</code>. The environment can be suspended, e.g. when the management endpoint is no longer available
	//  (most likely because NSG blocked the incoming traffic).
	Suspended *bool `pulumi:"suspended"`
	// Resource tags.
	Tags map[string]string `pulumi:"tags"`
	// Resource type.
	Type string `pulumi:"type"`
	// Number of upgrade domains of the App Service Environment.
	UpgradeDomains int `pulumi:"upgradeDomains"`
	// User added ip ranges to whitelist on ASE db
	UserWhitelistedIpRanges []string `pulumi:"userWhitelistedIpRanges"`
	// Description of IP SSL mapping for the App Service Environment.
	VipMappings []VirtualIPMappingResponse `pulumi:"vipMappings"`
	// Description of the Virtual Network.
	VirtualNetwork VirtualNetworkProfileResponse `pulumi:"virtualNetwork"`
	// Name of the Virtual Network for the App Service Environment.
	VnetName *string `pulumi:"vnetName"`
	// Resource group of the Virtual Network.
	VnetResourceGroupName *string `pulumi:"vnetResourceGroupName"`
	// Subnet of the Virtual Network.
	VnetSubnetName *string `pulumi:"vnetSubnetName"`
	// Description of worker pools with worker size IDs, VM sizes, and number of workers in each pool.
	WorkerPools []WorkerPoolResponse `pulumi:"workerPools"`
}

App Service Environment ARM resource.

type LookupAppServicePlanArgs

type LookupAppServicePlanArgs struct {
	// Name of the App Service plan.
	Name string `pulumi:"name"`
	// Name of the resource group to which the resource belongs.
	ResourceGroupName string `pulumi:"resourceGroupName"`
}

type LookupAppServicePlanResult

type LookupAppServicePlanResult struct {
	// The time when the server farm free offer expires.
	FreeOfferExpirationTime *string `pulumi:"freeOfferExpirationTime"`
	// Geographical location for the App Service plan.
	GeoRegion string `pulumi:"geoRegion"`
	// Specification for the App Service Environment to use for the App Service plan.
	HostingEnvironmentProfile *HostingEnvironmentProfileResponse `pulumi:"hostingEnvironmentProfile"`
	// If Hyper-V container app service plan <code>true</code>, <code>false</code> otherwise.
	HyperV *bool `pulumi:"hyperV"`
	// Resource Id.
	Id string `pulumi:"id"`
	// If <code>true</code>, this App Service Plan owns spot instances.
	IsSpot *bool `pulumi:"isSpot"`
	// Obsolete: If Hyper-V container app service plan <code>true</code>, <code>false</code> otherwise.
	IsXenon *bool `pulumi:"isXenon"`
	// Kind of resource.
	Kind *string `pulumi:"kind"`
	// Resource Location.
	Location string `pulumi:"location"`
	// Maximum number of total workers allowed for this ElasticScaleEnabled App Service Plan
	MaximumElasticWorkerCount *int `pulumi:"maximumElasticWorkerCount"`
	// Maximum number of instances that can be assigned to this App Service plan.
	MaximumNumberOfWorkers int `pulumi:"maximumNumberOfWorkers"`
	// Resource Name.
	Name string `pulumi:"name"`
	// Number of apps assigned to this App Service plan.
	NumberOfSites int `pulumi:"numberOfSites"`
	// If <code>true</code>, apps assigned to this App Service plan can be scaled independently.
	// If <code>false</code>, apps assigned to this App Service plan will scale to all instances of the plan.
	PerSiteScaling *bool `pulumi:"perSiteScaling"`
	// Provisioning state of the App Service Environment.
	ProvisioningState string `pulumi:"provisioningState"`
	// If Linux app service plan <code>true</code>, <code>false</code> otherwise.
	Reserved *bool `pulumi:"reserved"`
	// Resource group of the App Service plan.
	ResourceGroup string `pulumi:"resourceGroup"`
	// Description of a SKU for a scalable resource.
	Sku *SkuDescriptionResponse `pulumi:"sku"`
	// The time when the server farm expires. Valid only if it is a spot server farm.
	SpotExpirationTime *string `pulumi:"spotExpirationTime"`
	// App Service plan status.
	Status string `pulumi:"status"`
	// App Service plan subscription.
	Subscription string `pulumi:"subscription"`
	// Resource tags.
	Tags map[string]string `pulumi:"tags"`
	// Scaling worker count.
	TargetWorkerCount *int `pulumi:"targetWorkerCount"`
	// Scaling worker size ID.
	TargetWorkerSizeId *int `pulumi:"targetWorkerSizeId"`
	// Resource type.
	Type string `pulumi:"type"`
	// Target worker tier assigned to the App Service plan.
	WorkerTierName *string `pulumi:"workerTierName"`
}

App Service plan.

type LookupCertificateArgs

type LookupCertificateArgs struct {
	// Name of the certificate.
	Name string `pulumi:"name"`
	// Name of the resource group to which the resource belongs.
	ResourceGroupName string `pulumi:"resourceGroupName"`
}

type LookupCertificateResult

type LookupCertificateResult struct {
	// Raw bytes of .cer file
	CerBlob string `pulumi:"cerBlob"`
	// Certificate expiration date.
	ExpirationDate string `pulumi:"expirationDate"`
	// Friendly name of the certificate.
	FriendlyName string `pulumi:"friendlyName"`
	// Host names the certificate applies to.
	HostNames []string `pulumi:"hostNames"`
	// Specification for the App Service Environment to use for the certificate.
	HostingEnvironmentProfile HostingEnvironmentProfileResponse `pulumi:"hostingEnvironmentProfile"`
	// Resource Id.
	Id string `pulumi:"id"`
	// Certificate issue Date.
	IssueDate string `pulumi:"issueDate"`
	// Certificate issuer.
	Issuer string `pulumi:"issuer"`
	// Key Vault Csm resource Id.
	KeyVaultId *string `pulumi:"keyVaultId"`
	// Key Vault secret name.
	KeyVaultSecretName *string `pulumi:"keyVaultSecretName"`
	// Status of the Key Vault secret.
	KeyVaultSecretStatus string `pulumi:"keyVaultSecretStatus"`
	// Kind of resource.
	Kind *string `pulumi:"kind"`
	// Resource Location.
	Location string `pulumi:"location"`
	// Resource Name.
	Name string `pulumi:"name"`
	// Certificate password.
	Password string `pulumi:"password"`
	// Pfx blob.
	PfxBlob *string `pulumi:"pfxBlob"`
	// Public key hash.
	PublicKeyHash string `pulumi:"publicKeyHash"`
	// Self link.
	SelfLink string `pulumi:"selfLink"`
	// Resource ID of the associated App Service plan, formatted as: "/subscriptions/{subscriptionID}/resourceGroups/{groupName}/providers/Microsoft.Web/serverfarms/{appServicePlanName}".
	ServerFarmId *string `pulumi:"serverFarmId"`
	// App name.
	SiteName string `pulumi:"siteName"`
	// Subject name of the certificate.
	SubjectName string `pulumi:"subjectName"`
	// Resource tags.
	Tags map[string]string `pulumi:"tags"`
	// Certificate thumbprint.
	Thumbprint string `pulumi:"thumbprint"`
	// Resource type.
	Type string `pulumi:"type"`
	// Is the certificate valid?.
	Valid bool `pulumi:"valid"`
}

SSL certificate for an app.

type LookupWebAppArgs

type LookupWebAppArgs struct {
	// Name of the app.
	Name string `pulumi:"name"`
	// Name of the resource group to which the resource belongs.
	ResourceGroupName string `pulumi:"resourceGroupName"`
}

type LookupWebAppDeploymentArgs

type LookupWebAppDeploymentArgs struct {
	// Deployment ID.
	Id string `pulumi:"id"`
	// Name of the app.
	Name string `pulumi:"name"`
	// Name of the resource group to which the resource belongs.
	ResourceGroupName string `pulumi:"resourceGroupName"`
}

type LookupWebAppDeploymentResult

type LookupWebAppDeploymentResult struct {
	// True if deployment is currently active, false if completed and null if not started.
	Active *bool `pulumi:"active"`
	// Who authored the deployment.
	Author *string `pulumi:"author"`
	// Author email.
	AuthorEmail *string `pulumi:"authorEmail"`
	// Who performed the deployment.
	Deployer *string `pulumi:"deployer"`
	// Details on deployment.
	Details *string `pulumi:"details"`
	// End time.
	EndTime *string `pulumi:"endTime"`
	// Resource Id.
	Id string `pulumi:"id"`
	// Kind of resource.
	Kind *string `pulumi:"kind"`
	// Details about deployment status.
	Message *string `pulumi:"message"`
	// Resource Name.
	Name string `pulumi:"name"`
	// Start time.
	StartTime *string `pulumi:"startTime"`
	// Deployment status.
	Status *int `pulumi:"status"`
	// Resource type.
	Type string `pulumi:"type"`
}

User credentials used for publishing activity.

type LookupWebAppDeploymentSlotArgs

type LookupWebAppDeploymentSlotArgs struct {
	// Deployment ID.
	Id string `pulumi:"id"`
	// Name of the app.
	Name string `pulumi:"name"`
	// Name of the resource group to which the resource belongs.
	ResourceGroupName string `pulumi:"resourceGroupName"`
	// Name of the deployment slot. If a slot is not specified, the API gets a deployment for the production slot.
	Slot string `pulumi:"slot"`
}

type LookupWebAppDeploymentSlotResult

type LookupWebAppDeploymentSlotResult struct {
	// True if deployment is currently active, false if completed and null if not started.
	Active *bool `pulumi:"active"`
	// Who authored the deployment.
	Author *string `pulumi:"author"`
	// Author email.
	AuthorEmail *string `pulumi:"authorEmail"`
	// Who performed the deployment.
	Deployer *string `pulumi:"deployer"`
	// Details on deployment.
	Details *string `pulumi:"details"`
	// End time.
	EndTime *string `pulumi:"endTime"`
	// Resource Id.
	Id string `pulumi:"id"`
	// Kind of resource.
	Kind *string `pulumi:"kind"`
	// Details about deployment status.
	Message *string `pulumi:"message"`
	// Resource Name.
	Name string `pulumi:"name"`
	// Start time.
	StartTime *string `pulumi:"startTime"`
	// Deployment status.
	Status *int `pulumi:"status"`
	// Resource type.
	Type string `pulumi:"type"`
}

User credentials used for publishing activity.

type LookupWebAppDiagnosticLogsConfigurationArgs added in v0.3.1

type LookupWebAppDiagnosticLogsConfigurationArgs struct {
	// Name of the app.
	Name string `pulumi:"name"`
	// Name of the resource group to which the resource belongs.
	ResourceGroupName string `pulumi:"resourceGroupName"`
}

type LookupWebAppDiagnosticLogsConfigurationResult added in v0.3.1

type LookupWebAppDiagnosticLogsConfigurationResult struct {
	// Application logs configuration.
	ApplicationLogs *ApplicationLogsConfigResponse `pulumi:"applicationLogs"`
	// Detailed error messages configuration.
	DetailedErrorMessages *EnabledConfigResponse `pulumi:"detailedErrorMessages"`
	// Failed requests tracing configuration.
	FailedRequestsTracing *EnabledConfigResponse `pulumi:"failedRequestsTracing"`
	// HTTP logs configuration.
	HttpLogs *HttpLogsConfigResponse `pulumi:"httpLogs"`
	// Resource Id.
	Id string `pulumi:"id"`
	// Kind of resource.
	Kind *string `pulumi:"kind"`
	// Resource Name.
	Name string `pulumi:"name"`
	// Resource type.
	Type string `pulumi:"type"`
}

Configuration of App Service site logs.

type LookupWebAppDomainOwnershipIdentifierArgs

type LookupWebAppDomainOwnershipIdentifierArgs struct {
	// Name of domain ownership identifier.
	DomainOwnershipIdentifierName string `pulumi:"domainOwnershipIdentifierName"`
	// Name of the app.
	Name string `pulumi:"name"`
	// Name of the resource group to which the resource belongs.
	ResourceGroupName string `pulumi:"resourceGroupName"`
}

type LookupWebAppDomainOwnershipIdentifierResult

type LookupWebAppDomainOwnershipIdentifierResult struct {
	// Resource Id.
	Id string `pulumi:"id"`
	// Kind of resource.
	Kind *string `pulumi:"kind"`
	// Resource Name.
	Name string `pulumi:"name"`
	// Resource type.
	Type string `pulumi:"type"`
}

A domain specific resource identifier.

type LookupWebAppDomainOwnershipIdentifierSlotArgs

type LookupWebAppDomainOwnershipIdentifierSlotArgs struct {
	// Name of domain ownership identifier.
	DomainOwnershipIdentifierName string `pulumi:"domainOwnershipIdentifierName"`
	// Name of the app.
	Name string `pulumi:"name"`
	// Name of the resource group to which the resource belongs.
	ResourceGroupName string `pulumi:"resourceGroupName"`
	// Name of the deployment slot. If a slot is not specified, the API will delete the binding for the production slot.
	Slot string `pulumi:"slot"`
}

type LookupWebAppDomainOwnershipIdentifierSlotResult

type LookupWebAppDomainOwnershipIdentifierSlotResult struct {
	// Resource Id.
	Id string `pulumi:"id"`
	// Kind of resource.
	Kind *string `pulumi:"kind"`
	// Resource Name.
	Name string `pulumi:"name"`
	// Resource type.
	Type string `pulumi:"type"`
}

A domain specific resource identifier.

type LookupWebAppFunctionArgs

type LookupWebAppFunctionArgs struct {
	// Function name.
	FunctionName string `pulumi:"functionName"`
	// Site name.
	Name string `pulumi:"name"`
	// Name of the resource group to which the resource belongs.
	ResourceGroupName string `pulumi:"resourceGroupName"`
}

type LookupWebAppFunctionResult

type LookupWebAppFunctionResult struct {
	// Config information.
	Config interface{} `pulumi:"config"`
	// Config URI.
	ConfigHref *string `pulumi:"configHref"`
	// File list.
	Files map[string]string `pulumi:"files"`
	// Function App ID.
	FunctionAppId *string `pulumi:"functionAppId"`
	// Function URI.
	Href *string `pulumi:"href"`
	// Resource Id.
	Id string `pulumi:"id"`
	// The invocation URL
	InvokeUrlTemplate *string `pulumi:"invokeUrlTemplate"`
	// Value indicating whether the function is disabled
	IsDisabled *bool `pulumi:"isDisabled"`
	// Kind of resource.
	Kind *string `pulumi:"kind"`
	// The function language
	Language *string `pulumi:"language"`
	// Resource Name.
	Name string `pulumi:"name"`
	// Script URI.
	ScriptHref *string `pulumi:"scriptHref"`
	// Script root path URI.
	ScriptRootPathHref *string `pulumi:"scriptRootPathHref"`
	// Secrets file URI.
	SecretsFileHref *string `pulumi:"secretsFileHref"`
	// Test data used when testing via the Azure Portal.
	TestData *string `pulumi:"testData"`
	// Test data URI.
	TestDataHref *string `pulumi:"testDataHref"`
	// Resource type.
	Type string `pulumi:"type"`
}

Function information.

type LookupWebAppHostNameBindingArgs

type LookupWebAppHostNameBindingArgs struct {
	// Hostname in the hostname binding.
	HostName string `pulumi:"hostName"`
	// Name of the app.
	Name string `pulumi:"name"`
	// Name of the resource group to which the resource belongs.
	ResourceGroupName string `pulumi:"resourceGroupName"`
}

type LookupWebAppHostNameBindingResult

type LookupWebAppHostNameBindingResult struct {
	// Azure resource name.
	AzureResourceName *string `pulumi:"azureResourceName"`
	// Azure resource type.
	AzureResourceType *string `pulumi:"azureResourceType"`
	// Custom DNS record type.
	CustomHostNameDnsRecordType *string `pulumi:"customHostNameDnsRecordType"`
	// Fully qualified ARM domain resource URI.
	DomainId *string `pulumi:"domainId"`
	// Hostname type.
	HostNameType *string `pulumi:"hostNameType"`
	// Resource Id.
	Id string `pulumi:"id"`
	// Kind of resource.
	Kind *string `pulumi:"kind"`
	// Resource Name.
	Name string `pulumi:"name"`
	// App Service app name.
	SiteName *string `pulumi:"siteName"`
	// SSL type
	SslState *string `pulumi:"sslState"`
	// SSL certificate thumbprint
	Thumbprint *string `pulumi:"thumbprint"`
	// Resource type.
	Type string `pulumi:"type"`
	// Virtual IP address assigned to the hostname if IP based SSL is enabled.
	VirtualIP string `pulumi:"virtualIP"`
}

A hostname binding object.

type LookupWebAppHostNameBindingSlotArgs

type LookupWebAppHostNameBindingSlotArgs struct {
	// Hostname in the hostname binding.
	HostName string `pulumi:"hostName"`
	// Name of the app.
	Name string `pulumi:"name"`
	// Name of the resource group to which the resource belongs.
	ResourceGroupName string `pulumi:"resourceGroupName"`
	// Name of the deployment slot. If a slot is not specified, the API the named binding for the production slot.
	Slot string `pulumi:"slot"`
}

type LookupWebAppHostNameBindingSlotResult

type LookupWebAppHostNameBindingSlotResult struct {
	// Azure resource name.
	AzureResourceName *string `pulumi:"azureResourceName"`
	// Azure resource type.
	AzureResourceType *string `pulumi:"azureResourceType"`
	// Custom DNS record type.
	CustomHostNameDnsRecordType *string `pulumi:"customHostNameDnsRecordType"`
	// Fully qualified ARM domain resource URI.
	DomainId *string `pulumi:"domainId"`
	// Hostname type.
	HostNameType *string `pulumi:"hostNameType"`
	// Resource Id.
	Id string `pulumi:"id"`
	// Kind of resource.
	Kind *string `pulumi:"kind"`
	// Resource Name.
	Name string `pulumi:"name"`
	// App Service app name.
	SiteName *string `pulumi:"siteName"`
	// SSL type
	SslState *string `pulumi:"sslState"`
	// SSL certificate thumbprint
	Thumbprint *string `pulumi:"thumbprint"`
	// Resource type.
	Type string `pulumi:"type"`
	// Virtual IP address assigned to the hostname if IP based SSL is enabled.
	VirtualIP string `pulumi:"virtualIP"`
}

A hostname binding object.

type LookupWebAppHybridConnectionArgs

type LookupWebAppHybridConnectionArgs struct {
	// The name of the web app.
	Name string `pulumi:"name"`
	// The namespace for this hybrid connection.
	NamespaceName string `pulumi:"namespaceName"`
	// The relay name for this hybrid connection.
	RelayName string `pulumi:"relayName"`
	// Name of the resource group to which the resource belongs.
	ResourceGroupName string `pulumi:"resourceGroupName"`
}

type LookupWebAppHybridConnectionResult

type LookupWebAppHybridConnectionResult struct {
	// The hostname of the endpoint.
	Hostname *string `pulumi:"hostname"`
	// Resource Id.
	Id string `pulumi:"id"`
	// Kind of resource.
	Kind *string `pulumi:"kind"`
	// Resource Name.
	Name string `pulumi:"name"`
	// The port of the endpoint.
	Port *int `pulumi:"port"`
	// The ARM URI to the Service Bus relay.
	RelayArmUri *string `pulumi:"relayArmUri"`
	// The name of the Service Bus relay.
	RelayName *string `pulumi:"relayName"`
	// The name of the Service Bus key which has Send permissions. This is used to authenticate to Service Bus.
	SendKeyName *string `pulumi:"sendKeyName"`
	// The value of the Service Bus key. This is used to authenticate to Service Bus. In ARM this key will not be returned
	// normally, use the POST /listKeys API instead.
	SendKeyValue *string `pulumi:"sendKeyValue"`
	// The name of the Service Bus namespace.
	ServiceBusNamespace *string `pulumi:"serviceBusNamespace"`
	// The suffix for the service bus endpoint. By default this is .servicebus.windows.net
	ServiceBusSuffix *string `pulumi:"serviceBusSuffix"`
	// Resource type.
	Type string `pulumi:"type"`
}

Hybrid Connection contract. This is used to configure a Hybrid Connection.

type LookupWebAppHybridConnectionSlotArgs

type LookupWebAppHybridConnectionSlotArgs struct {
	// The name of the web app.
	Name string `pulumi:"name"`
	// The namespace for this hybrid connection.
	NamespaceName string `pulumi:"namespaceName"`
	// The relay name for this hybrid connection.
	RelayName string `pulumi:"relayName"`
	// Name of the resource group to which the resource belongs.
	ResourceGroupName string `pulumi:"resourceGroupName"`
	// The name of the slot for the web app.
	Slot string `pulumi:"slot"`
}

type LookupWebAppHybridConnectionSlotResult

type LookupWebAppHybridConnectionSlotResult struct {
	// The hostname of the endpoint.
	Hostname *string `pulumi:"hostname"`
	// Resource Id.
	Id string `pulumi:"id"`
	// Kind of resource.
	Kind *string `pulumi:"kind"`
	// Resource Name.
	Name string `pulumi:"name"`
	// The port of the endpoint.
	Port *int `pulumi:"port"`
	// The ARM URI to the Service Bus relay.
	RelayArmUri *string `pulumi:"relayArmUri"`
	// The name of the Service Bus relay.
	RelayName *string `pulumi:"relayName"`
	// The name of the Service Bus key which has Send permissions. This is used to authenticate to Service Bus.
	SendKeyName *string `pulumi:"sendKeyName"`
	// The value of the Service Bus key. This is used to authenticate to Service Bus. In ARM this key will not be returned
	// normally, use the POST /listKeys API instead.
	SendKeyValue *string `pulumi:"sendKeyValue"`
	// The name of the Service Bus namespace.
	ServiceBusNamespace *string `pulumi:"serviceBusNamespace"`
	// The suffix for the service bus endpoint. By default this is .servicebus.windows.net
	ServiceBusSuffix *string `pulumi:"serviceBusSuffix"`
	// Resource type.
	Type string `pulumi:"type"`
}

Hybrid Connection contract. This is used to configure a Hybrid Connection.

type LookupWebAppInstanceFunctionSlotArgs

type LookupWebAppInstanceFunctionSlotArgs struct {
	// Function name.
	FunctionName string `pulumi:"functionName"`
	// Site name.
	Name string `pulumi:"name"`
	// Name of the resource group to which the resource belongs.
	ResourceGroupName string `pulumi:"resourceGroupName"`
	// Name of the deployment slot.
	Slot string `pulumi:"slot"`
}

type LookupWebAppInstanceFunctionSlotResult

type LookupWebAppInstanceFunctionSlotResult struct {
	// Config information.
	Config interface{} `pulumi:"config"`
	// Config URI.
	ConfigHref *string `pulumi:"configHref"`
	// File list.
	Files map[string]string `pulumi:"files"`
	// Function App ID.
	FunctionAppId *string `pulumi:"functionAppId"`
	// Function URI.
	Href *string `pulumi:"href"`
	// Resource Id.
	Id string `pulumi:"id"`
	// The invocation URL
	InvokeUrlTemplate *string `pulumi:"invokeUrlTemplate"`
	// Value indicating whether the function is disabled
	IsDisabled *bool `pulumi:"isDisabled"`
	// Kind of resource.
	Kind *string `pulumi:"kind"`
	// The function language
	Language *string `pulumi:"language"`
	// Resource Name.
	Name string `pulumi:"name"`
	// Script URI.
	ScriptHref *string `pulumi:"scriptHref"`
	// Script root path URI.
	ScriptRootPathHref *string `pulumi:"scriptRootPathHref"`
	// Secrets file URI.
	SecretsFileHref *string `pulumi:"secretsFileHref"`
	// Test data used when testing via the Azure Portal.
	TestData *string `pulumi:"testData"`
	// Test data URI.
	TestDataHref *string `pulumi:"testDataHref"`
	// Resource type.
	Type string `pulumi:"type"`
}

Function information.

type LookupWebAppPremierAddOnArgs

type LookupWebAppPremierAddOnArgs struct {
	// Name of the app.
	Name string `pulumi:"name"`
	// Add-on name.
	PremierAddOnName string `pulumi:"premierAddOnName"`
	// Name of the resource group to which the resource belongs.
	ResourceGroupName string `pulumi:"resourceGroupName"`
}

type LookupWebAppPremierAddOnResult

type LookupWebAppPremierAddOnResult struct {
	// Resource Id.
	Id string `pulumi:"id"`
	// Kind of resource.
	Kind *string `pulumi:"kind"`
	// Resource Location.
	Location string `pulumi:"location"`
	// Premier add on Marketplace offer.
	MarketplaceOffer *string `pulumi:"marketplaceOffer"`
	// Premier add on Marketplace publisher.
	MarketplacePublisher *string `pulumi:"marketplacePublisher"`
	// Resource Name.
	Name string `pulumi:"name"`
	// Premier add on Product.
	Product *string `pulumi:"product"`
	// Premier add on SKU.
	Sku *string `pulumi:"sku"`
	// Resource tags.
	Tags map[string]string `pulumi:"tags"`
	// Resource type.
	Type string `pulumi:"type"`
	// Premier add on Vendor.
	Vendor *string `pulumi:"vendor"`
}

Premier add-on.

type LookupWebAppPremierAddOnSlotArgs

type LookupWebAppPremierAddOnSlotArgs struct {
	// Name of the app.
	Name string `pulumi:"name"`
	// Add-on name.
	PremierAddOnName string `pulumi:"premierAddOnName"`
	// Name of the resource group to which the resource belongs.
	ResourceGroupName string `pulumi:"resourceGroupName"`
	// Name of the deployment slot. If a slot is not specified, the API will get the named add-on for the production slot.
	Slot string `pulumi:"slot"`
}

type LookupWebAppPremierAddOnSlotResult

type LookupWebAppPremierAddOnSlotResult struct {
	// Resource Id.
	Id string `pulumi:"id"`
	// Kind of resource.
	Kind *string `pulumi:"kind"`
	// Resource Location.
	Location string `pulumi:"location"`
	// Premier add on Marketplace offer.
	MarketplaceOffer *string `pulumi:"marketplaceOffer"`
	// Premier add on Marketplace publisher.
	MarketplacePublisher *string `pulumi:"marketplacePublisher"`
	// Resource Name.
	Name string `pulumi:"name"`
	// Premier add on Product.
	Product *string `pulumi:"product"`
	// Premier add on SKU.
	Sku *string `pulumi:"sku"`
	// Resource tags.
	Tags map[string]string `pulumi:"tags"`
	// Resource type.
	Type string `pulumi:"type"`
	// Premier add on Vendor.
	Vendor *string `pulumi:"vendor"`
}

Premier add-on.

type LookupWebAppPublicCertificateArgs

type LookupWebAppPublicCertificateArgs struct {
	// Name of the app.
	Name string `pulumi:"name"`
	// Public certificate name.
	PublicCertificateName string `pulumi:"publicCertificateName"`
	// Name of the resource group to which the resource belongs.
	ResourceGroupName string `pulumi:"resourceGroupName"`
}

type LookupWebAppPublicCertificateResult

type LookupWebAppPublicCertificateResult struct {
	// Public Certificate byte array
	Blob *string `pulumi:"blob"`
	// Resource Id.
	Id string `pulumi:"id"`
	// Kind of resource.
	Kind *string `pulumi:"kind"`
	// Resource Name.
	Name string `pulumi:"name"`
	// Public Certificate Location
	PublicCertificateLocation *string `pulumi:"publicCertificateLocation"`
	// Certificate Thumbprint
	Thumbprint string `pulumi:"thumbprint"`
	// Resource type.
	Type string `pulumi:"type"`
}

Public certificate object

type LookupWebAppPublicCertificateSlotArgs

type LookupWebAppPublicCertificateSlotArgs struct {
	// Name of the app.
	Name string `pulumi:"name"`
	// Public certificate name.
	PublicCertificateName string `pulumi:"publicCertificateName"`
	// Name of the resource group to which the resource belongs.
	ResourceGroupName string `pulumi:"resourceGroupName"`
	// Name of the deployment slot. If a slot is not specified, the API the named binding for the production slot.
	Slot string `pulumi:"slot"`
}

type LookupWebAppPublicCertificateSlotResult

type LookupWebAppPublicCertificateSlotResult struct {
	// Public Certificate byte array
	Blob *string `pulumi:"blob"`
	// Resource Id.
	Id string `pulumi:"id"`
	// Kind of resource.
	Kind *string `pulumi:"kind"`
	// Resource Name.
	Name string `pulumi:"name"`
	// Public Certificate Location
	PublicCertificateLocation *string `pulumi:"publicCertificateLocation"`
	// Certificate Thumbprint
	Thumbprint string `pulumi:"thumbprint"`
	// Resource type.
	Type string `pulumi:"type"`
}

Public certificate object

type LookupWebAppRelayServiceConnectionArgs

type LookupWebAppRelayServiceConnectionArgs struct {
	// Name of the hybrid connection.
	EntityName string `pulumi:"entityName"`
	// Name of the app.
	Name string `pulumi:"name"`
	// Name of the resource group to which the resource belongs.
	ResourceGroupName string `pulumi:"resourceGroupName"`
}

type LookupWebAppRelayServiceConnectionResult

type LookupWebAppRelayServiceConnectionResult struct {
	BiztalkUri             *string `pulumi:"biztalkUri"`
	EntityConnectionString *string `pulumi:"entityConnectionString"`
	EntityName             *string `pulumi:"entityName"`
	Hostname               *string `pulumi:"hostname"`
	// Resource Id.
	Id string `pulumi:"id"`
	// Kind of resource.
	Kind *string `pulumi:"kind"`
	// Resource Name.
	Name                     string  `pulumi:"name"`
	Port                     *int    `pulumi:"port"`
	ResourceConnectionString *string `pulumi:"resourceConnectionString"`
	ResourceType             *string `pulumi:"resourceType"`
	// Resource type.
	Type string `pulumi:"type"`
}

Hybrid Connection for an App Service app.

type LookupWebAppRelayServiceConnectionSlotArgs

type LookupWebAppRelayServiceConnectionSlotArgs struct {
	// Name of the hybrid connection.
	EntityName string `pulumi:"entityName"`
	// Name of the app.
	Name string `pulumi:"name"`
	// Name of the resource group to which the resource belongs.
	ResourceGroupName string `pulumi:"resourceGroupName"`
	// Name of the deployment slot. If a slot is not specified, the API will get a hybrid connection for the production slot.
	Slot string `pulumi:"slot"`
}

type LookupWebAppRelayServiceConnectionSlotResult

type LookupWebAppRelayServiceConnectionSlotResult struct {
	BiztalkUri             *string `pulumi:"biztalkUri"`
	EntityConnectionString *string `pulumi:"entityConnectionString"`
	EntityName             *string `pulumi:"entityName"`
	Hostname               *string `pulumi:"hostname"`
	// Resource Id.
	Id string `pulumi:"id"`
	// Kind of resource.
	Kind *string `pulumi:"kind"`
	// Resource Name.
	Name                     string  `pulumi:"name"`
	Port                     *int    `pulumi:"port"`
	ResourceConnectionString *string `pulumi:"resourceConnectionString"`
	ResourceType             *string `pulumi:"resourceType"`
	// Resource type.
	Type string `pulumi:"type"`
}

Hybrid Connection for an App Service app.

type LookupWebAppResult

type LookupWebAppResult struct {
	// Management information availability state for the app.
	AvailabilityState string `pulumi:"availabilityState"`
	// <code>true</code> to enable client affinity; <code>false</code> to stop sending session affinity cookies, which route client requests in the same session to the same instance. Default is <code>true</code>.
	ClientAffinityEnabled *bool `pulumi:"clientAffinityEnabled"`
	// <code>true</code> to enable client certificate authentication (TLS mutual authentication); otherwise, <code>false</code>. Default is <code>false</code>.
	ClientCertEnabled *bool `pulumi:"clientCertEnabled"`
	// client certificate authentication comma-separated exclusion paths
	ClientCertExclusionPaths *string `pulumi:"clientCertExclusionPaths"`
	// If specified during app creation, the app is cloned from a source app.
	CloningInfo *CloningInfoResponse `pulumi:"cloningInfo"`
	// Size of the function container.
	ContainerSize *int `pulumi:"containerSize"`
	// Maximum allowed daily memory-time quota (applicable on dynamic apps only).
	DailyMemoryTimeQuota *int `pulumi:"dailyMemoryTimeQuota"`
	// Default hostname of the app. Read-only.
	DefaultHostName string `pulumi:"defaultHostName"`
	// <code>true</code> if the app is enabled; otherwise, <code>false</code>. Setting this value to false disables the app (takes the app offline).
	Enabled *bool `pulumi:"enabled"`
	// Enabled hostnames for the app.Hostnames need to be assigned (see HostNames) AND enabled. Otherwise,
	// the app is not served on those hostnames.
	EnabledHostNames []string `pulumi:"enabledHostNames"`
	// GeoDistributions for this site
	GeoDistributions []GeoDistributionResponse `pulumi:"geoDistributions"`
	// Hostname SSL states are used to manage the SSL bindings for app's hostnames.
	HostNameSslStates []HostNameSslStateResponse `pulumi:"hostNameSslStates"`
	// Hostnames associated with the app.
	HostNames []string `pulumi:"hostNames"`
	// <code>true</code> to disable the public hostnames of the app; otherwise, <code>false</code>.
	//  If <code>true</code>, the app is only accessible via API management process.
	HostNamesDisabled *bool `pulumi:"hostNamesDisabled"`
	// App Service Environment to use for the app.
	HostingEnvironmentProfile *HostingEnvironmentProfileResponse `pulumi:"hostingEnvironmentProfile"`
	// HttpsOnly: configures a web site to accept only https requests. Issues redirect for
	// http requests
	HttpsOnly *bool `pulumi:"httpsOnly"`
	// Hyper-V sandbox.
	HyperV *bool `pulumi:"hyperV"`
	// Resource Id.
	Id string `pulumi:"id"`
	// Managed service identity.
	Identity *ManagedServiceIdentityResponse `pulumi:"identity"`
	// Specifies an operation id if this site has a pending operation.
	InProgressOperationId string `pulumi:"inProgressOperationId"`
	// <code>true</code> if the app is a default container; otherwise, <code>false</code>.
	IsDefaultContainer bool `pulumi:"isDefaultContainer"`
	// Obsolete: Hyper-V sandbox.
	IsXenon *bool `pulumi:"isXenon"`
	// Kind of resource.
	Kind *string `pulumi:"kind"`
	// Last time the app was modified, in UTC. Read-only.
	LastModifiedTimeUtc string `pulumi:"lastModifiedTimeUtc"`
	// Resource Location.
	Location string `pulumi:"location"`
	// Maximum number of workers.
	// This only applies to Functions container.
	MaxNumberOfWorkers int `pulumi:"maxNumberOfWorkers"`
	// Resource Name.
	Name string `pulumi:"name"`
	// List of IP addresses that the app uses for outbound connections (e.g. database access). Includes VIPs from tenants that site can be hosted with current settings. Read-only.
	OutboundIpAddresses string `pulumi:"outboundIpAddresses"`
	// List of IP addresses that the app uses for outbound connections (e.g. database access). Includes VIPs from all tenants. Read-only.
	PossibleOutboundIpAddresses string `pulumi:"possibleOutboundIpAddresses"`
	// Site redundancy mode
	RedundancyMode *string `pulumi:"redundancyMode"`
	// Name of the repository site.
	RepositorySiteName string `pulumi:"repositorySiteName"`
	// <code>true</code> if reserved; otherwise, <code>false</code>.
	Reserved *bool `pulumi:"reserved"`
	// Name of the resource group the app belongs to. Read-only.
	ResourceGroup string `pulumi:"resourceGroup"`
	// <code>true</code> to stop SCM (KUDU) site when the app is stopped; otherwise, <code>false</code>. The default is <code>false</code>.
	ScmSiteAlsoStopped *bool `pulumi:"scmSiteAlsoStopped"`
	// Resource ID of the associated App Service plan, formatted as: "/subscriptions/{subscriptionID}/resourceGroups/{groupName}/providers/Microsoft.Web/serverfarms/{appServicePlanName}".
	ServerFarmId *string `pulumi:"serverFarmId"`
	// Configuration of the app.
	SiteConfig *SiteConfigResponse `pulumi:"siteConfig"`
	// Status of the last deployment slot swap operation.
	SlotSwapStatus SlotSwapStatusResponse `pulumi:"slotSwapStatus"`
	// Current state of the app.
	State string `pulumi:"state"`
	// App suspended till in case memory-time quota is exceeded.
	SuspendedTill string `pulumi:"suspendedTill"`
	// Resource tags.
	Tags map[string]string `pulumi:"tags"`
	// Specifies which deployment slot this app will swap into. Read-only.
	TargetSwapSlot string `pulumi:"targetSwapSlot"`
	// Azure Traffic Manager hostnames associated with the app. Read-only.
	TrafficManagerHostNames []string `pulumi:"trafficManagerHostNames"`
	// Resource type.
	Type string `pulumi:"type"`
	// State indicating whether the app has exceeded its quota usage. Read-only.
	UsageState string `pulumi:"usageState"`
}

A web app, a mobile app backend, or an API app.

func LookupWebApp

func LookupWebApp(ctx *pulumi.Context, args *LookupWebAppArgs, opts ...pulumi.InvokeOption) (*LookupWebAppResult, error)

type LookupWebAppSiteExtensionArgs

type LookupWebAppSiteExtensionArgs struct {
	// Site name.
	Name string `pulumi:"name"`
	// Name of the resource group to which the resource belongs.
	ResourceGroupName string `pulumi:"resourceGroupName"`
	// Site extension name.
	SiteExtensionId string `pulumi:"siteExtensionId"`
}

type LookupWebAppSiteExtensionResult

type LookupWebAppSiteExtensionResult struct {
	// List of authors.
	Authors []string `pulumi:"authors"`
	// Site Extension comment.
	Comment *string `pulumi:"comment"`
	// Detailed description.
	Description *string `pulumi:"description"`
	// Count of downloads.
	DownloadCount *int `pulumi:"downloadCount"`
	// Site extension ID.
	ExtensionId *string `pulumi:"extensionId"`
	// Site extension type.
	ExtensionType *string `pulumi:"extensionType"`
	// Extension URL.
	ExtensionUrl *string `pulumi:"extensionUrl"`
	// Feed URL.
	FeedUrl *string `pulumi:"feedUrl"`
	// Icon URL.
	IconUrl *string `pulumi:"iconUrl"`
	// Resource Id.
	Id string `pulumi:"id"`
	// Installed timestamp.
	InstalledDateTime *string `pulumi:"installedDateTime"`
	// Installer command line parameters.
	InstallerCommandLineParams *string `pulumi:"installerCommandLineParams"`
	// Kind of resource.
	Kind *string `pulumi:"kind"`
	// License URL.
	LicenseUrl *string `pulumi:"licenseUrl"`
	// <code>true</code> if the local version is the latest version; <code>false</code> otherwise.
	LocalIsLatestVersion *bool `pulumi:"localIsLatestVersion"`
	// Local path.
	LocalPath *string `pulumi:"localPath"`
	// Resource Name.
	Name string `pulumi:"name"`
	// Project URL.
	ProjectUrl *string `pulumi:"projectUrl"`
	// Provisioning state.
	ProvisioningState *string `pulumi:"provisioningState"`
	// Published timestamp.
	PublishedDateTime *string `pulumi:"publishedDateTime"`
	// Summary description.
	Summary *string `pulumi:"summary"`
	Title   *string `pulumi:"title"`
	// Resource type.
	Type string `pulumi:"type"`
	// Version information.
	Version *string `pulumi:"version"`
}

Site Extension Information.

type LookupWebAppSiteExtensionSlotArgs

type LookupWebAppSiteExtensionSlotArgs struct {
	// Site name.
	Name string `pulumi:"name"`
	// Name of the resource group to which the resource belongs.
	ResourceGroupName string `pulumi:"resourceGroupName"`
	// Site extension name.
	SiteExtensionId string `pulumi:"siteExtensionId"`
	// Name of the deployment slot. If a slot is not specified, the API deletes a deployment for the production slot.
	Slot string `pulumi:"slot"`
}

type LookupWebAppSiteExtensionSlotResult

type LookupWebAppSiteExtensionSlotResult struct {
	// List of authors.
	Authors []string `pulumi:"authors"`
	// Site Extension comment.
	Comment *string `pulumi:"comment"`
	// Detailed description.
	Description *string `pulumi:"description"`
	// Count of downloads.
	DownloadCount *int `pulumi:"downloadCount"`
	// Site extension ID.
	ExtensionId *string `pulumi:"extensionId"`
	// Site extension type.
	ExtensionType *string `pulumi:"extensionType"`
	// Extension URL.
	ExtensionUrl *string `pulumi:"extensionUrl"`
	// Feed URL.
	FeedUrl *string `pulumi:"feedUrl"`
	// Icon URL.
	IconUrl *string `pulumi:"iconUrl"`
	// Resource Id.
	Id string `pulumi:"id"`
	// Installed timestamp.
	InstalledDateTime *string `pulumi:"installedDateTime"`
	// Installer command line parameters.
	InstallerCommandLineParams *string `pulumi:"installerCommandLineParams"`
	// Kind of resource.
	Kind *string `pulumi:"kind"`
	// License URL.
	LicenseUrl *string `pulumi:"licenseUrl"`
	// <code>true</code> if the local version is the latest version; <code>false</code> otherwise.
	LocalIsLatestVersion *bool `pulumi:"localIsLatestVersion"`
	// Local path.
	LocalPath *string `pulumi:"localPath"`
	// Resource Name.
	Name string `pulumi:"name"`
	// Project URL.
	ProjectUrl *string `pulumi:"projectUrl"`
	// Provisioning state.
	ProvisioningState *string `pulumi:"provisioningState"`
	// Published timestamp.
	PublishedDateTime *string `pulumi:"publishedDateTime"`
	// Summary description.
	Summary *string `pulumi:"summary"`
	Title   *string `pulumi:"title"`
	// Resource type.
	Type string `pulumi:"type"`
	// Version information.
	Version *string `pulumi:"version"`
}

Site Extension Information.

type LookupWebAppSlotArgs

type LookupWebAppSlotArgs struct {
	// Name of the app.
	Name string `pulumi:"name"`
	// Name of the resource group to which the resource belongs.
	ResourceGroupName string `pulumi:"resourceGroupName"`
	// Name of the deployment slot. By default, this API returns the production slot.
	Slot string `pulumi:"slot"`
}

type LookupWebAppSlotConfigurationNamesArgs added in v0.2.5

type LookupWebAppSlotConfigurationNamesArgs struct {
	// Name of the app.
	Name string `pulumi:"name"`
	// Name of the resource group to which the resource belongs.
	ResourceGroupName string `pulumi:"resourceGroupName"`
}

type LookupWebAppSlotConfigurationNamesResult added in v0.2.5

type LookupWebAppSlotConfigurationNamesResult struct {
	// List of application settings names.
	AppSettingNames []string `pulumi:"appSettingNames"`
	// List of external Azure storage account identifiers.
	AzureStorageConfigNames []string `pulumi:"azureStorageConfigNames"`
	// List of connection string names.
	ConnectionStringNames []string `pulumi:"connectionStringNames"`
	// Resource Id.
	Id string `pulumi:"id"`
	// Kind of resource.
	Kind *string `pulumi:"kind"`
	// Resource Name.
	Name string `pulumi:"name"`
	// Resource type.
	Type string `pulumi:"type"`
}

Slot Config names azure resource.

type LookupWebAppSlotResult

type LookupWebAppSlotResult struct {
	// Management information availability state for the app.
	AvailabilityState string `pulumi:"availabilityState"`
	// <code>true</code> to enable client affinity; <code>false</code> to stop sending session affinity cookies, which route client requests in the same session to the same instance. Default is <code>true</code>.
	ClientAffinityEnabled *bool `pulumi:"clientAffinityEnabled"`
	// <code>true</code> to enable client certificate authentication (TLS mutual authentication); otherwise, <code>false</code>. Default is <code>false</code>.
	ClientCertEnabled *bool `pulumi:"clientCertEnabled"`
	// client certificate authentication comma-separated exclusion paths
	ClientCertExclusionPaths *string `pulumi:"clientCertExclusionPaths"`
	// If specified during app creation, the app is cloned from a source app.
	CloningInfo *CloningInfoResponse `pulumi:"cloningInfo"`
	// Size of the function container.
	ContainerSize *int `pulumi:"containerSize"`
	// Maximum allowed daily memory-time quota (applicable on dynamic apps only).
	DailyMemoryTimeQuota *int `pulumi:"dailyMemoryTimeQuota"`
	// Default hostname of the app. Read-only.
	DefaultHostName string `pulumi:"defaultHostName"`
	// <code>true</code> if the app is enabled; otherwise, <code>false</code>. Setting this value to false disables the app (takes the app offline).
	Enabled *bool `pulumi:"enabled"`
	// Enabled hostnames for the app.Hostnames need to be assigned (see HostNames) AND enabled. Otherwise,
	// the app is not served on those hostnames.
	EnabledHostNames []string `pulumi:"enabledHostNames"`
	// GeoDistributions for this site
	GeoDistributions []GeoDistributionResponse `pulumi:"geoDistributions"`
	// Hostname SSL states are used to manage the SSL bindings for app's hostnames.
	HostNameSslStates []HostNameSslStateResponse `pulumi:"hostNameSslStates"`
	// Hostnames associated with the app.
	HostNames []string `pulumi:"hostNames"`
	// <code>true</code> to disable the public hostnames of the app; otherwise, <code>false</code>.
	//  If <code>true</code>, the app is only accessible via API management process.
	HostNamesDisabled *bool `pulumi:"hostNamesDisabled"`
	// App Service Environment to use for the app.
	HostingEnvironmentProfile *HostingEnvironmentProfileResponse `pulumi:"hostingEnvironmentProfile"`
	// HttpsOnly: configures a web site to accept only https requests. Issues redirect for
	// http requests
	HttpsOnly *bool `pulumi:"httpsOnly"`
	// Hyper-V sandbox.
	HyperV *bool `pulumi:"hyperV"`
	// Resource Id.
	Id string `pulumi:"id"`
	// Managed service identity.
	Identity *ManagedServiceIdentityResponse `pulumi:"identity"`
	// Specifies an operation id if this site has a pending operation.
	InProgressOperationId string `pulumi:"inProgressOperationId"`
	// <code>true</code> if the app is a default container; otherwise, <code>false</code>.
	IsDefaultContainer bool `pulumi:"isDefaultContainer"`
	// Obsolete: Hyper-V sandbox.
	IsXenon *bool `pulumi:"isXenon"`
	// Kind of resource.
	Kind *string `pulumi:"kind"`
	// Last time the app was modified, in UTC. Read-only.
	LastModifiedTimeUtc string `pulumi:"lastModifiedTimeUtc"`
	// Resource Location.
	Location string `pulumi:"location"`
	// Maximum number of workers.
	// This only applies to Functions container.
	MaxNumberOfWorkers int `pulumi:"maxNumberOfWorkers"`
	// Resource Name.
	Name string `pulumi:"name"`
	// List of IP addresses that the app uses for outbound connections (e.g. database access). Includes VIPs from tenants that site can be hosted with current settings. Read-only.
	OutboundIpAddresses string `pulumi:"outboundIpAddresses"`
	// List of IP addresses that the app uses for outbound connections (e.g. database access). Includes VIPs from all tenants. Read-only.
	PossibleOutboundIpAddresses string `pulumi:"possibleOutboundIpAddresses"`
	// Site redundancy mode
	RedundancyMode *string `pulumi:"redundancyMode"`
	// Name of the repository site.
	RepositorySiteName string `pulumi:"repositorySiteName"`
	// <code>true</code> if reserved; otherwise, <code>false</code>.
	Reserved *bool `pulumi:"reserved"`
	// Name of the resource group the app belongs to. Read-only.
	ResourceGroup string `pulumi:"resourceGroup"`
	// <code>true</code> to stop SCM (KUDU) site when the app is stopped; otherwise, <code>false</code>. The default is <code>false</code>.
	ScmSiteAlsoStopped *bool `pulumi:"scmSiteAlsoStopped"`
	// Resource ID of the associated App Service plan, formatted as: "/subscriptions/{subscriptionID}/resourceGroups/{groupName}/providers/Microsoft.Web/serverfarms/{appServicePlanName}".
	ServerFarmId *string `pulumi:"serverFarmId"`
	// Configuration of the app.
	SiteConfig *SiteConfigResponse `pulumi:"siteConfig"`
	// Status of the last deployment slot swap operation.
	SlotSwapStatus SlotSwapStatusResponse `pulumi:"slotSwapStatus"`
	// Current state of the app.
	State string `pulumi:"state"`
	// App suspended till in case memory-time quota is exceeded.
	SuspendedTill string `pulumi:"suspendedTill"`
	// Resource tags.
	Tags map[string]string `pulumi:"tags"`
	// Specifies which deployment slot this app will swap into. Read-only.
	TargetSwapSlot string `pulumi:"targetSwapSlot"`
	// Azure Traffic Manager hostnames associated with the app. Read-only.
	TrafficManagerHostNames []string `pulumi:"trafficManagerHostNames"`
	// Resource type.
	Type string `pulumi:"type"`
	// State indicating whether the app has exceeded its quota usage. Read-only.
	UsageState string `pulumi:"usageState"`
}

A web app, a mobile app backend, or an API app.

type LookupWebAppSourceControlArgs

type LookupWebAppSourceControlArgs struct {
	// Name of the app.
	Name string `pulumi:"name"`
	// Name of the resource group to which the resource belongs.
	ResourceGroupName string `pulumi:"resourceGroupName"`
}

type LookupWebAppSourceControlResult

type LookupWebAppSourceControlResult struct {
	// Name of branch to use for deployment.
	Branch *string `pulumi:"branch"`
	// <code>true</code> to enable deployment rollback; otherwise, <code>false</code>.
	DeploymentRollbackEnabled *bool `pulumi:"deploymentRollbackEnabled"`
	// Resource Id.
	Id string `pulumi:"id"`
	// <code>true</code> to limit to manual integration; <code>false</code> to enable continuous integration (which configures webhooks into online repos like GitHub).
	IsManualIntegration *bool `pulumi:"isManualIntegration"`
	// <code>true</code> for a Mercurial repository; <code>false</code> for a Git repository.
	IsMercurial *bool `pulumi:"isMercurial"`
	// Kind of resource.
	Kind *string `pulumi:"kind"`
	// Resource Name.
	Name string `pulumi:"name"`
	// Repository or source control URL.
	RepoUrl *string `pulumi:"repoUrl"`
	// Resource type.
	Type string `pulumi:"type"`
}

Source control configuration for an app.

type LookupWebAppSourceControlSlotArgs

type LookupWebAppSourceControlSlotArgs struct {
	// Name of the app.
	Name string `pulumi:"name"`
	// Name of the resource group to which the resource belongs.
	ResourceGroupName string `pulumi:"resourceGroupName"`
	// Name of the deployment slot. If a slot is not specified, the API will get the source control configuration for the production slot.
	Slot string `pulumi:"slot"`
}

type LookupWebAppSourceControlSlotResult

type LookupWebAppSourceControlSlotResult struct {
	// Name of branch to use for deployment.
	Branch *string `pulumi:"branch"`
	// <code>true</code> to enable deployment rollback; otherwise, <code>false</code>.
	DeploymentRollbackEnabled *bool `pulumi:"deploymentRollbackEnabled"`
	// Resource Id.
	Id string `pulumi:"id"`
	// <code>true</code> to limit to manual integration; <code>false</code> to enable continuous integration (which configures webhooks into online repos like GitHub).
	IsManualIntegration *bool `pulumi:"isManualIntegration"`
	// <code>true</code> for a Mercurial repository; <code>false</code> for a Git repository.
	IsMercurial *bool `pulumi:"isMercurial"`
	// Kind of resource.
	Kind *string `pulumi:"kind"`
	// Resource Name.
	Name string `pulumi:"name"`
	// Repository or source control URL.
	RepoUrl *string `pulumi:"repoUrl"`
	// Resource type.
	Type string `pulumi:"type"`
}

Source control configuration for an app.

type LookupWebAppSwiftVirtualNetworkConnectionArgs

type LookupWebAppSwiftVirtualNetworkConnectionArgs struct {
	// Name of the app.
	Name string `pulumi:"name"`
	// Name of the resource group to which the resource belongs.
	ResourceGroupName string `pulumi:"resourceGroupName"`
}

type LookupWebAppSwiftVirtualNetworkConnectionResult

type LookupWebAppSwiftVirtualNetworkConnectionResult struct {
	// Resource Id.
	Id string `pulumi:"id"`
	// Kind of resource.
	Kind *string `pulumi:"kind"`
	// Resource Name.
	Name string `pulumi:"name"`
	// The Virtual Network subnet's resource ID. This is the subnet that this Web App will join. This subnet must have a delegation to Microsoft.Web/serverFarms defined first.
	SubnetResourceId *string `pulumi:"subnetResourceId"`
	// A flag that specifies if the scale unit this Web App is on supports Swift integration.
	SwiftSupported *bool `pulumi:"swiftSupported"`
	// Resource type.
	Type string `pulumi:"type"`
}

Swift Virtual Network Contract. This is used to enable the new Swift way of doing virtual network integration.

type LookupWebAppSwiftVirtualNetworkConnectionSlotArgs

type LookupWebAppSwiftVirtualNetworkConnectionSlotArgs struct {
	// Name of the app.
	Name string `pulumi:"name"`
	// Name of the resource group to which the resource belongs.
	ResourceGroupName string `pulumi:"resourceGroupName"`
	// Name of the deployment slot. If a slot is not specified, the API will get a gateway for the production slot's Virtual Network.
	Slot string `pulumi:"slot"`
}

type LookupWebAppSwiftVirtualNetworkConnectionSlotResult

type LookupWebAppSwiftVirtualNetworkConnectionSlotResult struct {
	// Resource Id.
	Id string `pulumi:"id"`
	// Kind of resource.
	Kind *string `pulumi:"kind"`
	// Resource Name.
	Name string `pulumi:"name"`
	// The Virtual Network subnet's resource ID. This is the subnet that this Web App will join. This subnet must have a delegation to Microsoft.Web/serverFarms defined first.
	SubnetResourceId *string `pulumi:"subnetResourceId"`
	// A flag that specifies if the scale unit this Web App is on supports Swift integration.
	SwiftSupported *bool `pulumi:"swiftSupported"`
	// Resource type.
	Type string `pulumi:"type"`
}

Swift Virtual Network Contract. This is used to enable the new Swift way of doing virtual network integration.

type LookupWebAppVnetConnectionArgs

type LookupWebAppVnetConnectionArgs struct {
	// Name of the app.
	Name string `pulumi:"name"`
	// Name of the resource group to which the resource belongs.
	ResourceGroupName string `pulumi:"resourceGroupName"`
	// Name of the virtual network.
	VnetName string `pulumi:"vnetName"`
}

type LookupWebAppVnetConnectionResult

type LookupWebAppVnetConnectionResult struct {
	// A certificate file (.cer) blob containing the public key of the private key used to authenticate a
	// Point-To-Site VPN connection.
	CertBlob *string `pulumi:"certBlob"`
	// The client certificate thumbprint.
	CertThumbprint string `pulumi:"certThumbprint"`
	// DNS servers to be used by this Virtual Network. This should be a comma-separated list of IP addresses.
	DnsServers *string `pulumi:"dnsServers"`
	// Resource Id.
	Id string `pulumi:"id"`
	// Flag that is used to denote if this is VNET injection
	IsSwift *bool `pulumi:"isSwift"`
	// Kind of resource.
	Kind *string `pulumi:"kind"`
	// Resource Name.
	Name string `pulumi:"name"`
	// <code>true</code> if a resync is required; otherwise, <code>false</code>.
	ResyncRequired bool `pulumi:"resyncRequired"`
	// The routes that this Virtual Network connection uses.
	Routes []VnetRouteResponse `pulumi:"routes"`
	// Resource type.
	Type string `pulumi:"type"`
	// The Virtual Network's resource ID.
	VnetResourceId *string `pulumi:"vnetResourceId"`
}

Virtual Network information contract.

type LookupWebAppVnetConnectionSlotArgs

type LookupWebAppVnetConnectionSlotArgs struct {
	// Name of the app.
	Name string `pulumi:"name"`
	// Name of the resource group to which the resource belongs.
	ResourceGroupName string `pulumi:"resourceGroupName"`
	// Name of the deployment slot. If a slot is not specified, the API will get the named virtual network for the production slot.
	Slot string `pulumi:"slot"`
	// Name of the virtual network.
	VnetName string `pulumi:"vnetName"`
}

type LookupWebAppVnetConnectionSlotResult

type LookupWebAppVnetConnectionSlotResult struct {
	// A certificate file (.cer) blob containing the public key of the private key used to authenticate a
	// Point-To-Site VPN connection.
	CertBlob *string `pulumi:"certBlob"`
	// The client certificate thumbprint.
	CertThumbprint string `pulumi:"certThumbprint"`
	// DNS servers to be used by this Virtual Network. This should be a comma-separated list of IP addresses.
	DnsServers *string `pulumi:"dnsServers"`
	// Resource Id.
	Id string `pulumi:"id"`
	// Flag that is used to denote if this is VNET injection
	IsSwift *bool `pulumi:"isSwift"`
	// Kind of resource.
	Kind *string `pulumi:"kind"`
	// Resource Name.
	Name string `pulumi:"name"`
	// <code>true</code> if a resync is required; otherwise, <code>false</code>.
	ResyncRequired bool `pulumi:"resyncRequired"`
	// The routes that this Virtual Network connection uses.
	Routes []VnetRouteResponse `pulumi:"routes"`
	// Resource type.
	Type string `pulumi:"type"`
	// The Virtual Network's resource ID.
	VnetResourceId *string `pulumi:"vnetResourceId"`
}

Virtual Network information contract.

type ManagedPipelineMode added in v0.3.1

type ManagedPipelineMode pulumi.String

Managed pipeline mode.

func (ManagedPipelineMode) ElementType added in v0.3.1

func (ManagedPipelineMode) ElementType() reflect.Type

func (ManagedPipelineMode) ToStringOutput added in v0.3.1

func (e ManagedPipelineMode) ToStringOutput() pulumi.StringOutput

func (ManagedPipelineMode) ToStringOutputWithContext added in v0.3.1

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

func (ManagedPipelineMode) ToStringPtrOutput added in v0.3.1

func (e ManagedPipelineMode) ToStringPtrOutput() pulumi.StringPtrOutput

func (ManagedPipelineMode) ToStringPtrOutputWithContext added in v0.3.1

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

type ManagedServiceIdentity

type ManagedServiceIdentity struct {
	// Type of managed service identity.
	Type *string `pulumi:"type"`
	// The list of user assigned identities associated with the resource. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}
	UserAssignedIdentities map[string]interface{} `pulumi:"userAssignedIdentities"`
}

Managed service identity.

type ManagedServiceIdentityArgs

type ManagedServiceIdentityArgs struct {
	// Type of managed service identity.
	Type pulumi.StringPtrInput `pulumi:"type"`
	// The list of user assigned identities associated with the resource. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}
	UserAssignedIdentities pulumi.MapInput `pulumi:"userAssignedIdentities"`
}

Managed service identity.

func (ManagedServiceIdentityArgs) ElementType

func (ManagedServiceIdentityArgs) ElementType() reflect.Type

func (ManagedServiceIdentityArgs) ToManagedServiceIdentityOutput

func (i ManagedServiceIdentityArgs) ToManagedServiceIdentityOutput() ManagedServiceIdentityOutput

func (ManagedServiceIdentityArgs) ToManagedServiceIdentityOutputWithContext

func (i ManagedServiceIdentityArgs) ToManagedServiceIdentityOutputWithContext(ctx context.Context) ManagedServiceIdentityOutput

func (ManagedServiceIdentityArgs) ToManagedServiceIdentityPtrOutput

func (i ManagedServiceIdentityArgs) ToManagedServiceIdentityPtrOutput() ManagedServiceIdentityPtrOutput

func (ManagedServiceIdentityArgs) ToManagedServiceIdentityPtrOutputWithContext

func (i ManagedServiceIdentityArgs) ToManagedServiceIdentityPtrOutputWithContext(ctx context.Context) ManagedServiceIdentityPtrOutput

type ManagedServiceIdentityInput

type ManagedServiceIdentityInput interface {
	pulumi.Input

	ToManagedServiceIdentityOutput() ManagedServiceIdentityOutput
	ToManagedServiceIdentityOutputWithContext(context.Context) ManagedServiceIdentityOutput
}

ManagedServiceIdentityInput is an input type that accepts ManagedServiceIdentityArgs and ManagedServiceIdentityOutput values. You can construct a concrete instance of `ManagedServiceIdentityInput` via:

ManagedServiceIdentityArgs{...}

type ManagedServiceIdentityOutput

type ManagedServiceIdentityOutput struct{ *pulumi.OutputState }

Managed service identity.

func (ManagedServiceIdentityOutput) ElementType

func (ManagedServiceIdentityOutput) ToManagedServiceIdentityOutput

func (o ManagedServiceIdentityOutput) ToManagedServiceIdentityOutput() ManagedServiceIdentityOutput

func (ManagedServiceIdentityOutput) ToManagedServiceIdentityOutputWithContext

func (o ManagedServiceIdentityOutput) ToManagedServiceIdentityOutputWithContext(ctx context.Context) ManagedServiceIdentityOutput

func (ManagedServiceIdentityOutput) ToManagedServiceIdentityPtrOutput

func (o ManagedServiceIdentityOutput) ToManagedServiceIdentityPtrOutput() ManagedServiceIdentityPtrOutput

func (ManagedServiceIdentityOutput) ToManagedServiceIdentityPtrOutputWithContext

func (o ManagedServiceIdentityOutput) ToManagedServiceIdentityPtrOutputWithContext(ctx context.Context) ManagedServiceIdentityPtrOutput

func (ManagedServiceIdentityOutput) Type

Type of managed service identity.

func (ManagedServiceIdentityOutput) UserAssignedIdentities added in v0.2.8

func (o ManagedServiceIdentityOutput) UserAssignedIdentities() pulumi.MapOutput

The list of user assigned identities associated with the resource. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}

type ManagedServiceIdentityPtrInput

type ManagedServiceIdentityPtrInput interface {
	pulumi.Input

	ToManagedServiceIdentityPtrOutput() ManagedServiceIdentityPtrOutput
	ToManagedServiceIdentityPtrOutputWithContext(context.Context) ManagedServiceIdentityPtrOutput
}

ManagedServiceIdentityPtrInput is an input type that accepts ManagedServiceIdentityArgs, ManagedServiceIdentityPtr and ManagedServiceIdentityPtrOutput values. You can construct a concrete instance of `ManagedServiceIdentityPtrInput` via:

        ManagedServiceIdentityArgs{...}

or:

        nil

type ManagedServiceIdentityPtrOutput

type ManagedServiceIdentityPtrOutput struct{ *pulumi.OutputState }

func (ManagedServiceIdentityPtrOutput) Elem

func (ManagedServiceIdentityPtrOutput) ElementType

func (ManagedServiceIdentityPtrOutput) ToManagedServiceIdentityPtrOutput

func (o ManagedServiceIdentityPtrOutput) ToManagedServiceIdentityPtrOutput() ManagedServiceIdentityPtrOutput

func (ManagedServiceIdentityPtrOutput) ToManagedServiceIdentityPtrOutputWithContext

func (o ManagedServiceIdentityPtrOutput) ToManagedServiceIdentityPtrOutputWithContext(ctx context.Context) ManagedServiceIdentityPtrOutput

func (ManagedServiceIdentityPtrOutput) Type

Type of managed service identity.

func (ManagedServiceIdentityPtrOutput) UserAssignedIdentities added in v0.2.8

func (o ManagedServiceIdentityPtrOutput) UserAssignedIdentities() pulumi.MapOutput

The list of user assigned identities associated with the resource. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}

type ManagedServiceIdentityResponse

type ManagedServiceIdentityResponse struct {
	// Principal Id of managed service identity.
	PrincipalId string `pulumi:"principalId"`
	// Tenant of managed service identity.
	TenantId string `pulumi:"tenantId"`
	// Type of managed service identity.
	Type *string `pulumi:"type"`
	// The list of user assigned identities associated with the resource. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}
	UserAssignedIdentities map[string]ManagedServiceIdentityResponseUserAssignedIdentities `pulumi:"userAssignedIdentities"`
}

Managed service identity.

type ManagedServiceIdentityResponseArgs

type ManagedServiceIdentityResponseArgs struct {
	// Principal Id of managed service identity.
	PrincipalId pulumi.StringInput `pulumi:"principalId"`
	// Tenant of managed service identity.
	TenantId pulumi.StringInput `pulumi:"tenantId"`
	// Type of managed service identity.
	Type pulumi.StringPtrInput `pulumi:"type"`
	// The list of user assigned identities associated with the resource. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}
	UserAssignedIdentities ManagedServiceIdentityResponseUserAssignedIdentitiesMapInput `pulumi:"userAssignedIdentities"`
}

Managed service identity.

func (ManagedServiceIdentityResponseArgs) ElementType

func (ManagedServiceIdentityResponseArgs) ToManagedServiceIdentityResponseOutput

func (i ManagedServiceIdentityResponseArgs) ToManagedServiceIdentityResponseOutput() ManagedServiceIdentityResponseOutput

func (ManagedServiceIdentityResponseArgs) ToManagedServiceIdentityResponseOutputWithContext

func (i ManagedServiceIdentityResponseArgs) ToManagedServiceIdentityResponseOutputWithContext(ctx context.Context) ManagedServiceIdentityResponseOutput

func (ManagedServiceIdentityResponseArgs) ToManagedServiceIdentityResponsePtrOutput

func (i ManagedServiceIdentityResponseArgs) ToManagedServiceIdentityResponsePtrOutput() ManagedServiceIdentityResponsePtrOutput

func (ManagedServiceIdentityResponseArgs) ToManagedServiceIdentityResponsePtrOutputWithContext

func (i ManagedServiceIdentityResponseArgs) ToManagedServiceIdentityResponsePtrOutputWithContext(ctx context.Context) ManagedServiceIdentityResponsePtrOutput

type ManagedServiceIdentityResponseInput

type ManagedServiceIdentityResponseInput interface {
	pulumi.Input

	ToManagedServiceIdentityResponseOutput() ManagedServiceIdentityResponseOutput
	ToManagedServiceIdentityResponseOutputWithContext(context.Context) ManagedServiceIdentityResponseOutput
}

ManagedServiceIdentityResponseInput is an input type that accepts ManagedServiceIdentityResponseArgs and ManagedServiceIdentityResponseOutput values. You can construct a concrete instance of `ManagedServiceIdentityResponseInput` via:

ManagedServiceIdentityResponseArgs{...}

type ManagedServiceIdentityResponseOutput

type ManagedServiceIdentityResponseOutput struct{ *pulumi.OutputState }

Managed service identity.

func (ManagedServiceIdentityResponseOutput) ElementType

func (ManagedServiceIdentityResponseOutput) PrincipalId

Principal Id of managed service identity.

func (ManagedServiceIdentityResponseOutput) TenantId

Tenant of managed service identity.

func (ManagedServiceIdentityResponseOutput) ToManagedServiceIdentityResponseOutput

func (o ManagedServiceIdentityResponseOutput) ToManagedServiceIdentityResponseOutput() ManagedServiceIdentityResponseOutput

func (ManagedServiceIdentityResponseOutput) ToManagedServiceIdentityResponseOutputWithContext

func (o ManagedServiceIdentityResponseOutput) ToManagedServiceIdentityResponseOutputWithContext(ctx context.Context) ManagedServiceIdentityResponseOutput

func (ManagedServiceIdentityResponseOutput) ToManagedServiceIdentityResponsePtrOutput

func (o ManagedServiceIdentityResponseOutput) ToManagedServiceIdentityResponsePtrOutput() ManagedServiceIdentityResponsePtrOutput

func (ManagedServiceIdentityResponseOutput) ToManagedServiceIdentityResponsePtrOutputWithContext

func (o ManagedServiceIdentityResponseOutput) ToManagedServiceIdentityResponsePtrOutputWithContext(ctx context.Context) ManagedServiceIdentityResponsePtrOutput

func (ManagedServiceIdentityResponseOutput) Type

Type of managed service identity.

func (ManagedServiceIdentityResponseOutput) UserAssignedIdentities

The list of user assigned identities associated with the resource. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}

type ManagedServiceIdentityResponsePtrInput

type ManagedServiceIdentityResponsePtrInput interface {
	pulumi.Input

	ToManagedServiceIdentityResponsePtrOutput() ManagedServiceIdentityResponsePtrOutput
	ToManagedServiceIdentityResponsePtrOutputWithContext(context.Context) ManagedServiceIdentityResponsePtrOutput
}

ManagedServiceIdentityResponsePtrInput is an input type that accepts ManagedServiceIdentityResponseArgs, ManagedServiceIdentityResponsePtr and ManagedServiceIdentityResponsePtrOutput values. You can construct a concrete instance of `ManagedServiceIdentityResponsePtrInput` via:

        ManagedServiceIdentityResponseArgs{...}

or:

        nil

type ManagedServiceIdentityResponsePtrOutput

type ManagedServiceIdentityResponsePtrOutput struct{ *pulumi.OutputState }

func (ManagedServiceIdentityResponsePtrOutput) Elem

func (ManagedServiceIdentityResponsePtrOutput) ElementType

func (ManagedServiceIdentityResponsePtrOutput) PrincipalId

Principal Id of managed service identity.

func (ManagedServiceIdentityResponsePtrOutput) TenantId

Tenant of managed service identity.

func (ManagedServiceIdentityResponsePtrOutput) ToManagedServiceIdentityResponsePtrOutput

func (o ManagedServiceIdentityResponsePtrOutput) ToManagedServiceIdentityResponsePtrOutput() ManagedServiceIdentityResponsePtrOutput

func (ManagedServiceIdentityResponsePtrOutput) ToManagedServiceIdentityResponsePtrOutputWithContext

func (o ManagedServiceIdentityResponsePtrOutput) ToManagedServiceIdentityResponsePtrOutputWithContext(ctx context.Context) ManagedServiceIdentityResponsePtrOutput

func (ManagedServiceIdentityResponsePtrOutput) Type

Type of managed service identity.

func (ManagedServiceIdentityResponsePtrOutput) UserAssignedIdentities

The list of user assigned identities associated with the resource. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}

type ManagedServiceIdentityResponseUserAssignedIdentities

type ManagedServiceIdentityResponseUserAssignedIdentities struct {
	// Client Id of user assigned identity
	ClientId string `pulumi:"clientId"`
	// Principal Id of user assigned identity
	PrincipalId string `pulumi:"principalId"`
}

type ManagedServiceIdentityResponseUserAssignedIdentitiesArgs

type ManagedServiceIdentityResponseUserAssignedIdentitiesArgs struct {
	// Client Id of user assigned identity
	ClientId pulumi.StringInput `pulumi:"clientId"`
	// Principal Id of user assigned identity
	PrincipalId pulumi.StringInput `pulumi:"principalId"`
}

func (ManagedServiceIdentityResponseUserAssignedIdentitiesArgs) ElementType

func (ManagedServiceIdentityResponseUserAssignedIdentitiesArgs) ToManagedServiceIdentityResponseUserAssignedIdentitiesOutput

func (ManagedServiceIdentityResponseUserAssignedIdentitiesArgs) ToManagedServiceIdentityResponseUserAssignedIdentitiesOutputWithContext

func (i ManagedServiceIdentityResponseUserAssignedIdentitiesArgs) ToManagedServiceIdentityResponseUserAssignedIdentitiesOutputWithContext(ctx context.Context) ManagedServiceIdentityResponseUserAssignedIdentitiesOutput

type ManagedServiceIdentityResponseUserAssignedIdentitiesInput

type ManagedServiceIdentityResponseUserAssignedIdentitiesInput interface {
	pulumi.Input

	ToManagedServiceIdentityResponseUserAssignedIdentitiesOutput() ManagedServiceIdentityResponseUserAssignedIdentitiesOutput
	ToManagedServiceIdentityResponseUserAssignedIdentitiesOutputWithContext(context.Context) ManagedServiceIdentityResponseUserAssignedIdentitiesOutput
}

ManagedServiceIdentityResponseUserAssignedIdentitiesInput is an input type that accepts ManagedServiceIdentityResponseUserAssignedIdentitiesArgs and ManagedServiceIdentityResponseUserAssignedIdentitiesOutput values. You can construct a concrete instance of `ManagedServiceIdentityResponseUserAssignedIdentitiesInput` via:

ManagedServiceIdentityResponseUserAssignedIdentitiesArgs{...}

type ManagedServiceIdentityResponseUserAssignedIdentitiesMap

type ManagedServiceIdentityResponseUserAssignedIdentitiesMap map[string]ManagedServiceIdentityResponseUserAssignedIdentitiesInput

func (ManagedServiceIdentityResponseUserAssignedIdentitiesMap) ElementType

func (ManagedServiceIdentityResponseUserAssignedIdentitiesMap) ToManagedServiceIdentityResponseUserAssignedIdentitiesMapOutput

func (i ManagedServiceIdentityResponseUserAssignedIdentitiesMap) ToManagedServiceIdentityResponseUserAssignedIdentitiesMapOutput() ManagedServiceIdentityResponseUserAssignedIdentitiesMapOutput

func (ManagedServiceIdentityResponseUserAssignedIdentitiesMap) ToManagedServiceIdentityResponseUserAssignedIdentitiesMapOutputWithContext

func (i ManagedServiceIdentityResponseUserAssignedIdentitiesMap) ToManagedServiceIdentityResponseUserAssignedIdentitiesMapOutputWithContext(ctx context.Context) ManagedServiceIdentityResponseUserAssignedIdentitiesMapOutput

type ManagedServiceIdentityResponseUserAssignedIdentitiesMapInput

type ManagedServiceIdentityResponseUserAssignedIdentitiesMapInput interface {
	pulumi.Input

	ToManagedServiceIdentityResponseUserAssignedIdentitiesMapOutput() ManagedServiceIdentityResponseUserAssignedIdentitiesMapOutput
	ToManagedServiceIdentityResponseUserAssignedIdentitiesMapOutputWithContext(context.Context) ManagedServiceIdentityResponseUserAssignedIdentitiesMapOutput
}

ManagedServiceIdentityResponseUserAssignedIdentitiesMapInput is an input type that accepts ManagedServiceIdentityResponseUserAssignedIdentitiesMap and ManagedServiceIdentityResponseUserAssignedIdentitiesMapOutput values. You can construct a concrete instance of `ManagedServiceIdentityResponseUserAssignedIdentitiesMapInput` via:

ManagedServiceIdentityResponseUserAssignedIdentitiesMap{ "key": ManagedServiceIdentityResponseUserAssignedIdentitiesArgs{...} }

type ManagedServiceIdentityResponseUserAssignedIdentitiesMapOutput

type ManagedServiceIdentityResponseUserAssignedIdentitiesMapOutput struct{ *pulumi.OutputState }

func (ManagedServiceIdentityResponseUserAssignedIdentitiesMapOutput) ElementType

func (ManagedServiceIdentityResponseUserAssignedIdentitiesMapOutput) ToManagedServiceIdentityResponseUserAssignedIdentitiesMapOutput

func (ManagedServiceIdentityResponseUserAssignedIdentitiesMapOutput) ToManagedServiceIdentityResponseUserAssignedIdentitiesMapOutputWithContext

func (o ManagedServiceIdentityResponseUserAssignedIdentitiesMapOutput) ToManagedServiceIdentityResponseUserAssignedIdentitiesMapOutputWithContext(ctx context.Context) ManagedServiceIdentityResponseUserAssignedIdentitiesMapOutput

type ManagedServiceIdentityResponseUserAssignedIdentitiesOutput

type ManagedServiceIdentityResponseUserAssignedIdentitiesOutput struct{ *pulumi.OutputState }

func (ManagedServiceIdentityResponseUserAssignedIdentitiesOutput) ClientId

Client Id of user assigned identity

func (ManagedServiceIdentityResponseUserAssignedIdentitiesOutput) ElementType

func (ManagedServiceIdentityResponseUserAssignedIdentitiesOutput) PrincipalId

Principal Id of user assigned identity

func (ManagedServiceIdentityResponseUserAssignedIdentitiesOutput) ToManagedServiceIdentityResponseUserAssignedIdentitiesOutput

func (ManagedServiceIdentityResponseUserAssignedIdentitiesOutput) ToManagedServiceIdentityResponseUserAssignedIdentitiesOutputWithContext

func (o ManagedServiceIdentityResponseUserAssignedIdentitiesOutput) ToManagedServiceIdentityResponseUserAssignedIdentitiesOutputWithContext(ctx context.Context) ManagedServiceIdentityResponseUserAssignedIdentitiesOutput

type ManagedServiceIdentityType added in v0.3.1

type ManagedServiceIdentityType pulumi.String

Type of managed service identity.

func (ManagedServiceIdentityType) ElementType added in v0.3.1

func (ManagedServiceIdentityType) ElementType() reflect.Type

func (ManagedServiceIdentityType) ToStringOutput added in v0.3.1

func (e ManagedServiceIdentityType) ToStringOutput() pulumi.StringOutput

func (ManagedServiceIdentityType) ToStringOutputWithContext added in v0.3.1

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

func (ManagedServiceIdentityType) ToStringPtrOutput added in v0.3.1

func (e ManagedServiceIdentityType) ToStringPtrOutput() pulumi.StringPtrOutput

func (ManagedServiceIdentityType) ToStringPtrOutputWithContext added in v0.3.1

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

type NameValuePair

type NameValuePair struct {
	// Pair name.
	Name *string `pulumi:"name"`
	// Pair value.
	Value *string `pulumi:"value"`
}

Name value pair.

type NameValuePairArgs

type NameValuePairArgs struct {
	// Pair name.
	Name pulumi.StringPtrInput `pulumi:"name"`
	// Pair value.
	Value pulumi.StringPtrInput `pulumi:"value"`
}

Name value pair.

func (NameValuePairArgs) ElementType

func (NameValuePairArgs) ElementType() reflect.Type

func (NameValuePairArgs) ToNameValuePairOutput

func (i NameValuePairArgs) ToNameValuePairOutput() NameValuePairOutput

func (NameValuePairArgs) ToNameValuePairOutputWithContext

func (i NameValuePairArgs) ToNameValuePairOutputWithContext(ctx context.Context) NameValuePairOutput

type NameValuePairArray

type NameValuePairArray []NameValuePairInput

func (NameValuePairArray) ElementType

func (NameValuePairArray) ElementType() reflect.Type

func (NameValuePairArray) ToNameValuePairArrayOutput

func (i NameValuePairArray) ToNameValuePairArrayOutput() NameValuePairArrayOutput

func (NameValuePairArray) ToNameValuePairArrayOutputWithContext

func (i NameValuePairArray) ToNameValuePairArrayOutputWithContext(ctx context.Context) NameValuePairArrayOutput

type NameValuePairArrayInput

type NameValuePairArrayInput interface {
	pulumi.Input

	ToNameValuePairArrayOutput() NameValuePairArrayOutput
	ToNameValuePairArrayOutputWithContext(context.Context) NameValuePairArrayOutput
}

NameValuePairArrayInput is an input type that accepts NameValuePairArray and NameValuePairArrayOutput values. You can construct a concrete instance of `NameValuePairArrayInput` via:

NameValuePairArray{ NameValuePairArgs{...} }

type NameValuePairArrayOutput

type NameValuePairArrayOutput struct{ *pulumi.OutputState }

func (NameValuePairArrayOutput) ElementType

func (NameValuePairArrayOutput) ElementType() reflect.Type

func (NameValuePairArrayOutput) Index

func (NameValuePairArrayOutput) ToNameValuePairArrayOutput

func (o NameValuePairArrayOutput) ToNameValuePairArrayOutput() NameValuePairArrayOutput

func (NameValuePairArrayOutput) ToNameValuePairArrayOutputWithContext

func (o NameValuePairArrayOutput) ToNameValuePairArrayOutputWithContext(ctx context.Context) NameValuePairArrayOutput

type NameValuePairInput

type NameValuePairInput interface {
	pulumi.Input

	ToNameValuePairOutput() NameValuePairOutput
	ToNameValuePairOutputWithContext(context.Context) NameValuePairOutput
}

NameValuePairInput is an input type that accepts NameValuePairArgs and NameValuePairOutput values. You can construct a concrete instance of `NameValuePairInput` via:

NameValuePairArgs{...}

type NameValuePairOutput

type NameValuePairOutput struct{ *pulumi.OutputState }

Name value pair.

func (NameValuePairOutput) ElementType

func (NameValuePairOutput) ElementType() reflect.Type

func (NameValuePairOutput) Name

Pair name.

func (NameValuePairOutput) ToNameValuePairOutput

func (o NameValuePairOutput) ToNameValuePairOutput() NameValuePairOutput

func (NameValuePairOutput) ToNameValuePairOutputWithContext

func (o NameValuePairOutput) ToNameValuePairOutputWithContext(ctx context.Context) NameValuePairOutput

func (NameValuePairOutput) Value

Pair value.

type NameValuePairResponse

type NameValuePairResponse struct {
	// Pair name.
	Name *string `pulumi:"name"`
	// Pair value.
	Value *string `pulumi:"value"`
}

Name value pair.

type NameValuePairResponseArgs

type NameValuePairResponseArgs struct {
	// Pair name.
	Name pulumi.StringPtrInput `pulumi:"name"`
	// Pair value.
	Value pulumi.StringPtrInput `pulumi:"value"`
}

Name value pair.

func (NameValuePairResponseArgs) ElementType

func (NameValuePairResponseArgs) ElementType() reflect.Type

func (NameValuePairResponseArgs) ToNameValuePairResponseOutput

func (i NameValuePairResponseArgs) ToNameValuePairResponseOutput() NameValuePairResponseOutput

func (NameValuePairResponseArgs) ToNameValuePairResponseOutputWithContext

func (i NameValuePairResponseArgs) ToNameValuePairResponseOutputWithContext(ctx context.Context) NameValuePairResponseOutput

type NameValuePairResponseArray

type NameValuePairResponseArray []NameValuePairResponseInput

func (NameValuePairResponseArray) ElementType

func (NameValuePairResponseArray) ElementType() reflect.Type

func (NameValuePairResponseArray) ToNameValuePairResponseArrayOutput

func (i NameValuePairResponseArray) ToNameValuePairResponseArrayOutput() NameValuePairResponseArrayOutput

func (NameValuePairResponseArray) ToNameValuePairResponseArrayOutputWithContext

func (i NameValuePairResponseArray) ToNameValuePairResponseArrayOutputWithContext(ctx context.Context) NameValuePairResponseArrayOutput

type NameValuePairResponseArrayInput

type NameValuePairResponseArrayInput interface {
	pulumi.Input

	ToNameValuePairResponseArrayOutput() NameValuePairResponseArrayOutput
	ToNameValuePairResponseArrayOutputWithContext(context.Context) NameValuePairResponseArrayOutput
}

NameValuePairResponseArrayInput is an input type that accepts NameValuePairResponseArray and NameValuePairResponseArrayOutput values. You can construct a concrete instance of `NameValuePairResponseArrayInput` via:

NameValuePairResponseArray{ NameValuePairResponseArgs{...} }

type NameValuePairResponseArrayOutput

type NameValuePairResponseArrayOutput struct{ *pulumi.OutputState }

func (NameValuePairResponseArrayOutput) ElementType

func (NameValuePairResponseArrayOutput) Index

func (NameValuePairResponseArrayOutput) ToNameValuePairResponseArrayOutput

func (o NameValuePairResponseArrayOutput) ToNameValuePairResponseArrayOutput() NameValuePairResponseArrayOutput

func (NameValuePairResponseArrayOutput) ToNameValuePairResponseArrayOutputWithContext

func (o NameValuePairResponseArrayOutput) ToNameValuePairResponseArrayOutputWithContext(ctx context.Context) NameValuePairResponseArrayOutput

type NameValuePairResponseInput

type NameValuePairResponseInput interface {
	pulumi.Input

	ToNameValuePairResponseOutput() NameValuePairResponseOutput
	ToNameValuePairResponseOutputWithContext(context.Context) NameValuePairResponseOutput
}

NameValuePairResponseInput is an input type that accepts NameValuePairResponseArgs and NameValuePairResponseOutput values. You can construct a concrete instance of `NameValuePairResponseInput` via:

NameValuePairResponseArgs{...}

type NameValuePairResponseOutput

type NameValuePairResponseOutput struct{ *pulumi.OutputState }

Name value pair.

func (NameValuePairResponseOutput) ElementType

func (NameValuePairResponseOutput) Name

Pair name.

func (NameValuePairResponseOutput) ToNameValuePairResponseOutput

func (o NameValuePairResponseOutput) ToNameValuePairResponseOutput() NameValuePairResponseOutput

func (NameValuePairResponseOutput) ToNameValuePairResponseOutputWithContext

func (o NameValuePairResponseOutput) ToNameValuePairResponseOutputWithContext(ctx context.Context) NameValuePairResponseOutput

func (NameValuePairResponseOutput) Value

Pair value.

type NetworkAccessControlEntry

type NetworkAccessControlEntry struct {
	// Action object.
	Action *string `pulumi:"action"`
	// Description of network access control entry.
	Description *string `pulumi:"description"`
	// Order of precedence.
	Order *int `pulumi:"order"`
	// Remote subnet.
	RemoteSubnet *string `pulumi:"remoteSubnet"`
}

Network access control entry.

type NetworkAccessControlEntryArgs

type NetworkAccessControlEntryArgs struct {
	// Action object.
	Action *AccessControlEntryAction `pulumi:"action"`
	// Description of network access control entry.
	Description pulumi.StringPtrInput `pulumi:"description"`
	// Order of precedence.
	Order pulumi.IntPtrInput `pulumi:"order"`
	// Remote subnet.
	RemoteSubnet pulumi.StringPtrInput `pulumi:"remoteSubnet"`
}

Network access control entry.

func (NetworkAccessControlEntryArgs) ElementType

func (NetworkAccessControlEntryArgs) ToNetworkAccessControlEntryOutput

func (i NetworkAccessControlEntryArgs) ToNetworkAccessControlEntryOutput() NetworkAccessControlEntryOutput

func (NetworkAccessControlEntryArgs) ToNetworkAccessControlEntryOutputWithContext

func (i NetworkAccessControlEntryArgs) ToNetworkAccessControlEntryOutputWithContext(ctx context.Context) NetworkAccessControlEntryOutput

type NetworkAccessControlEntryArray

type NetworkAccessControlEntryArray []NetworkAccessControlEntryInput

func (NetworkAccessControlEntryArray) ElementType

func (NetworkAccessControlEntryArray) ToNetworkAccessControlEntryArrayOutput

func (i NetworkAccessControlEntryArray) ToNetworkAccessControlEntryArrayOutput() NetworkAccessControlEntryArrayOutput

func (NetworkAccessControlEntryArray) ToNetworkAccessControlEntryArrayOutputWithContext

func (i NetworkAccessControlEntryArray) ToNetworkAccessControlEntryArrayOutputWithContext(ctx context.Context) NetworkAccessControlEntryArrayOutput

type NetworkAccessControlEntryArrayInput

type NetworkAccessControlEntryArrayInput interface {
	pulumi.Input

	ToNetworkAccessControlEntryArrayOutput() NetworkAccessControlEntryArrayOutput
	ToNetworkAccessControlEntryArrayOutputWithContext(context.Context) NetworkAccessControlEntryArrayOutput
}

NetworkAccessControlEntryArrayInput is an input type that accepts NetworkAccessControlEntryArray and NetworkAccessControlEntryArrayOutput values. You can construct a concrete instance of `NetworkAccessControlEntryArrayInput` via:

NetworkAccessControlEntryArray{ NetworkAccessControlEntryArgs{...} }

type NetworkAccessControlEntryArrayOutput

type NetworkAccessControlEntryArrayOutput struct{ *pulumi.OutputState }

func (NetworkAccessControlEntryArrayOutput) ElementType

func (NetworkAccessControlEntryArrayOutput) Index

func (NetworkAccessControlEntryArrayOutput) ToNetworkAccessControlEntryArrayOutput

func (o NetworkAccessControlEntryArrayOutput) ToNetworkAccessControlEntryArrayOutput() NetworkAccessControlEntryArrayOutput

func (NetworkAccessControlEntryArrayOutput) ToNetworkAccessControlEntryArrayOutputWithContext

func (o NetworkAccessControlEntryArrayOutput) ToNetworkAccessControlEntryArrayOutputWithContext(ctx context.Context) NetworkAccessControlEntryArrayOutput

type NetworkAccessControlEntryInput

type NetworkAccessControlEntryInput interface {
	pulumi.Input

	ToNetworkAccessControlEntryOutput() NetworkAccessControlEntryOutput
	ToNetworkAccessControlEntryOutputWithContext(context.Context) NetworkAccessControlEntryOutput
}

NetworkAccessControlEntryInput is an input type that accepts NetworkAccessControlEntryArgs and NetworkAccessControlEntryOutput values. You can construct a concrete instance of `NetworkAccessControlEntryInput` via:

NetworkAccessControlEntryArgs{...}

type NetworkAccessControlEntryOutput

type NetworkAccessControlEntryOutput struct{ *pulumi.OutputState }

Network access control entry.

func (NetworkAccessControlEntryOutput) Action

Action object.

func (NetworkAccessControlEntryOutput) Description

Description of network access control entry.

func (NetworkAccessControlEntryOutput) ElementType

func (NetworkAccessControlEntryOutput) Order

Order of precedence.

func (NetworkAccessControlEntryOutput) RemoteSubnet

Remote subnet.

func (NetworkAccessControlEntryOutput) ToNetworkAccessControlEntryOutput

func (o NetworkAccessControlEntryOutput) ToNetworkAccessControlEntryOutput() NetworkAccessControlEntryOutput

func (NetworkAccessControlEntryOutput) ToNetworkAccessControlEntryOutputWithContext

func (o NetworkAccessControlEntryOutput) ToNetworkAccessControlEntryOutputWithContext(ctx context.Context) NetworkAccessControlEntryOutput

type NetworkAccessControlEntryResponse

type NetworkAccessControlEntryResponse struct {
	// Action object.
	Action *string `pulumi:"action"`
	// Description of network access control entry.
	Description *string `pulumi:"description"`
	// Order of precedence.
	Order *int `pulumi:"order"`
	// Remote subnet.
	RemoteSubnet *string `pulumi:"remoteSubnet"`
}

Network access control entry.

type NetworkAccessControlEntryResponseArgs

type NetworkAccessControlEntryResponseArgs struct {
	// Action object.
	Action pulumi.StringPtrInput `pulumi:"action"`
	// Description of network access control entry.
	Description pulumi.StringPtrInput `pulumi:"description"`
	// Order of precedence.
	Order pulumi.IntPtrInput `pulumi:"order"`
	// Remote subnet.
	RemoteSubnet pulumi.StringPtrInput `pulumi:"remoteSubnet"`
}

Network access control entry.

func (NetworkAccessControlEntryResponseArgs) ElementType

func (NetworkAccessControlEntryResponseArgs) ToNetworkAccessControlEntryResponseOutput

func (i NetworkAccessControlEntryResponseArgs) ToNetworkAccessControlEntryResponseOutput() NetworkAccessControlEntryResponseOutput

func (NetworkAccessControlEntryResponseArgs) ToNetworkAccessControlEntryResponseOutputWithContext

func (i NetworkAccessControlEntryResponseArgs) ToNetworkAccessControlEntryResponseOutputWithContext(ctx context.Context) NetworkAccessControlEntryResponseOutput

type NetworkAccessControlEntryResponseArray

type NetworkAccessControlEntryResponseArray []NetworkAccessControlEntryResponseInput

func (NetworkAccessControlEntryResponseArray) ElementType

func (NetworkAccessControlEntryResponseArray) ToNetworkAccessControlEntryResponseArrayOutput

func (i NetworkAccessControlEntryResponseArray) ToNetworkAccessControlEntryResponseArrayOutput() NetworkAccessControlEntryResponseArrayOutput

func (NetworkAccessControlEntryResponseArray) ToNetworkAccessControlEntryResponseArrayOutputWithContext

func (i NetworkAccessControlEntryResponseArray) ToNetworkAccessControlEntryResponseArrayOutputWithContext(ctx context.Context) NetworkAccessControlEntryResponseArrayOutput

type NetworkAccessControlEntryResponseArrayInput

type NetworkAccessControlEntryResponseArrayInput interface {
	pulumi.Input

	ToNetworkAccessControlEntryResponseArrayOutput() NetworkAccessControlEntryResponseArrayOutput
	ToNetworkAccessControlEntryResponseArrayOutputWithContext(context.Context) NetworkAccessControlEntryResponseArrayOutput
}

NetworkAccessControlEntryResponseArrayInput is an input type that accepts NetworkAccessControlEntryResponseArray and NetworkAccessControlEntryResponseArrayOutput values. You can construct a concrete instance of `NetworkAccessControlEntryResponseArrayInput` via:

NetworkAccessControlEntryResponseArray{ NetworkAccessControlEntryResponseArgs{...} }

type NetworkAccessControlEntryResponseArrayOutput

type NetworkAccessControlEntryResponseArrayOutput struct{ *pulumi.OutputState }

func (NetworkAccessControlEntryResponseArrayOutput) ElementType

func (NetworkAccessControlEntryResponseArrayOutput) Index

func (NetworkAccessControlEntryResponseArrayOutput) ToNetworkAccessControlEntryResponseArrayOutput

func (o NetworkAccessControlEntryResponseArrayOutput) ToNetworkAccessControlEntryResponseArrayOutput() NetworkAccessControlEntryResponseArrayOutput

func (NetworkAccessControlEntryResponseArrayOutput) ToNetworkAccessControlEntryResponseArrayOutputWithContext

func (o NetworkAccessControlEntryResponseArrayOutput) ToNetworkAccessControlEntryResponseArrayOutputWithContext(ctx context.Context) NetworkAccessControlEntryResponseArrayOutput

type NetworkAccessControlEntryResponseInput

type NetworkAccessControlEntryResponseInput interface {
	pulumi.Input

	ToNetworkAccessControlEntryResponseOutput() NetworkAccessControlEntryResponseOutput
	ToNetworkAccessControlEntryResponseOutputWithContext(context.Context) NetworkAccessControlEntryResponseOutput
}

NetworkAccessControlEntryResponseInput is an input type that accepts NetworkAccessControlEntryResponseArgs and NetworkAccessControlEntryResponseOutput values. You can construct a concrete instance of `NetworkAccessControlEntryResponseInput` via:

NetworkAccessControlEntryResponseArgs{...}

type NetworkAccessControlEntryResponseOutput

type NetworkAccessControlEntryResponseOutput struct{ *pulumi.OutputState }

Network access control entry.

func (NetworkAccessControlEntryResponseOutput) Action

Action object.

func (NetworkAccessControlEntryResponseOutput) Description

Description of network access control entry.

func (NetworkAccessControlEntryResponseOutput) ElementType

func (NetworkAccessControlEntryResponseOutput) Order

Order of precedence.

func (NetworkAccessControlEntryResponseOutput) RemoteSubnet

Remote subnet.

func (NetworkAccessControlEntryResponseOutput) ToNetworkAccessControlEntryResponseOutput

func (o NetworkAccessControlEntryResponseOutput) ToNetworkAccessControlEntryResponseOutput() NetworkAccessControlEntryResponseOutput

func (NetworkAccessControlEntryResponseOutput) ToNetworkAccessControlEntryResponseOutputWithContext

func (o NetworkAccessControlEntryResponseOutput) ToNetworkAccessControlEntryResponseOutputWithContext(ctx context.Context) NetworkAccessControlEntryResponseOutput

type PublicCertificateLocation added in v0.3.1

type PublicCertificateLocation pulumi.String

Public Certificate Location

func (PublicCertificateLocation) ElementType added in v0.3.1

func (PublicCertificateLocation) ElementType() reflect.Type

func (PublicCertificateLocation) ToStringOutput added in v0.3.1

func (e PublicCertificateLocation) ToStringOutput() pulumi.StringOutput

func (PublicCertificateLocation) ToStringOutputWithContext added in v0.3.1

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

func (PublicCertificateLocation) ToStringPtrOutput added in v0.3.1

func (e PublicCertificateLocation) ToStringPtrOutput() pulumi.StringPtrOutput

func (PublicCertificateLocation) ToStringPtrOutputWithContext added in v0.3.1

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

type PushSettings

type PushSettings struct {
	// Gets or sets a JSON string containing a list of dynamic tags that will be evaluated from user claims in the push registration endpoint.
	DynamicTagsJson *string `pulumi:"dynamicTagsJson"`
	// Gets or sets a flag indicating whether the Push endpoint is enabled.
	IsPushEnabled bool `pulumi:"isPushEnabled"`
	// Kind of resource.
	Kind *string `pulumi:"kind"`
	// Gets or sets a JSON string containing a list of tags that are whitelisted for use by the push registration endpoint.
	TagWhitelistJson *string `pulumi:"tagWhitelistJson"`
	// Gets or sets a JSON string containing a list of tags that require user authentication to be used in the push registration endpoint.
	// Tags can consist of alphanumeric characters and the following:
	// '_', '@', '#', '.', ':', '-'.
	// Validation should be performed at the PushRequestHandler.
	TagsRequiringAuth *string `pulumi:"tagsRequiringAuth"`
}

Push settings for the App.

type PushSettingsArgs

type PushSettingsArgs struct {
	// Gets or sets a JSON string containing a list of dynamic tags that will be evaluated from user claims in the push registration endpoint.
	DynamicTagsJson pulumi.StringPtrInput `pulumi:"dynamicTagsJson"`
	// Gets or sets a flag indicating whether the Push endpoint is enabled.
	IsPushEnabled pulumi.BoolInput `pulumi:"isPushEnabled"`
	// Kind of resource.
	Kind pulumi.StringPtrInput `pulumi:"kind"`
	// Gets or sets a JSON string containing a list of tags that are whitelisted for use by the push registration endpoint.
	TagWhitelistJson pulumi.StringPtrInput `pulumi:"tagWhitelistJson"`
	// Gets or sets a JSON string containing a list of tags that require user authentication to be used in the push registration endpoint.
	// Tags can consist of alphanumeric characters and the following:
	// '_', '@', '#', '.', ':', '-'.
	// Validation should be performed at the PushRequestHandler.
	TagsRequiringAuth pulumi.StringPtrInput `pulumi:"tagsRequiringAuth"`
}

Push settings for the App.

func (PushSettingsArgs) ElementType

func (PushSettingsArgs) ElementType() reflect.Type

func (PushSettingsArgs) ToPushSettingsOutput

func (i PushSettingsArgs) ToPushSettingsOutput() PushSettingsOutput

func (PushSettingsArgs) ToPushSettingsOutputWithContext

func (i PushSettingsArgs) ToPushSettingsOutputWithContext(ctx context.Context) PushSettingsOutput

func (PushSettingsArgs) ToPushSettingsPtrOutput

func (i PushSettingsArgs) ToPushSettingsPtrOutput() PushSettingsPtrOutput

func (PushSettingsArgs) ToPushSettingsPtrOutputWithContext

func (i PushSettingsArgs) ToPushSettingsPtrOutputWithContext(ctx context.Context) PushSettingsPtrOutput

type PushSettingsInput

type PushSettingsInput interface {
	pulumi.Input

	ToPushSettingsOutput() PushSettingsOutput
	ToPushSettingsOutputWithContext(context.Context) PushSettingsOutput
}

PushSettingsInput is an input type that accepts PushSettingsArgs and PushSettingsOutput values. You can construct a concrete instance of `PushSettingsInput` via:

PushSettingsArgs{...}

type PushSettingsOutput

type PushSettingsOutput struct{ *pulumi.OutputState }

Push settings for the App.

func (PushSettingsOutput) DynamicTagsJson

func (o PushSettingsOutput) DynamicTagsJson() pulumi.StringPtrOutput

Gets or sets a JSON string containing a list of dynamic tags that will be evaluated from user claims in the push registration endpoint.

func (PushSettingsOutput) ElementType

func (PushSettingsOutput) ElementType() reflect.Type

func (PushSettingsOutput) IsPushEnabled

func (o PushSettingsOutput) IsPushEnabled() pulumi.BoolOutput

Gets or sets a flag indicating whether the Push endpoint is enabled.

func (PushSettingsOutput) Kind

Kind of resource.

func (PushSettingsOutput) TagWhitelistJson

func (o PushSettingsOutput) TagWhitelistJson() pulumi.StringPtrOutput

Gets or sets a JSON string containing a list of tags that are whitelisted for use by the push registration endpoint.

func (PushSettingsOutput) TagsRequiringAuth

func (o PushSettingsOutput) TagsRequiringAuth() pulumi.StringPtrOutput

Gets or sets a JSON string containing a list of tags that require user authentication to be used in the push registration endpoint. Tags can consist of alphanumeric characters and the following: '_', '@', '#', '.', ':', '-'. Validation should be performed at the PushRequestHandler.

func (PushSettingsOutput) ToPushSettingsOutput

func (o PushSettingsOutput) ToPushSettingsOutput() PushSettingsOutput

func (PushSettingsOutput) ToPushSettingsOutputWithContext

func (o PushSettingsOutput) ToPushSettingsOutputWithContext(ctx context.Context) PushSettingsOutput

func (PushSettingsOutput) ToPushSettingsPtrOutput

func (o PushSettingsOutput) ToPushSettingsPtrOutput() PushSettingsPtrOutput

func (PushSettingsOutput) ToPushSettingsPtrOutputWithContext

func (o PushSettingsOutput) ToPushSettingsPtrOutputWithContext(ctx context.Context) PushSettingsPtrOutput

type PushSettingsPtrInput

type PushSettingsPtrInput interface {
	pulumi.Input

	ToPushSettingsPtrOutput() PushSettingsPtrOutput
	ToPushSettingsPtrOutputWithContext(context.Context) PushSettingsPtrOutput
}

PushSettingsPtrInput is an input type that accepts PushSettingsArgs, PushSettingsPtr and PushSettingsPtrOutput values. You can construct a concrete instance of `PushSettingsPtrInput` via:

        PushSettingsArgs{...}

or:

        nil

type PushSettingsPtrOutput

type PushSettingsPtrOutput struct{ *pulumi.OutputState }

func (PushSettingsPtrOutput) DynamicTagsJson

func (o PushSettingsPtrOutput) DynamicTagsJson() pulumi.StringPtrOutput

Gets or sets a JSON string containing a list of dynamic tags that will be evaluated from user claims in the push registration endpoint.

func (PushSettingsPtrOutput) Elem

func (PushSettingsPtrOutput) ElementType

func (PushSettingsPtrOutput) ElementType() reflect.Type

func (PushSettingsPtrOutput) IsPushEnabled

func (o PushSettingsPtrOutput) IsPushEnabled() pulumi.BoolPtrOutput

Gets or sets a flag indicating whether the Push endpoint is enabled.

func (PushSettingsPtrOutput) Kind

Kind of resource.

func (PushSettingsPtrOutput) TagWhitelistJson

func (o PushSettingsPtrOutput) TagWhitelistJson() pulumi.StringPtrOutput

Gets or sets a JSON string containing a list of tags that are whitelisted for use by the push registration endpoint.

func (PushSettingsPtrOutput) TagsRequiringAuth

func (o PushSettingsPtrOutput) TagsRequiringAuth() pulumi.StringPtrOutput

Gets or sets a JSON string containing a list of tags that require user authentication to be used in the push registration endpoint. Tags can consist of alphanumeric characters and the following: '_', '@', '#', '.', ':', '-'. Validation should be performed at the PushRequestHandler.

func (PushSettingsPtrOutput) ToPushSettingsPtrOutput

func (o PushSettingsPtrOutput) ToPushSettingsPtrOutput() PushSettingsPtrOutput

func (PushSettingsPtrOutput) ToPushSettingsPtrOutputWithContext

func (o PushSettingsPtrOutput) ToPushSettingsPtrOutputWithContext(ctx context.Context) PushSettingsPtrOutput

type PushSettingsResponse

type PushSettingsResponse struct {
	// Gets or sets a JSON string containing a list of dynamic tags that will be evaluated from user claims in the push registration endpoint.
	DynamicTagsJson *string `pulumi:"dynamicTagsJson"`
	// Resource Id.
	Id string `pulumi:"id"`
	// Gets or sets a flag indicating whether the Push endpoint is enabled.
	IsPushEnabled bool `pulumi:"isPushEnabled"`
	// Kind of resource.
	Kind *string `pulumi:"kind"`
	// Resource Name.
	Name string `pulumi:"name"`
	// Gets or sets a JSON string containing a list of tags that are whitelisted for use by the push registration endpoint.
	TagWhitelistJson *string `pulumi:"tagWhitelistJson"`
	// Gets or sets a JSON string containing a list of tags that require user authentication to be used in the push registration endpoint.
	// Tags can consist of alphanumeric characters and the following:
	// '_', '@', '#', '.', ':', '-'.
	// Validation should be performed at the PushRequestHandler.
	TagsRequiringAuth *string `pulumi:"tagsRequiringAuth"`
	// Resource type.
	Type string `pulumi:"type"`
}

Push settings for the App.

type PushSettingsResponseArgs

type PushSettingsResponseArgs struct {
	// Gets or sets a JSON string containing a list of dynamic tags that will be evaluated from user claims in the push registration endpoint.
	DynamicTagsJson pulumi.StringPtrInput `pulumi:"dynamicTagsJson"`
	// Resource Id.
	Id pulumi.StringInput `pulumi:"id"`
	// Gets or sets a flag indicating whether the Push endpoint is enabled.
	IsPushEnabled pulumi.BoolInput `pulumi:"isPushEnabled"`
	// Kind of resource.
	Kind pulumi.StringPtrInput `pulumi:"kind"`
	// Resource Name.
	Name pulumi.StringInput `pulumi:"name"`
	// Gets or sets a JSON string containing a list of tags that are whitelisted for use by the push registration endpoint.
	TagWhitelistJson pulumi.StringPtrInput `pulumi:"tagWhitelistJson"`
	// Gets or sets a JSON string containing a list of tags that require user authentication to be used in the push registration endpoint.
	// Tags can consist of alphanumeric characters and the following:
	// '_', '@', '#', '.', ':', '-'.
	// Validation should be performed at the PushRequestHandler.
	TagsRequiringAuth pulumi.StringPtrInput `pulumi:"tagsRequiringAuth"`
	// Resource type.
	Type pulumi.StringInput `pulumi:"type"`
}

Push settings for the App.

func (PushSettingsResponseArgs) ElementType

func (PushSettingsResponseArgs) ElementType() reflect.Type

func (PushSettingsResponseArgs) ToPushSettingsResponseOutput

func (i PushSettingsResponseArgs) ToPushSettingsResponseOutput() PushSettingsResponseOutput

func (PushSettingsResponseArgs) ToPushSettingsResponseOutputWithContext

func (i PushSettingsResponseArgs) ToPushSettingsResponseOutputWithContext(ctx context.Context) PushSettingsResponseOutput

func (PushSettingsResponseArgs) ToPushSettingsResponsePtrOutput

func (i PushSettingsResponseArgs) ToPushSettingsResponsePtrOutput() PushSettingsResponsePtrOutput

func (PushSettingsResponseArgs) ToPushSettingsResponsePtrOutputWithContext

func (i PushSettingsResponseArgs) ToPushSettingsResponsePtrOutputWithContext(ctx context.Context) PushSettingsResponsePtrOutput

type PushSettingsResponseInput

type PushSettingsResponseInput interface {
	pulumi.Input

	ToPushSettingsResponseOutput() PushSettingsResponseOutput
	ToPushSettingsResponseOutputWithContext(context.Context) PushSettingsResponseOutput
}

PushSettingsResponseInput is an input type that accepts PushSettingsResponseArgs and PushSettingsResponseOutput values. You can construct a concrete instance of `PushSettingsResponseInput` via:

PushSettingsResponseArgs{...}

type PushSettingsResponseOutput

type PushSettingsResponseOutput struct{ *pulumi.OutputState }

Push settings for the App.

func (PushSettingsResponseOutput) DynamicTagsJson

Gets or sets a JSON string containing a list of dynamic tags that will be evaluated from user claims in the push registration endpoint.

func (PushSettingsResponseOutput) ElementType

func (PushSettingsResponseOutput) ElementType() reflect.Type

func (PushSettingsResponseOutput) Id

Resource Id.

func (PushSettingsResponseOutput) IsPushEnabled

func (o PushSettingsResponseOutput) IsPushEnabled() pulumi.BoolOutput

Gets or sets a flag indicating whether the Push endpoint is enabled.

func (PushSettingsResponseOutput) Kind

Kind of resource.

func (PushSettingsResponseOutput) Name

Resource Name.

func (PushSettingsResponseOutput) TagWhitelistJson

func (o PushSettingsResponseOutput) TagWhitelistJson() pulumi.StringPtrOutput

Gets or sets a JSON string containing a list of tags that are whitelisted for use by the push registration endpoint.

func (PushSettingsResponseOutput) TagsRequiringAuth

func (o PushSettingsResponseOutput) TagsRequiringAuth() pulumi.StringPtrOutput

Gets or sets a JSON string containing a list of tags that require user authentication to be used in the push registration endpoint. Tags can consist of alphanumeric characters and the following: '_', '@', '#', '.', ':', '-'. Validation should be performed at the PushRequestHandler.

func (PushSettingsResponseOutput) ToPushSettingsResponseOutput

func (o PushSettingsResponseOutput) ToPushSettingsResponseOutput() PushSettingsResponseOutput

func (PushSettingsResponseOutput) ToPushSettingsResponseOutputWithContext

func (o PushSettingsResponseOutput) ToPushSettingsResponseOutputWithContext(ctx context.Context) PushSettingsResponseOutput

func (PushSettingsResponseOutput) ToPushSettingsResponsePtrOutput

func (o PushSettingsResponseOutput) ToPushSettingsResponsePtrOutput() PushSettingsResponsePtrOutput

func (PushSettingsResponseOutput) ToPushSettingsResponsePtrOutputWithContext

func (o PushSettingsResponseOutput) ToPushSettingsResponsePtrOutputWithContext(ctx context.Context) PushSettingsResponsePtrOutput

func (PushSettingsResponseOutput) Type

Resource type.

type PushSettingsResponsePtrInput

type PushSettingsResponsePtrInput interface {
	pulumi.Input

	ToPushSettingsResponsePtrOutput() PushSettingsResponsePtrOutput
	ToPushSettingsResponsePtrOutputWithContext(context.Context) PushSettingsResponsePtrOutput
}

PushSettingsResponsePtrInput is an input type that accepts PushSettingsResponseArgs, PushSettingsResponsePtr and PushSettingsResponsePtrOutput values. You can construct a concrete instance of `PushSettingsResponsePtrInput` via:

        PushSettingsResponseArgs{...}

or:

        nil

type PushSettingsResponsePtrOutput

type PushSettingsResponsePtrOutput struct{ *pulumi.OutputState }

func (PushSettingsResponsePtrOutput) DynamicTagsJson

Gets or sets a JSON string containing a list of dynamic tags that will be evaluated from user claims in the push registration endpoint.

func (PushSettingsResponsePtrOutput) Elem

func (PushSettingsResponsePtrOutput) ElementType

func (PushSettingsResponsePtrOutput) Id

Resource Id.

func (PushSettingsResponsePtrOutput) IsPushEnabled

Gets or sets a flag indicating whether the Push endpoint is enabled.

func (PushSettingsResponsePtrOutput) Kind

Kind of resource.

func (PushSettingsResponsePtrOutput) Name

Resource Name.

func (PushSettingsResponsePtrOutput) TagWhitelistJson

Gets or sets a JSON string containing a list of tags that are whitelisted for use by the push registration endpoint.

func (PushSettingsResponsePtrOutput) TagsRequiringAuth

Gets or sets a JSON string containing a list of tags that require user authentication to be used in the push registration endpoint. Tags can consist of alphanumeric characters and the following: '_', '@', '#', '.', ':', '-'. Validation should be performed at the PushRequestHandler.

func (PushSettingsResponsePtrOutput) ToPushSettingsResponsePtrOutput

func (o PushSettingsResponsePtrOutput) ToPushSettingsResponsePtrOutput() PushSettingsResponsePtrOutput

func (PushSettingsResponsePtrOutput) ToPushSettingsResponsePtrOutputWithContext

func (o PushSettingsResponsePtrOutput) ToPushSettingsResponsePtrOutputWithContext(ctx context.Context) PushSettingsResponsePtrOutput

func (PushSettingsResponsePtrOutput) Type

Resource type.

type RampUpRule

type RampUpRule struct {
	// Hostname of a slot to which the traffic will be redirected if decided to. E.g. myapp-stage.azurewebsites.net.
	ActionHostName *string `pulumi:"actionHostName"`
	// Custom decision algorithm can be provided in TiPCallback site extension which URL can be specified. See TiPCallback site extension for the scaffold and contracts.
	// https://www.siteextensions.net/packages/TiPCallback/
	ChangeDecisionCallbackUrl *string `pulumi:"changeDecisionCallbackUrl"`
	// Specifies interval in minutes to reevaluate ReroutePercentage.
	ChangeIntervalInMinutes *int `pulumi:"changeIntervalInMinutes"`
	// In auto ramp up scenario this is the step to add/remove from <code>ReroutePercentage</code> until it reaches
	// <code>MinReroutePercentage</code> or <code>MaxReroutePercentage</code>. Site metrics are checked every N minutes specified in <code>ChangeIntervalInMinutes</code>.
	// Custom decision algorithm can be provided in TiPCallback site extension which URL can be specified in <code>ChangeDecisionCallbackUrl</code>.
	ChangeStep *float64 `pulumi:"changeStep"`
	// Specifies upper boundary below which ReroutePercentage will stay.
	MaxReroutePercentage *float64 `pulumi:"maxReroutePercentage"`
	// Specifies lower boundary above which ReroutePercentage will stay.
	MinReroutePercentage *float64 `pulumi:"minReroutePercentage"`
	// Name of the routing rule. The recommended name would be to point to the slot which will receive the traffic in the experiment.
	Name *string `pulumi:"name"`
	// Percentage of the traffic which will be redirected to <code>ActionHostName</code>.
	ReroutePercentage *float64 `pulumi:"reroutePercentage"`
}

Routing rules for ramp up testing. This rule allows to redirect static traffic % to a slot or to gradually change routing % based on performance.

type RampUpRuleArgs

type RampUpRuleArgs struct {
	// Hostname of a slot to which the traffic will be redirected if decided to. E.g. myapp-stage.azurewebsites.net.
	ActionHostName pulumi.StringPtrInput `pulumi:"actionHostName"`
	// Custom decision algorithm can be provided in TiPCallback site extension which URL can be specified. See TiPCallback site extension for the scaffold and contracts.
	// https://www.siteextensions.net/packages/TiPCallback/
	ChangeDecisionCallbackUrl pulumi.StringPtrInput `pulumi:"changeDecisionCallbackUrl"`
	// Specifies interval in minutes to reevaluate ReroutePercentage.
	ChangeIntervalInMinutes pulumi.IntPtrInput `pulumi:"changeIntervalInMinutes"`
	// In auto ramp up scenario this is the step to add/remove from <code>ReroutePercentage</code> until it reaches
	// <code>MinReroutePercentage</code> or <code>MaxReroutePercentage</code>. Site metrics are checked every N minutes specified in <code>ChangeIntervalInMinutes</code>.
	// Custom decision algorithm can be provided in TiPCallback site extension which URL can be specified in <code>ChangeDecisionCallbackUrl</code>.
	ChangeStep pulumi.Float64PtrInput `pulumi:"changeStep"`
	// Specifies upper boundary below which ReroutePercentage will stay.
	MaxReroutePercentage pulumi.Float64PtrInput `pulumi:"maxReroutePercentage"`
	// Specifies lower boundary above which ReroutePercentage will stay.
	MinReroutePercentage pulumi.Float64PtrInput `pulumi:"minReroutePercentage"`
	// Name of the routing rule. The recommended name would be to point to the slot which will receive the traffic in the experiment.
	Name pulumi.StringPtrInput `pulumi:"name"`
	// Percentage of the traffic which will be redirected to <code>ActionHostName</code>.
	ReroutePercentage pulumi.Float64PtrInput `pulumi:"reroutePercentage"`
}

Routing rules for ramp up testing. This rule allows to redirect static traffic % to a slot or to gradually change routing % based on performance.

func (RampUpRuleArgs) ElementType

func (RampUpRuleArgs) ElementType() reflect.Type

func (RampUpRuleArgs) ToRampUpRuleOutput

func (i RampUpRuleArgs) ToRampUpRuleOutput() RampUpRuleOutput

func (RampUpRuleArgs) ToRampUpRuleOutputWithContext

func (i RampUpRuleArgs) ToRampUpRuleOutputWithContext(ctx context.Context) RampUpRuleOutput

type RampUpRuleArray

type RampUpRuleArray []RampUpRuleInput

func (RampUpRuleArray) ElementType

func (RampUpRuleArray) ElementType() reflect.Type

func (RampUpRuleArray) ToRampUpRuleArrayOutput

func (i RampUpRuleArray) ToRampUpRuleArrayOutput() RampUpRuleArrayOutput

func (RampUpRuleArray) ToRampUpRuleArrayOutputWithContext

func (i RampUpRuleArray) ToRampUpRuleArrayOutputWithContext(ctx context.Context) RampUpRuleArrayOutput

type RampUpRuleArrayInput

type RampUpRuleArrayInput interface {
	pulumi.Input

	ToRampUpRuleArrayOutput() RampUpRuleArrayOutput
	ToRampUpRuleArrayOutputWithContext(context.Context) RampUpRuleArrayOutput
}

RampUpRuleArrayInput is an input type that accepts RampUpRuleArray and RampUpRuleArrayOutput values. You can construct a concrete instance of `RampUpRuleArrayInput` via:

RampUpRuleArray{ RampUpRuleArgs{...} }

type RampUpRuleArrayOutput

type RampUpRuleArrayOutput struct{ *pulumi.OutputState }

func (RampUpRuleArrayOutput) ElementType

func (RampUpRuleArrayOutput) ElementType() reflect.Type

func (RampUpRuleArrayOutput) Index

func (RampUpRuleArrayOutput) ToRampUpRuleArrayOutput

func (o RampUpRuleArrayOutput) ToRampUpRuleArrayOutput() RampUpRuleArrayOutput

func (RampUpRuleArrayOutput) ToRampUpRuleArrayOutputWithContext

func (o RampUpRuleArrayOutput) ToRampUpRuleArrayOutputWithContext(ctx context.Context) RampUpRuleArrayOutput

type RampUpRuleInput

type RampUpRuleInput interface {
	pulumi.Input

	ToRampUpRuleOutput() RampUpRuleOutput
	ToRampUpRuleOutputWithContext(context.Context) RampUpRuleOutput
}

RampUpRuleInput is an input type that accepts RampUpRuleArgs and RampUpRuleOutput values. You can construct a concrete instance of `RampUpRuleInput` via:

RampUpRuleArgs{...}

type RampUpRuleOutput

type RampUpRuleOutput struct{ *pulumi.OutputState }

Routing rules for ramp up testing. This rule allows to redirect static traffic % to a slot or to gradually change routing % based on performance.

func (RampUpRuleOutput) ActionHostName

func (o RampUpRuleOutput) ActionHostName() pulumi.StringPtrOutput

Hostname of a slot to which the traffic will be redirected if decided to. E.g. myapp-stage.azurewebsites.net.

func (RampUpRuleOutput) ChangeDecisionCallbackUrl

func (o RampUpRuleOutput) ChangeDecisionCallbackUrl() pulumi.StringPtrOutput

Custom decision algorithm can be provided in TiPCallback site extension which URL can be specified. See TiPCallback site extension for the scaffold and contracts. https://www.siteextensions.net/packages/TiPCallback/

func (RampUpRuleOutput) ChangeIntervalInMinutes

func (o RampUpRuleOutput) ChangeIntervalInMinutes() pulumi.IntPtrOutput

Specifies interval in minutes to reevaluate ReroutePercentage.

func (RampUpRuleOutput) ChangeStep

func (o RampUpRuleOutput) ChangeStep() pulumi.Float64PtrOutput

In auto ramp up scenario this is the step to add/remove from <code>ReroutePercentage</code> until it reaches <code>MinReroutePercentage</code> or <code>MaxReroutePercentage</code>. Site metrics are checked every N minutes specified in <code>ChangeIntervalInMinutes</code>. Custom decision algorithm can be provided in TiPCallback site extension which URL can be specified in <code>ChangeDecisionCallbackUrl</code>.

func (RampUpRuleOutput) ElementType

func (RampUpRuleOutput) ElementType() reflect.Type

func (RampUpRuleOutput) MaxReroutePercentage

func (o RampUpRuleOutput) MaxReroutePercentage() pulumi.Float64PtrOutput

Specifies upper boundary below which ReroutePercentage will stay.

func (RampUpRuleOutput) MinReroutePercentage

func (o RampUpRuleOutput) MinReroutePercentage() pulumi.Float64PtrOutput

Specifies lower boundary above which ReroutePercentage will stay.

func (RampUpRuleOutput) Name

Name of the routing rule. The recommended name would be to point to the slot which will receive the traffic in the experiment.

func (RampUpRuleOutput) ReroutePercentage

func (o RampUpRuleOutput) ReroutePercentage() pulumi.Float64PtrOutput

Percentage of the traffic which will be redirected to <code>ActionHostName</code>.

func (RampUpRuleOutput) ToRampUpRuleOutput

func (o RampUpRuleOutput) ToRampUpRuleOutput() RampUpRuleOutput

func (RampUpRuleOutput) ToRampUpRuleOutputWithContext

func (o RampUpRuleOutput) ToRampUpRuleOutputWithContext(ctx context.Context) RampUpRuleOutput

type RampUpRuleResponse

type RampUpRuleResponse struct {
	// Hostname of a slot to which the traffic will be redirected if decided to. E.g. myapp-stage.azurewebsites.net.
	ActionHostName *string `pulumi:"actionHostName"`
	// Custom decision algorithm can be provided in TiPCallback site extension which URL can be specified. See TiPCallback site extension for the scaffold and contracts.
	// https://www.siteextensions.net/packages/TiPCallback/
	ChangeDecisionCallbackUrl *string `pulumi:"changeDecisionCallbackUrl"`
	// Specifies interval in minutes to reevaluate ReroutePercentage.
	ChangeIntervalInMinutes *int `pulumi:"changeIntervalInMinutes"`
	// In auto ramp up scenario this is the step to add/remove from <code>ReroutePercentage</code> until it reaches
	// <code>MinReroutePercentage</code> or <code>MaxReroutePercentage</code>. Site metrics are checked every N minutes specified in <code>ChangeIntervalInMinutes</code>.
	// Custom decision algorithm can be provided in TiPCallback site extension which URL can be specified in <code>ChangeDecisionCallbackUrl</code>.
	ChangeStep *float64 `pulumi:"changeStep"`
	// Specifies upper boundary below which ReroutePercentage will stay.
	MaxReroutePercentage *float64 `pulumi:"maxReroutePercentage"`
	// Specifies lower boundary above which ReroutePercentage will stay.
	MinReroutePercentage *float64 `pulumi:"minReroutePercentage"`
	// Name of the routing rule. The recommended name would be to point to the slot which will receive the traffic in the experiment.
	Name *string `pulumi:"name"`
	// Percentage of the traffic which will be redirected to <code>ActionHostName</code>.
	ReroutePercentage *float64 `pulumi:"reroutePercentage"`
}

Routing rules for ramp up testing. This rule allows to redirect static traffic % to a slot or to gradually change routing % based on performance.

type RampUpRuleResponseArgs

type RampUpRuleResponseArgs struct {
	// Hostname of a slot to which the traffic will be redirected if decided to. E.g. myapp-stage.azurewebsites.net.
	ActionHostName pulumi.StringPtrInput `pulumi:"actionHostName"`
	// Custom decision algorithm can be provided in TiPCallback site extension which URL can be specified. See TiPCallback site extension for the scaffold and contracts.
	// https://www.siteextensions.net/packages/TiPCallback/
	ChangeDecisionCallbackUrl pulumi.StringPtrInput `pulumi:"changeDecisionCallbackUrl"`
	// Specifies interval in minutes to reevaluate ReroutePercentage.
	ChangeIntervalInMinutes pulumi.IntPtrInput `pulumi:"changeIntervalInMinutes"`
	// In auto ramp up scenario this is the step to add/remove from <code>ReroutePercentage</code> until it reaches
	// <code>MinReroutePercentage</code> or <code>MaxReroutePercentage</code>. Site metrics are checked every N minutes specified in <code>ChangeIntervalInMinutes</code>.
	// Custom decision algorithm can be provided in TiPCallback site extension which URL can be specified in <code>ChangeDecisionCallbackUrl</code>.
	ChangeStep pulumi.Float64PtrInput `pulumi:"changeStep"`
	// Specifies upper boundary below which ReroutePercentage will stay.
	MaxReroutePercentage pulumi.Float64PtrInput `pulumi:"maxReroutePercentage"`
	// Specifies lower boundary above which ReroutePercentage will stay.
	MinReroutePercentage pulumi.Float64PtrInput `pulumi:"minReroutePercentage"`
	// Name of the routing rule. The recommended name would be to point to the slot which will receive the traffic in the experiment.
	Name pulumi.StringPtrInput `pulumi:"name"`
	// Percentage of the traffic which will be redirected to <code>ActionHostName</code>.
	ReroutePercentage pulumi.Float64PtrInput `pulumi:"reroutePercentage"`
}

Routing rules for ramp up testing. This rule allows to redirect static traffic % to a slot or to gradually change routing % based on performance.

func (RampUpRuleResponseArgs) ElementType

func (RampUpRuleResponseArgs) ElementType() reflect.Type

func (RampUpRuleResponseArgs) ToRampUpRuleResponseOutput

func (i RampUpRuleResponseArgs) ToRampUpRuleResponseOutput() RampUpRuleResponseOutput

func (RampUpRuleResponseArgs) ToRampUpRuleResponseOutputWithContext

func (i RampUpRuleResponseArgs) ToRampUpRuleResponseOutputWithContext(ctx context.Context) RampUpRuleResponseOutput

type RampUpRuleResponseArray

type RampUpRuleResponseArray []RampUpRuleResponseInput

func (RampUpRuleResponseArray) ElementType

func (RampUpRuleResponseArray) ElementType() reflect.Type

func (RampUpRuleResponseArray) ToRampUpRuleResponseArrayOutput

func (i RampUpRuleResponseArray) ToRampUpRuleResponseArrayOutput() RampUpRuleResponseArrayOutput

func (RampUpRuleResponseArray) ToRampUpRuleResponseArrayOutputWithContext

func (i RampUpRuleResponseArray) ToRampUpRuleResponseArrayOutputWithContext(ctx context.Context) RampUpRuleResponseArrayOutput

type RampUpRuleResponseArrayInput

type RampUpRuleResponseArrayInput interface {
	pulumi.Input

	ToRampUpRuleResponseArrayOutput() RampUpRuleResponseArrayOutput
	ToRampUpRuleResponseArrayOutputWithContext(context.Context) RampUpRuleResponseArrayOutput
}

RampUpRuleResponseArrayInput is an input type that accepts RampUpRuleResponseArray and RampUpRuleResponseArrayOutput values. You can construct a concrete instance of `RampUpRuleResponseArrayInput` via:

RampUpRuleResponseArray{ RampUpRuleResponseArgs{...} }

type RampUpRuleResponseArrayOutput

type RampUpRuleResponseArrayOutput struct{ *pulumi.OutputState }

func (RampUpRuleResponseArrayOutput) ElementType

func (RampUpRuleResponseArrayOutput) Index

func (RampUpRuleResponseArrayOutput) ToRampUpRuleResponseArrayOutput

func (o RampUpRuleResponseArrayOutput) ToRampUpRuleResponseArrayOutput() RampUpRuleResponseArrayOutput

func (RampUpRuleResponseArrayOutput) ToRampUpRuleResponseArrayOutputWithContext

func (o RampUpRuleResponseArrayOutput) ToRampUpRuleResponseArrayOutputWithContext(ctx context.Context) RampUpRuleResponseArrayOutput

type RampUpRuleResponseInput

type RampUpRuleResponseInput interface {
	pulumi.Input

	ToRampUpRuleResponseOutput() RampUpRuleResponseOutput
	ToRampUpRuleResponseOutputWithContext(context.Context) RampUpRuleResponseOutput
}

RampUpRuleResponseInput is an input type that accepts RampUpRuleResponseArgs and RampUpRuleResponseOutput values. You can construct a concrete instance of `RampUpRuleResponseInput` via:

RampUpRuleResponseArgs{...}

type RampUpRuleResponseOutput

type RampUpRuleResponseOutput struct{ *pulumi.OutputState }

Routing rules for ramp up testing. This rule allows to redirect static traffic % to a slot or to gradually change routing % based on performance.

func (RampUpRuleResponseOutput) ActionHostName

func (o RampUpRuleResponseOutput) ActionHostName() pulumi.StringPtrOutput

Hostname of a slot to which the traffic will be redirected if decided to. E.g. myapp-stage.azurewebsites.net.

func (RampUpRuleResponseOutput) ChangeDecisionCallbackUrl

func (o RampUpRuleResponseOutput) ChangeDecisionCallbackUrl() pulumi.StringPtrOutput

Custom decision algorithm can be provided in TiPCallback site extension which URL can be specified. See TiPCallback site extension for the scaffold and contracts. https://www.siteextensions.net/packages/TiPCallback/

func (RampUpRuleResponseOutput) ChangeIntervalInMinutes

func (o RampUpRuleResponseOutput) ChangeIntervalInMinutes() pulumi.IntPtrOutput

Specifies interval in minutes to reevaluate ReroutePercentage.

func (RampUpRuleResponseOutput) ChangeStep

In auto ramp up scenario this is the step to add/remove from <code>ReroutePercentage</code> until it reaches <code>MinReroutePercentage</code> or <code>MaxReroutePercentage</code>. Site metrics are checked every N minutes specified in <code>ChangeIntervalInMinutes</code>. Custom decision algorithm can be provided in TiPCallback site extension which URL can be specified in <code>ChangeDecisionCallbackUrl</code>.

func (RampUpRuleResponseOutput) ElementType

func (RampUpRuleResponseOutput) ElementType() reflect.Type

func (RampUpRuleResponseOutput) MaxReroutePercentage

func (o RampUpRuleResponseOutput) MaxReroutePercentage() pulumi.Float64PtrOutput

Specifies upper boundary below which ReroutePercentage will stay.

func (RampUpRuleResponseOutput) MinReroutePercentage

func (o RampUpRuleResponseOutput) MinReroutePercentage() pulumi.Float64PtrOutput

Specifies lower boundary above which ReroutePercentage will stay.

func (RampUpRuleResponseOutput) Name

Name of the routing rule. The recommended name would be to point to the slot which will receive the traffic in the experiment.

func (RampUpRuleResponseOutput) ReroutePercentage

func (o RampUpRuleResponseOutput) ReroutePercentage() pulumi.Float64PtrOutput

Percentage of the traffic which will be redirected to <code>ActionHostName</code>.

func (RampUpRuleResponseOutput) ToRampUpRuleResponseOutput

func (o RampUpRuleResponseOutput) ToRampUpRuleResponseOutput() RampUpRuleResponseOutput

func (RampUpRuleResponseOutput) ToRampUpRuleResponseOutputWithContext

func (o RampUpRuleResponseOutput) ToRampUpRuleResponseOutputWithContext(ctx context.Context) RampUpRuleResponseOutput

type RedundancyMode added in v0.3.1

type RedundancyMode pulumi.String

Site redundancy mode

func (RedundancyMode) ElementType added in v0.3.1

func (RedundancyMode) ElementType() reflect.Type

func (RedundancyMode) ToStringOutput added in v0.3.1

func (e RedundancyMode) ToStringOutput() pulumi.StringOutput

func (RedundancyMode) ToStringOutputWithContext added in v0.3.1

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

func (RedundancyMode) ToStringPtrOutput added in v0.3.1

func (e RedundancyMode) ToStringPtrOutput() pulumi.StringPtrOutput

func (RedundancyMode) ToStringPtrOutputWithContext added in v0.3.1

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

type RequestsBasedTrigger

type RequestsBasedTrigger struct {
	// Request Count.
	Count *int `pulumi:"count"`
	// Time interval.
	TimeInterval *string `pulumi:"timeInterval"`
}

Trigger based on total requests.

type RequestsBasedTriggerArgs

type RequestsBasedTriggerArgs struct {
	// Request Count.
	Count pulumi.IntPtrInput `pulumi:"count"`
	// Time interval.
	TimeInterval pulumi.StringPtrInput `pulumi:"timeInterval"`
}

Trigger based on total requests.

func (RequestsBasedTriggerArgs) ElementType

func (RequestsBasedTriggerArgs) ElementType() reflect.Type

func (RequestsBasedTriggerArgs) ToRequestsBasedTriggerOutput

func (i RequestsBasedTriggerArgs) ToRequestsBasedTriggerOutput() RequestsBasedTriggerOutput

func (RequestsBasedTriggerArgs) ToRequestsBasedTriggerOutputWithContext

func (i RequestsBasedTriggerArgs) ToRequestsBasedTriggerOutputWithContext(ctx context.Context) RequestsBasedTriggerOutput

func (RequestsBasedTriggerArgs) ToRequestsBasedTriggerPtrOutput

func (i RequestsBasedTriggerArgs) ToRequestsBasedTriggerPtrOutput() RequestsBasedTriggerPtrOutput

func (RequestsBasedTriggerArgs) ToRequestsBasedTriggerPtrOutputWithContext

func (i RequestsBasedTriggerArgs) ToRequestsBasedTriggerPtrOutputWithContext(ctx context.Context) RequestsBasedTriggerPtrOutput

type RequestsBasedTriggerInput

type RequestsBasedTriggerInput interface {
	pulumi.Input

	ToRequestsBasedTriggerOutput() RequestsBasedTriggerOutput
	ToRequestsBasedTriggerOutputWithContext(context.Context) RequestsBasedTriggerOutput
}

RequestsBasedTriggerInput is an input type that accepts RequestsBasedTriggerArgs and RequestsBasedTriggerOutput values. You can construct a concrete instance of `RequestsBasedTriggerInput` via:

RequestsBasedTriggerArgs{...}

type RequestsBasedTriggerOutput

type RequestsBasedTriggerOutput struct{ *pulumi.OutputState }

Trigger based on total requests.

func (RequestsBasedTriggerOutput) Count

Request Count.

func (RequestsBasedTriggerOutput) ElementType

func (RequestsBasedTriggerOutput) ElementType() reflect.Type

func (RequestsBasedTriggerOutput) TimeInterval

Time interval.

func (RequestsBasedTriggerOutput) ToRequestsBasedTriggerOutput

func (o RequestsBasedTriggerOutput) ToRequestsBasedTriggerOutput() RequestsBasedTriggerOutput

func (RequestsBasedTriggerOutput) ToRequestsBasedTriggerOutputWithContext

func (o RequestsBasedTriggerOutput) ToRequestsBasedTriggerOutputWithContext(ctx context.Context) RequestsBasedTriggerOutput

func (RequestsBasedTriggerOutput) ToRequestsBasedTriggerPtrOutput

func (o RequestsBasedTriggerOutput) ToRequestsBasedTriggerPtrOutput() RequestsBasedTriggerPtrOutput

func (RequestsBasedTriggerOutput) ToRequestsBasedTriggerPtrOutputWithContext

func (o RequestsBasedTriggerOutput) ToRequestsBasedTriggerPtrOutputWithContext(ctx context.Context) RequestsBasedTriggerPtrOutput

type RequestsBasedTriggerPtrInput

type RequestsBasedTriggerPtrInput interface {
	pulumi.Input

	ToRequestsBasedTriggerPtrOutput() RequestsBasedTriggerPtrOutput
	ToRequestsBasedTriggerPtrOutputWithContext(context.Context) RequestsBasedTriggerPtrOutput
}

RequestsBasedTriggerPtrInput is an input type that accepts RequestsBasedTriggerArgs, RequestsBasedTriggerPtr and RequestsBasedTriggerPtrOutput values. You can construct a concrete instance of `RequestsBasedTriggerPtrInput` via:

        RequestsBasedTriggerArgs{...}

or:

        nil

type RequestsBasedTriggerPtrOutput

type RequestsBasedTriggerPtrOutput struct{ *pulumi.OutputState }

func (RequestsBasedTriggerPtrOutput) Count

Request Count.

func (RequestsBasedTriggerPtrOutput) Elem

func (RequestsBasedTriggerPtrOutput) ElementType

func (RequestsBasedTriggerPtrOutput) TimeInterval

Time interval.

func (RequestsBasedTriggerPtrOutput) ToRequestsBasedTriggerPtrOutput

func (o RequestsBasedTriggerPtrOutput) ToRequestsBasedTriggerPtrOutput() RequestsBasedTriggerPtrOutput

func (RequestsBasedTriggerPtrOutput) ToRequestsBasedTriggerPtrOutputWithContext

func (o RequestsBasedTriggerPtrOutput) ToRequestsBasedTriggerPtrOutputWithContext(ctx context.Context) RequestsBasedTriggerPtrOutput

type RequestsBasedTriggerResponse

type RequestsBasedTriggerResponse struct {
	// Request Count.
	Count *int `pulumi:"count"`
	// Time interval.
	TimeInterval *string `pulumi:"timeInterval"`
}

Trigger based on total requests.

type RequestsBasedTriggerResponseArgs

type RequestsBasedTriggerResponseArgs struct {
	// Request Count.
	Count pulumi.IntPtrInput `pulumi:"count"`
	// Time interval.
	TimeInterval pulumi.StringPtrInput `pulumi:"timeInterval"`
}

Trigger based on total requests.

func (RequestsBasedTriggerResponseArgs) ElementType

func (RequestsBasedTriggerResponseArgs) ToRequestsBasedTriggerResponseOutput

func (i RequestsBasedTriggerResponseArgs) ToRequestsBasedTriggerResponseOutput() RequestsBasedTriggerResponseOutput

func (RequestsBasedTriggerResponseArgs) ToRequestsBasedTriggerResponseOutputWithContext

func (i RequestsBasedTriggerResponseArgs) ToRequestsBasedTriggerResponseOutputWithContext(ctx context.Context) RequestsBasedTriggerResponseOutput

func (RequestsBasedTriggerResponseArgs) ToRequestsBasedTriggerResponsePtrOutput

func (i RequestsBasedTriggerResponseArgs) ToRequestsBasedTriggerResponsePtrOutput() RequestsBasedTriggerResponsePtrOutput

func (RequestsBasedTriggerResponseArgs) ToRequestsBasedTriggerResponsePtrOutputWithContext

func (i RequestsBasedTriggerResponseArgs) ToRequestsBasedTriggerResponsePtrOutputWithContext(ctx context.Context) RequestsBasedTriggerResponsePtrOutput

type RequestsBasedTriggerResponseInput

type RequestsBasedTriggerResponseInput interface {
	pulumi.Input

	ToRequestsBasedTriggerResponseOutput() RequestsBasedTriggerResponseOutput
	ToRequestsBasedTriggerResponseOutputWithContext(context.Context) RequestsBasedTriggerResponseOutput
}

RequestsBasedTriggerResponseInput is an input type that accepts RequestsBasedTriggerResponseArgs and RequestsBasedTriggerResponseOutput values. You can construct a concrete instance of `RequestsBasedTriggerResponseInput` via:

RequestsBasedTriggerResponseArgs{...}

type RequestsBasedTriggerResponseOutput

type RequestsBasedTriggerResponseOutput struct{ *pulumi.OutputState }

Trigger based on total requests.

func (RequestsBasedTriggerResponseOutput) Count

Request Count.

func (RequestsBasedTriggerResponseOutput) ElementType

func (RequestsBasedTriggerResponseOutput) TimeInterval

Time interval.

func (RequestsBasedTriggerResponseOutput) ToRequestsBasedTriggerResponseOutput

func (o RequestsBasedTriggerResponseOutput) ToRequestsBasedTriggerResponseOutput() RequestsBasedTriggerResponseOutput

func (RequestsBasedTriggerResponseOutput) ToRequestsBasedTriggerResponseOutputWithContext

func (o RequestsBasedTriggerResponseOutput) ToRequestsBasedTriggerResponseOutputWithContext(ctx context.Context) RequestsBasedTriggerResponseOutput

func (RequestsBasedTriggerResponseOutput) ToRequestsBasedTriggerResponsePtrOutput

func (o RequestsBasedTriggerResponseOutput) ToRequestsBasedTriggerResponsePtrOutput() RequestsBasedTriggerResponsePtrOutput

func (RequestsBasedTriggerResponseOutput) ToRequestsBasedTriggerResponsePtrOutputWithContext

func (o RequestsBasedTriggerResponseOutput) ToRequestsBasedTriggerResponsePtrOutputWithContext(ctx context.Context) RequestsBasedTriggerResponsePtrOutput

type RequestsBasedTriggerResponsePtrInput

type RequestsBasedTriggerResponsePtrInput interface {
	pulumi.Input

	ToRequestsBasedTriggerResponsePtrOutput() RequestsBasedTriggerResponsePtrOutput
	ToRequestsBasedTriggerResponsePtrOutputWithContext(context.Context) RequestsBasedTriggerResponsePtrOutput
}

RequestsBasedTriggerResponsePtrInput is an input type that accepts RequestsBasedTriggerResponseArgs, RequestsBasedTriggerResponsePtr and RequestsBasedTriggerResponsePtrOutput values. You can construct a concrete instance of `RequestsBasedTriggerResponsePtrInput` via:

        RequestsBasedTriggerResponseArgs{...}

or:

        nil

type RequestsBasedTriggerResponsePtrOutput

type RequestsBasedTriggerResponsePtrOutput struct{ *pulumi.OutputState }

func (RequestsBasedTriggerResponsePtrOutput) Count

Request Count.

func (RequestsBasedTriggerResponsePtrOutput) Elem

func (RequestsBasedTriggerResponsePtrOutput) ElementType

func (RequestsBasedTriggerResponsePtrOutput) TimeInterval

Time interval.

func (RequestsBasedTriggerResponsePtrOutput) ToRequestsBasedTriggerResponsePtrOutput

func (o RequestsBasedTriggerResponsePtrOutput) ToRequestsBasedTriggerResponsePtrOutput() RequestsBasedTriggerResponsePtrOutput

func (RequestsBasedTriggerResponsePtrOutput) ToRequestsBasedTriggerResponsePtrOutputWithContext

func (o RequestsBasedTriggerResponsePtrOutput) ToRequestsBasedTriggerResponsePtrOutputWithContext(ctx context.Context) RequestsBasedTriggerResponsePtrOutput

type RouteType added in v0.3.1

type RouteType pulumi.String

The type of route this is: DEFAULT - By default, every app has routes to the local address ranges specified by RFC1918 INHERITED - Routes inherited from the real Virtual Network routes STATIC - Static route set on the app only

These values will be used for syncing an app's routes with those from a Virtual Network.

func (RouteType) ElementType added in v0.3.1

func (RouteType) ElementType() reflect.Type

func (RouteType) ToStringOutput added in v0.3.1

func (e RouteType) ToStringOutput() pulumi.StringOutput

func (RouteType) ToStringOutputWithContext added in v0.3.1

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

func (RouteType) ToStringPtrOutput added in v0.3.1

func (e RouteType) ToStringPtrOutput() pulumi.StringPtrOutput

func (RouteType) ToStringPtrOutputWithContext added in v0.3.1

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

type ScmType added in v0.3.1

type ScmType pulumi.String

SCM type.

func (ScmType) ElementType added in v0.3.1

func (ScmType) ElementType() reflect.Type

func (ScmType) ToStringOutput added in v0.3.1

func (e ScmType) ToStringOutput() pulumi.StringOutput

func (ScmType) ToStringOutputWithContext added in v0.3.1

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

func (ScmType) ToStringPtrOutput added in v0.3.1

func (e ScmType) ToStringPtrOutput() pulumi.StringPtrOutput

func (ScmType) ToStringPtrOutputWithContext added in v0.3.1

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

type SiteConfig

type SiteConfig struct {
	// <code>true</code> if Always On is enabled; otherwise, <code>false</code>.
	AlwaysOn *bool `pulumi:"alwaysOn"`
	// Information about the formal API definition for the app.
	ApiDefinition *ApiDefinitionInfo `pulumi:"apiDefinition"`
	// App command line to launch.
	AppCommandLine *string `pulumi:"appCommandLine"`
	// Application settings.
	AppSettings []NameValuePair `pulumi:"appSettings"`
	// <code>true</code> if Auto Heal is enabled; otherwise, <code>false</code>.
	AutoHealEnabled *bool `pulumi:"autoHealEnabled"`
	// Auto Heal rules.
	AutoHealRules *AutoHealRules `pulumi:"autoHealRules"`
	// Auto-swap slot name.
	AutoSwapSlotName *string `pulumi:"autoSwapSlotName"`
	// User-provided Azure storage accounts.
	AzureStorageAccounts map[string]AzureStorageInfoValue `pulumi:"azureStorageAccounts"`
	// Connection strings.
	ConnectionStrings []ConnStringInfo `pulumi:"connectionStrings"`
	// Cross-Origin Resource Sharing (CORS) settings.
	Cors *CorsSettings `pulumi:"cors"`
	// Default documents.
	DefaultDocuments []string `pulumi:"defaultDocuments"`
	// <code>true</code> if detailed error logging is enabled; otherwise, <code>false</code>.
	DetailedErrorLoggingEnabled *bool `pulumi:"detailedErrorLoggingEnabled"`
	// Document root.
	DocumentRoot *string `pulumi:"documentRoot"`
	// This is work around for polymorphic types.
	Experiments *Experiments `pulumi:"experiments"`
	// State of FTP / FTPS service
	FtpsState *string `pulumi:"ftpsState"`
	// Handler mappings.
	HandlerMappings []HandlerMapping `pulumi:"handlerMappings"`
	// Http20Enabled: configures a web site to allow clients to connect over http2.0
	Http20Enabled *bool `pulumi:"http20Enabled"`
	// <code>true</code> if HTTP logging is enabled; otherwise, <code>false</code>.
	HttpLoggingEnabled *bool `pulumi:"httpLoggingEnabled"`
	// IP security restrictions for main.
	IpSecurityRestrictions []IpSecurityRestriction `pulumi:"ipSecurityRestrictions"`
	// Java container.
	JavaContainer *string `pulumi:"javaContainer"`
	// Java container version.
	JavaContainerVersion *string `pulumi:"javaContainerVersion"`
	// Java version.
	JavaVersion *string `pulumi:"javaVersion"`
	// Site limits.
	Limits *SiteLimits `pulumi:"limits"`
	// Linux App Framework and version
	LinuxFxVersion *string `pulumi:"linuxFxVersion"`
	// Site load balancing.
	LoadBalancing *string `pulumi:"loadBalancing"`
	// <code>true</code> to enable local MySQL; otherwise, <code>false</code>.
	LocalMySqlEnabled *bool `pulumi:"localMySqlEnabled"`
	// HTTP logs directory size limit.
	LogsDirectorySizeLimit *int `pulumi:"logsDirectorySizeLimit"`
	// Managed pipeline mode.
	ManagedPipelineMode *string `pulumi:"managedPipelineMode"`
	// Managed Service Identity Id
	ManagedServiceIdentityId *int `pulumi:"managedServiceIdentityId"`
	// MinTlsVersion: configures the minimum version of TLS required for SSL requests
	MinTlsVersion *string `pulumi:"minTlsVersion"`
	// .NET Framework version.
	NetFrameworkVersion *string `pulumi:"netFrameworkVersion"`
	// Version of Node.js.
	NodeVersion *string `pulumi:"nodeVersion"`
	// Number of workers.
	NumberOfWorkers *int `pulumi:"numberOfWorkers"`
	// Version of PHP.
	PhpVersion *string `pulumi:"phpVersion"`
	// Publishing user name.
	PublishingUsername *string `pulumi:"publishingUsername"`
	// Push endpoint settings.
	Push *PushSettings `pulumi:"push"`
	// Version of Python.
	PythonVersion *string `pulumi:"pythonVersion"`
	// <code>true</code> if remote debugging is enabled; otherwise, <code>false</code>.
	RemoteDebuggingEnabled *bool `pulumi:"remoteDebuggingEnabled"`
	// Remote debugging version.
	RemoteDebuggingVersion *string `pulumi:"remoteDebuggingVersion"`
	// <code>true</code> if request tracing is enabled; otherwise, <code>false</code>.
	RequestTracingEnabled *bool `pulumi:"requestTracingEnabled"`
	// Request tracing expiration time.
	RequestTracingExpirationTime *string `pulumi:"requestTracingExpirationTime"`
	// Number of reserved instances.
	// This setting only applies to the Consumption Plan
	ReservedInstanceCount *int `pulumi:"reservedInstanceCount"`
	// IP security restrictions for scm.
	ScmIpSecurityRestrictions []IpSecurityRestriction `pulumi:"scmIpSecurityRestrictions"`
	// IP security restrictions for scm to use main.
	ScmIpSecurityRestrictionsUseMain *bool `pulumi:"scmIpSecurityRestrictionsUseMain"`
	// SCM type.
	ScmType *string `pulumi:"scmType"`
	// Tracing options.
	TracingOptions *string `pulumi:"tracingOptions"`
	// <code>true</code> to use 32-bit worker process; otherwise, <code>false</code>.
	Use32BitWorkerProcess *bool `pulumi:"use32BitWorkerProcess"`
	// Virtual applications.
	VirtualApplications []VirtualApplication `pulumi:"virtualApplications"`
	// Virtual Network name.
	VnetName *string `pulumi:"vnetName"`
	// <code>true</code> if WebSocket is enabled; otherwise, <code>false</code>.
	WebSocketsEnabled *bool `pulumi:"webSocketsEnabled"`
	// Xenon App Framework and version
	WindowsFxVersion *string `pulumi:"windowsFxVersion"`
	// Explicit Managed Service Identity Id
	XManagedServiceIdentityId *int `pulumi:"xManagedServiceIdentityId"`
}

Configuration of an App Service app.

type SiteConfigArgs

type SiteConfigArgs struct {
	// <code>true</code> if Always On is enabled; otherwise, <code>false</code>.
	AlwaysOn pulumi.BoolPtrInput `pulumi:"alwaysOn"`
	// Information about the formal API definition for the app.
	ApiDefinition ApiDefinitionInfoPtrInput `pulumi:"apiDefinition"`
	// App command line to launch.
	AppCommandLine pulumi.StringPtrInput `pulumi:"appCommandLine"`
	// Application settings.
	AppSettings NameValuePairArrayInput `pulumi:"appSettings"`
	// <code>true</code> if Auto Heal is enabled; otherwise, <code>false</code>.
	AutoHealEnabled pulumi.BoolPtrInput `pulumi:"autoHealEnabled"`
	// Auto Heal rules.
	AutoHealRules AutoHealRulesPtrInput `pulumi:"autoHealRules"`
	// Auto-swap slot name.
	AutoSwapSlotName pulumi.StringPtrInput `pulumi:"autoSwapSlotName"`
	// User-provided Azure storage accounts.
	AzureStorageAccounts AzureStorageInfoValueMapInput `pulumi:"azureStorageAccounts"`
	// Connection strings.
	ConnectionStrings ConnStringInfoArrayInput `pulumi:"connectionStrings"`
	// Cross-Origin Resource Sharing (CORS) settings.
	Cors CorsSettingsPtrInput `pulumi:"cors"`
	// Default documents.
	DefaultDocuments pulumi.StringArrayInput `pulumi:"defaultDocuments"`
	// <code>true</code> if detailed error logging is enabled; otherwise, <code>false</code>.
	DetailedErrorLoggingEnabled pulumi.BoolPtrInput `pulumi:"detailedErrorLoggingEnabled"`
	// Document root.
	DocumentRoot pulumi.StringPtrInput `pulumi:"documentRoot"`
	// This is work around for polymorphic types.
	Experiments ExperimentsPtrInput `pulumi:"experiments"`
	// State of FTP / FTPS service
	FtpsState pulumi.StringPtrInput `pulumi:"ftpsState"`
	// Handler mappings.
	HandlerMappings HandlerMappingArrayInput `pulumi:"handlerMappings"`
	// Http20Enabled: configures a web site to allow clients to connect over http2.0
	Http20Enabled pulumi.BoolPtrInput `pulumi:"http20Enabled"`
	// <code>true</code> if HTTP logging is enabled; otherwise, <code>false</code>.
	HttpLoggingEnabled pulumi.BoolPtrInput `pulumi:"httpLoggingEnabled"`
	// IP security restrictions for main.
	IpSecurityRestrictions IpSecurityRestrictionArrayInput `pulumi:"ipSecurityRestrictions"`
	// Java container.
	JavaContainer pulumi.StringPtrInput `pulumi:"javaContainer"`
	// Java container version.
	JavaContainerVersion pulumi.StringPtrInput `pulumi:"javaContainerVersion"`
	// Java version.
	JavaVersion pulumi.StringPtrInput `pulumi:"javaVersion"`
	// Site limits.
	Limits SiteLimitsPtrInput `pulumi:"limits"`
	// Linux App Framework and version
	LinuxFxVersion pulumi.StringPtrInput `pulumi:"linuxFxVersion"`
	// Site load balancing.
	LoadBalancing *SiteLoadBalancing `pulumi:"loadBalancing"`
	// <code>true</code> to enable local MySQL; otherwise, <code>false</code>.
	LocalMySqlEnabled pulumi.BoolPtrInput `pulumi:"localMySqlEnabled"`
	// HTTP logs directory size limit.
	LogsDirectorySizeLimit pulumi.IntPtrInput `pulumi:"logsDirectorySizeLimit"`
	// Managed pipeline mode.
	ManagedPipelineMode *ManagedPipelineMode `pulumi:"managedPipelineMode"`
	// Managed Service Identity Id
	ManagedServiceIdentityId pulumi.IntPtrInput `pulumi:"managedServiceIdentityId"`
	// MinTlsVersion: configures the minimum version of TLS required for SSL requests
	MinTlsVersion pulumi.StringPtrInput `pulumi:"minTlsVersion"`
	// .NET Framework version.
	NetFrameworkVersion pulumi.StringPtrInput `pulumi:"netFrameworkVersion"`
	// Version of Node.js.
	NodeVersion pulumi.StringPtrInput `pulumi:"nodeVersion"`
	// Number of workers.
	NumberOfWorkers pulumi.IntPtrInput `pulumi:"numberOfWorkers"`
	// Version of PHP.
	PhpVersion pulumi.StringPtrInput `pulumi:"phpVersion"`
	// Publishing user name.
	PublishingUsername pulumi.StringPtrInput `pulumi:"publishingUsername"`
	// Push endpoint settings.
	Push PushSettingsPtrInput `pulumi:"push"`
	// Version of Python.
	PythonVersion pulumi.StringPtrInput `pulumi:"pythonVersion"`
	// <code>true</code> if remote debugging is enabled; otherwise, <code>false</code>.
	RemoteDebuggingEnabled pulumi.BoolPtrInput `pulumi:"remoteDebuggingEnabled"`
	// Remote debugging version.
	RemoteDebuggingVersion pulumi.StringPtrInput `pulumi:"remoteDebuggingVersion"`
	// <code>true</code> if request tracing is enabled; otherwise, <code>false</code>.
	RequestTracingEnabled pulumi.BoolPtrInput `pulumi:"requestTracingEnabled"`
	// Request tracing expiration time.
	RequestTracingExpirationTime pulumi.StringPtrInput `pulumi:"requestTracingExpirationTime"`
	// Number of reserved instances.
	// This setting only applies to the Consumption Plan
	ReservedInstanceCount pulumi.IntPtrInput `pulumi:"reservedInstanceCount"`
	// IP security restrictions for scm.
	ScmIpSecurityRestrictions IpSecurityRestrictionArrayInput `pulumi:"scmIpSecurityRestrictions"`
	// IP security restrictions for scm to use main.
	ScmIpSecurityRestrictionsUseMain pulumi.BoolPtrInput `pulumi:"scmIpSecurityRestrictionsUseMain"`
	// SCM type.
	ScmType pulumi.StringPtrInput `pulumi:"scmType"`
	// Tracing options.
	TracingOptions pulumi.StringPtrInput `pulumi:"tracingOptions"`
	// <code>true</code> to use 32-bit worker process; otherwise, <code>false</code>.
	Use32BitWorkerProcess pulumi.BoolPtrInput `pulumi:"use32BitWorkerProcess"`
	// Virtual applications.
	VirtualApplications VirtualApplicationArrayInput `pulumi:"virtualApplications"`
	// Virtual Network name.
	VnetName pulumi.StringPtrInput `pulumi:"vnetName"`
	// <code>true</code> if WebSocket is enabled; otherwise, <code>false</code>.
	WebSocketsEnabled pulumi.BoolPtrInput `pulumi:"webSocketsEnabled"`
	// Xenon App Framework and version
	WindowsFxVersion pulumi.StringPtrInput `pulumi:"windowsFxVersion"`
	// Explicit Managed Service Identity Id
	XManagedServiceIdentityId pulumi.IntPtrInput `pulumi:"xManagedServiceIdentityId"`
}

Configuration of an App Service app.

func (SiteConfigArgs) ElementType

func (SiteConfigArgs) ElementType() reflect.Type

func (SiteConfigArgs) ToSiteConfigOutput

func (i SiteConfigArgs) ToSiteConfigOutput() SiteConfigOutput

func (SiteConfigArgs) ToSiteConfigOutputWithContext

func (i SiteConfigArgs) ToSiteConfigOutputWithContext(ctx context.Context) SiteConfigOutput

func (SiteConfigArgs) ToSiteConfigPtrOutput

func (i SiteConfigArgs) ToSiteConfigPtrOutput() SiteConfigPtrOutput

func (SiteConfigArgs) ToSiteConfigPtrOutputWithContext

func (i SiteConfigArgs) ToSiteConfigPtrOutputWithContext(ctx context.Context) SiteConfigPtrOutput

type SiteConfigInput

type SiteConfigInput interface {
	pulumi.Input

	ToSiteConfigOutput() SiteConfigOutput
	ToSiteConfigOutputWithContext(context.Context) SiteConfigOutput
}

SiteConfigInput is an input type that accepts SiteConfigArgs and SiteConfigOutput values. You can construct a concrete instance of `SiteConfigInput` via:

SiteConfigArgs{...}

type SiteConfigOutput

type SiteConfigOutput struct{ *pulumi.OutputState }

Configuration of an App Service app.

func (SiteConfigOutput) AlwaysOn

func (o SiteConfigOutput) AlwaysOn() pulumi.BoolPtrOutput

<code>true</code> if Always On is enabled; otherwise, <code>false</code>.

func (SiteConfigOutput) ApiDefinition

func (o SiteConfigOutput) ApiDefinition() ApiDefinitionInfoPtrOutput

Information about the formal API definition for the app.

func (SiteConfigOutput) AppCommandLine

func (o SiteConfigOutput) AppCommandLine() pulumi.StringPtrOutput

App command line to launch.

func (SiteConfigOutput) AppSettings

Application settings.

func (SiteConfigOutput) AutoHealEnabled

func (o SiteConfigOutput) AutoHealEnabled() pulumi.BoolPtrOutput

<code>true</code> if Auto Heal is enabled; otherwise, <code>false</code>.

func (SiteConfigOutput) AutoHealRules

func (o SiteConfigOutput) AutoHealRules() AutoHealRulesPtrOutput

Auto Heal rules.

func (SiteConfigOutput) AutoSwapSlotName

func (o SiteConfigOutput) AutoSwapSlotName() pulumi.StringPtrOutput

Auto-swap slot name.

func (SiteConfigOutput) AzureStorageAccounts

func (o SiteConfigOutput) AzureStorageAccounts() AzureStorageInfoValueMapOutput

User-provided Azure storage accounts.

func (SiteConfigOutput) ConnectionStrings

func (o SiteConfigOutput) ConnectionStrings() ConnStringInfoArrayOutput

Connection strings.

func (SiteConfigOutput) Cors

Cross-Origin Resource Sharing (CORS) settings.

func (SiteConfigOutput) DefaultDocuments

func (o SiteConfigOutput) DefaultDocuments() pulumi.StringArrayOutput

Default documents.

func (SiteConfigOutput) DetailedErrorLoggingEnabled

func (o SiteConfigOutput) DetailedErrorLoggingEnabled() pulumi.BoolPtrOutput

<code>true</code> if detailed error logging is enabled; otherwise, <code>false</code>.

func (SiteConfigOutput) DocumentRoot

func (o SiteConfigOutput) DocumentRoot() pulumi.StringPtrOutput

Document root.

func (SiteConfigOutput) ElementType

func (SiteConfigOutput) ElementType() reflect.Type

func (SiteConfigOutput) Experiments

func (o SiteConfigOutput) Experiments() ExperimentsPtrOutput

This is work around for polymorphic types.

func (SiteConfigOutput) FtpsState

func (o SiteConfigOutput) FtpsState() pulumi.StringPtrOutput

State of FTP / FTPS service

func (SiteConfigOutput) HandlerMappings

func (o SiteConfigOutput) HandlerMappings() HandlerMappingArrayOutput

Handler mappings.

func (SiteConfigOutput) Http20Enabled

func (o SiteConfigOutput) Http20Enabled() pulumi.BoolPtrOutput

Http20Enabled: configures a web site to allow clients to connect over http2.0

func (SiteConfigOutput) HttpLoggingEnabled

func (o SiteConfigOutput) HttpLoggingEnabled() pulumi.BoolPtrOutput

<code>true</code> if HTTP logging is enabled; otherwise, <code>false</code>.

func (SiteConfigOutput) IpSecurityRestrictions

func (o SiteConfigOutput) IpSecurityRestrictions() IpSecurityRestrictionArrayOutput

IP security restrictions for main.

func (SiteConfigOutput) JavaContainer

func (o SiteConfigOutput) JavaContainer() pulumi.StringPtrOutput

Java container.

func (SiteConfigOutput) JavaContainerVersion

func (o SiteConfigOutput) JavaContainerVersion() pulumi.StringPtrOutput

Java container version.

func (SiteConfigOutput) JavaVersion

func (o SiteConfigOutput) JavaVersion() pulumi.StringPtrOutput

Java version.

func (SiteConfigOutput) Limits

Site limits.

func (SiteConfigOutput) LinuxFxVersion

func (o SiteConfigOutput) LinuxFxVersion() pulumi.StringPtrOutput

Linux App Framework and version

func (SiteConfigOutput) LoadBalancing

func (o SiteConfigOutput) LoadBalancing() pulumi.StringPtrOutput

Site load balancing.

func (SiteConfigOutput) LocalMySqlEnabled

func (o SiteConfigOutput) LocalMySqlEnabled() pulumi.BoolPtrOutput

<code>true</code> to enable local MySQL; otherwise, <code>false</code>.

func (SiteConfigOutput) LogsDirectorySizeLimit

func (o SiteConfigOutput) LogsDirectorySizeLimit() pulumi.IntPtrOutput

HTTP logs directory size limit.

func (SiteConfigOutput) ManagedPipelineMode

func (o SiteConfigOutput) ManagedPipelineMode() pulumi.StringPtrOutput

Managed pipeline mode.

func (SiteConfigOutput) ManagedServiceIdentityId

func (o SiteConfigOutput) ManagedServiceIdentityId() pulumi.IntPtrOutput

Managed Service Identity Id

func (SiteConfigOutput) MinTlsVersion

func (o SiteConfigOutput) MinTlsVersion() pulumi.StringPtrOutput

MinTlsVersion: configures the minimum version of TLS required for SSL requests

func (SiteConfigOutput) NetFrameworkVersion

func (o SiteConfigOutput) NetFrameworkVersion() pulumi.StringPtrOutput

.NET Framework version.

func (SiteConfigOutput) NodeVersion

func (o SiteConfigOutput) NodeVersion() pulumi.StringPtrOutput

Version of Node.js.

func (SiteConfigOutput) NumberOfWorkers

func (o SiteConfigOutput) NumberOfWorkers() pulumi.IntPtrOutput

Number of workers.

func (SiteConfigOutput) PhpVersion

func (o SiteConfigOutput) PhpVersion() pulumi.StringPtrOutput

Version of PHP.

func (SiteConfigOutput) PublishingUsername

func (o SiteConfigOutput) PublishingUsername() pulumi.StringPtrOutput

Publishing user name.

func (SiteConfigOutput) Push

Push endpoint settings.

func (SiteConfigOutput) PythonVersion

func (o SiteConfigOutput) PythonVersion() pulumi.StringPtrOutput

Version of Python.

func (SiteConfigOutput) RemoteDebuggingEnabled

func (o SiteConfigOutput) RemoteDebuggingEnabled() pulumi.BoolPtrOutput

<code>true</code> if remote debugging is enabled; otherwise, <code>false</code>.

func (SiteConfigOutput) RemoteDebuggingVersion

func (o SiteConfigOutput) RemoteDebuggingVersion() pulumi.StringPtrOutput

Remote debugging version.

func (SiteConfigOutput) RequestTracingEnabled

func (o SiteConfigOutput) RequestTracingEnabled() pulumi.BoolPtrOutput

<code>true</code> if request tracing is enabled; otherwise, <code>false</code>.

func (SiteConfigOutput) RequestTracingExpirationTime

func (o SiteConfigOutput) RequestTracingExpirationTime() pulumi.StringPtrOutput

Request tracing expiration time.

func (SiteConfigOutput) ReservedInstanceCount

func (o SiteConfigOutput) ReservedInstanceCount() pulumi.IntPtrOutput

Number of reserved instances. This setting only applies to the Consumption Plan

func (SiteConfigOutput) ScmIpSecurityRestrictions

func (o SiteConfigOutput) ScmIpSecurityRestrictions() IpSecurityRestrictionArrayOutput

IP security restrictions for scm.

func (SiteConfigOutput) ScmIpSecurityRestrictionsUseMain

func (o SiteConfigOutput) ScmIpSecurityRestrictionsUseMain() pulumi.BoolPtrOutput

IP security restrictions for scm to use main.

func (SiteConfigOutput) ScmType

SCM type.

func (SiteConfigOutput) ToSiteConfigOutput

func (o SiteConfigOutput) ToSiteConfigOutput() SiteConfigOutput

func (SiteConfigOutput) ToSiteConfigOutputWithContext

func (o SiteConfigOutput) ToSiteConfigOutputWithContext(ctx context.Context) SiteConfigOutput

func (SiteConfigOutput) ToSiteConfigPtrOutput

func (o SiteConfigOutput) ToSiteConfigPtrOutput() SiteConfigPtrOutput

func (SiteConfigOutput) ToSiteConfigPtrOutputWithContext

func (o SiteConfigOutput) ToSiteConfigPtrOutputWithContext(ctx context.Context) SiteConfigPtrOutput

func (SiteConfigOutput) TracingOptions

func (o SiteConfigOutput) TracingOptions() pulumi.StringPtrOutput

Tracing options.

func (SiteConfigOutput) Use32BitWorkerProcess

func (o SiteConfigOutput) Use32BitWorkerProcess() pulumi.BoolPtrOutput

<code>true</code> to use 32-bit worker process; otherwise, <code>false</code>.

func (SiteConfigOutput) VirtualApplications

func (o SiteConfigOutput) VirtualApplications() VirtualApplicationArrayOutput

Virtual applications.

func (SiteConfigOutput) VnetName

Virtual Network name.

func (SiteConfigOutput) WebSocketsEnabled

func (o SiteConfigOutput) WebSocketsEnabled() pulumi.BoolPtrOutput

<code>true</code> if WebSocket is enabled; otherwise, <code>false</code>.

func (SiteConfigOutput) WindowsFxVersion

func (o SiteConfigOutput) WindowsFxVersion() pulumi.StringPtrOutput

Xenon App Framework and version

func (SiteConfigOutput) XManagedServiceIdentityId

func (o SiteConfigOutput) XManagedServiceIdentityId() pulumi.IntPtrOutput

Explicit Managed Service Identity Id

type SiteConfigPtrInput

type SiteConfigPtrInput interface {
	pulumi.Input

	ToSiteConfigPtrOutput() SiteConfigPtrOutput
	ToSiteConfigPtrOutputWithContext(context.Context) SiteConfigPtrOutput
}

SiteConfigPtrInput is an input type that accepts SiteConfigArgs, SiteConfigPtr and SiteConfigPtrOutput values. You can construct a concrete instance of `SiteConfigPtrInput` via:

        SiteConfigArgs{...}

or:

        nil

func SiteConfigPtr

func SiteConfigPtr(v *SiteConfigArgs) SiteConfigPtrInput

type SiteConfigPtrOutput

type SiteConfigPtrOutput struct{ *pulumi.OutputState }

func (SiteConfigPtrOutput) AlwaysOn

<code>true</code> if Always On is enabled; otherwise, <code>false</code>.

func (SiteConfigPtrOutput) ApiDefinition

Information about the formal API definition for the app.

func (SiteConfigPtrOutput) AppCommandLine

func (o SiteConfigPtrOutput) AppCommandLine() pulumi.StringPtrOutput

App command line to launch.

func (SiteConfigPtrOutput) AppSettings

Application settings.

func (SiteConfigPtrOutput) AutoHealEnabled

func (o SiteConfigPtrOutput) AutoHealEnabled() pulumi.BoolPtrOutput

<code>true</code> if Auto Heal is enabled; otherwise, <code>false</code>.

func (SiteConfigPtrOutput) AutoHealRules

func (o SiteConfigPtrOutput) AutoHealRules() AutoHealRulesPtrOutput

Auto Heal rules.

func (SiteConfigPtrOutput) AutoSwapSlotName

func (o SiteConfigPtrOutput) AutoSwapSlotName() pulumi.StringPtrOutput

Auto-swap slot name.

func (SiteConfigPtrOutput) AzureStorageAccounts

func (o SiteConfigPtrOutput) AzureStorageAccounts() AzureStorageInfoValueMapOutput

User-provided Azure storage accounts.

func (SiteConfigPtrOutput) ConnectionStrings

func (o SiteConfigPtrOutput) ConnectionStrings() ConnStringInfoArrayOutput

Connection strings.

func (SiteConfigPtrOutput) Cors

Cross-Origin Resource Sharing (CORS) settings.

func (SiteConfigPtrOutput) DefaultDocuments

func (o SiteConfigPtrOutput) DefaultDocuments() pulumi.StringArrayOutput

Default documents.

func (SiteConfigPtrOutput) DetailedErrorLoggingEnabled

func (o SiteConfigPtrOutput) DetailedErrorLoggingEnabled() pulumi.BoolPtrOutput

<code>true</code> if detailed error logging is enabled; otherwise, <code>false</code>.

func (SiteConfigPtrOutput) DocumentRoot

func (o SiteConfigPtrOutput) DocumentRoot() pulumi.StringPtrOutput

Document root.

func (SiteConfigPtrOutput) Elem

func (SiteConfigPtrOutput) ElementType

func (SiteConfigPtrOutput) ElementType() reflect.Type

func (SiteConfigPtrOutput) Experiments

func (o SiteConfigPtrOutput) Experiments() ExperimentsPtrOutput

This is work around for polymorphic types.

func (SiteConfigPtrOutput) FtpsState

State of FTP / FTPS service

func (SiteConfigPtrOutput) HandlerMappings

func (o SiteConfigPtrOutput) HandlerMappings() HandlerMappingArrayOutput

Handler mappings.

func (SiteConfigPtrOutput) Http20Enabled

func (o SiteConfigPtrOutput) Http20Enabled() pulumi.BoolPtrOutput

Http20Enabled: configures a web site to allow clients to connect over http2.0

func (SiteConfigPtrOutput) HttpLoggingEnabled

func (o SiteConfigPtrOutput) HttpLoggingEnabled() pulumi.BoolPtrOutput

<code>true</code> if HTTP logging is enabled; otherwise, <code>false</code>.

func (SiteConfigPtrOutput) IpSecurityRestrictions

func (o SiteConfigPtrOutput) IpSecurityRestrictions() IpSecurityRestrictionArrayOutput

IP security restrictions for main.

func (SiteConfigPtrOutput) JavaContainer

func (o SiteConfigPtrOutput) JavaContainer() pulumi.StringPtrOutput

Java container.

func (SiteConfigPtrOutput) JavaContainerVersion

func (o SiteConfigPtrOutput) JavaContainerVersion() pulumi.StringPtrOutput

Java container version.

func (SiteConfigPtrOutput) JavaVersion

func (o SiteConfigPtrOutput) JavaVersion() pulumi.StringPtrOutput

Java version.

func (SiteConfigPtrOutput) Limits

Site limits.

func (SiteConfigPtrOutput) LinuxFxVersion

func (o SiteConfigPtrOutput) LinuxFxVersion() pulumi.StringPtrOutput

Linux App Framework and version

func (SiteConfigPtrOutput) LoadBalancing

func (o SiteConfigPtrOutput) LoadBalancing() pulumi.StringPtrOutput

Site load balancing.

func (SiteConfigPtrOutput) LocalMySqlEnabled

func (o SiteConfigPtrOutput) LocalMySqlEnabled() pulumi.BoolPtrOutput

<code>true</code> to enable local MySQL; otherwise, <code>false</code>.

func (SiteConfigPtrOutput) LogsDirectorySizeLimit

func (o SiteConfigPtrOutput) LogsDirectorySizeLimit() pulumi.IntPtrOutput

HTTP logs directory size limit.

func (SiteConfigPtrOutput) ManagedPipelineMode

func (o SiteConfigPtrOutput) ManagedPipelineMode() pulumi.StringPtrOutput

Managed pipeline mode.

func (SiteConfigPtrOutput) ManagedServiceIdentityId

func (o SiteConfigPtrOutput) ManagedServiceIdentityId() pulumi.IntPtrOutput

Managed Service Identity Id

func (SiteConfigPtrOutput) MinTlsVersion

func (o SiteConfigPtrOutput) MinTlsVersion() pulumi.StringPtrOutput

MinTlsVersion: configures the minimum version of TLS required for SSL requests

func (SiteConfigPtrOutput) NetFrameworkVersion

func (o SiteConfigPtrOutput) NetFrameworkVersion() pulumi.StringPtrOutput

.NET Framework version.

func (SiteConfigPtrOutput) NodeVersion

func (o SiteConfigPtrOutput) NodeVersion() pulumi.StringPtrOutput

Version of Node.js.

func (SiteConfigPtrOutput) NumberOfWorkers

func (o SiteConfigPtrOutput) NumberOfWorkers() pulumi.IntPtrOutput

Number of workers.

func (SiteConfigPtrOutput) PhpVersion

Version of PHP.

func (SiteConfigPtrOutput) PublishingUsername

func (o SiteConfigPtrOutput) PublishingUsername() pulumi.StringPtrOutput

Publishing user name.

func (SiteConfigPtrOutput) Push

Push endpoint settings.

func (SiteConfigPtrOutput) PythonVersion

func (o SiteConfigPtrOutput) PythonVersion() pulumi.StringPtrOutput

Version of Python.

func (SiteConfigPtrOutput) RemoteDebuggingEnabled

func (o SiteConfigPtrOutput) RemoteDebuggingEnabled() pulumi.BoolPtrOutput

<code>true</code> if remote debugging is enabled; otherwise, <code>false</code>.

func (SiteConfigPtrOutput) RemoteDebuggingVersion

func (o SiteConfigPtrOutput) RemoteDebuggingVersion() pulumi.StringPtrOutput

Remote debugging version.

func (SiteConfigPtrOutput) RequestTracingEnabled

func (o SiteConfigPtrOutput) RequestTracingEnabled() pulumi.BoolPtrOutput

<code>true</code> if request tracing is enabled; otherwise, <code>false</code>.

func (SiteConfigPtrOutput) RequestTracingExpirationTime

func (o SiteConfigPtrOutput) RequestTracingExpirationTime() pulumi.StringPtrOutput

Request tracing expiration time.

func (SiteConfigPtrOutput) ReservedInstanceCount

func (o SiteConfigPtrOutput) ReservedInstanceCount() pulumi.IntPtrOutput

Number of reserved instances. This setting only applies to the Consumption Plan

func (SiteConfigPtrOutput) ScmIpSecurityRestrictions

func (o SiteConfigPtrOutput) ScmIpSecurityRestrictions() IpSecurityRestrictionArrayOutput

IP security restrictions for scm.

func (SiteConfigPtrOutput) ScmIpSecurityRestrictionsUseMain

func (o SiteConfigPtrOutput) ScmIpSecurityRestrictionsUseMain() pulumi.BoolPtrOutput

IP security restrictions for scm to use main.

func (SiteConfigPtrOutput) ScmType

SCM type.

func (SiteConfigPtrOutput) ToSiteConfigPtrOutput

func (o SiteConfigPtrOutput) ToSiteConfigPtrOutput() SiteConfigPtrOutput

func (SiteConfigPtrOutput) ToSiteConfigPtrOutputWithContext

func (o SiteConfigPtrOutput) ToSiteConfigPtrOutputWithContext(ctx context.Context) SiteConfigPtrOutput

func (SiteConfigPtrOutput) TracingOptions

func (o SiteConfigPtrOutput) TracingOptions() pulumi.StringPtrOutput

Tracing options.

func (SiteConfigPtrOutput) Use32BitWorkerProcess

func (o SiteConfigPtrOutput) Use32BitWorkerProcess() pulumi.BoolPtrOutput

<code>true</code> to use 32-bit worker process; otherwise, <code>false</code>.

func (SiteConfigPtrOutput) VirtualApplications

func (o SiteConfigPtrOutput) VirtualApplications() VirtualApplicationArrayOutput

Virtual applications.

func (SiteConfigPtrOutput) VnetName

Virtual Network name.

func (SiteConfigPtrOutput) WebSocketsEnabled

func (o SiteConfigPtrOutput) WebSocketsEnabled() pulumi.BoolPtrOutput

<code>true</code> if WebSocket is enabled; otherwise, <code>false</code>.

func (SiteConfigPtrOutput) WindowsFxVersion

func (o SiteConfigPtrOutput) WindowsFxVersion() pulumi.StringPtrOutput

Xenon App Framework and version

func (SiteConfigPtrOutput) XManagedServiceIdentityId

func (o SiteConfigPtrOutput) XManagedServiceIdentityId() pulumi.IntPtrOutput

Explicit Managed Service Identity Id

type SiteConfigResponse

type SiteConfigResponse struct {
	// <code>true</code> if Always On is enabled; otherwise, <code>false</code>.
	AlwaysOn *bool `pulumi:"alwaysOn"`
	// Information about the formal API definition for the app.
	ApiDefinition *ApiDefinitionInfoResponse `pulumi:"apiDefinition"`
	// App command line to launch.
	AppCommandLine *string `pulumi:"appCommandLine"`
	// Application settings.
	AppSettings []NameValuePairResponse `pulumi:"appSettings"`
	// <code>true</code> if Auto Heal is enabled; otherwise, <code>false</code>.
	AutoHealEnabled *bool `pulumi:"autoHealEnabled"`
	// Auto Heal rules.
	AutoHealRules *AutoHealRulesResponse `pulumi:"autoHealRules"`
	// Auto-swap slot name.
	AutoSwapSlotName *string `pulumi:"autoSwapSlotName"`
	// User-provided Azure storage accounts.
	AzureStorageAccounts map[string]AzureStorageInfoValueResponse `pulumi:"azureStorageAccounts"`
	// Connection strings.
	ConnectionStrings []ConnStringInfoResponse `pulumi:"connectionStrings"`
	// Cross-Origin Resource Sharing (CORS) settings.
	Cors *CorsSettingsResponse `pulumi:"cors"`
	// Default documents.
	DefaultDocuments []string `pulumi:"defaultDocuments"`
	// <code>true</code> if detailed error logging is enabled; otherwise, <code>false</code>.
	DetailedErrorLoggingEnabled *bool `pulumi:"detailedErrorLoggingEnabled"`
	// Document root.
	DocumentRoot *string `pulumi:"documentRoot"`
	// This is work around for polymorphic types.
	Experiments *ExperimentsResponse `pulumi:"experiments"`
	// State of FTP / FTPS service
	FtpsState *string `pulumi:"ftpsState"`
	// Handler mappings.
	HandlerMappings []HandlerMappingResponse `pulumi:"handlerMappings"`
	// Http20Enabled: configures a web site to allow clients to connect over http2.0
	Http20Enabled *bool `pulumi:"http20Enabled"`
	// <code>true</code> if HTTP logging is enabled; otherwise, <code>false</code>.
	HttpLoggingEnabled *bool `pulumi:"httpLoggingEnabled"`
	// IP security restrictions for main.
	IpSecurityRestrictions []IpSecurityRestrictionResponse `pulumi:"ipSecurityRestrictions"`
	// Java container.
	JavaContainer *string `pulumi:"javaContainer"`
	// Java container version.
	JavaContainerVersion *string `pulumi:"javaContainerVersion"`
	// Java version.
	JavaVersion *string `pulumi:"javaVersion"`
	// Site limits.
	Limits *SiteLimitsResponse `pulumi:"limits"`
	// Linux App Framework and version
	LinuxFxVersion *string `pulumi:"linuxFxVersion"`
	// Site load balancing.
	LoadBalancing *string `pulumi:"loadBalancing"`
	// <code>true</code> to enable local MySQL; otherwise, <code>false</code>.
	LocalMySqlEnabled *bool `pulumi:"localMySqlEnabled"`
	// HTTP logs directory size limit.
	LogsDirectorySizeLimit *int `pulumi:"logsDirectorySizeLimit"`
	// Site MachineKey.
	MachineKey SiteMachineKeyResponse `pulumi:"machineKey"`
	// Managed pipeline mode.
	ManagedPipelineMode *string `pulumi:"managedPipelineMode"`
	// Managed Service Identity Id
	ManagedServiceIdentityId *int `pulumi:"managedServiceIdentityId"`
	// MinTlsVersion: configures the minimum version of TLS required for SSL requests
	MinTlsVersion *string `pulumi:"minTlsVersion"`
	// .NET Framework version.
	NetFrameworkVersion *string `pulumi:"netFrameworkVersion"`
	// Version of Node.js.
	NodeVersion *string `pulumi:"nodeVersion"`
	// Number of workers.
	NumberOfWorkers *int `pulumi:"numberOfWorkers"`
	// Version of PHP.
	PhpVersion *string `pulumi:"phpVersion"`
	// Publishing user name.
	PublishingUsername *string `pulumi:"publishingUsername"`
	// Push endpoint settings.
	Push *PushSettingsResponse `pulumi:"push"`
	// Version of Python.
	PythonVersion *string `pulumi:"pythonVersion"`
	// <code>true</code> if remote debugging is enabled; otherwise, <code>false</code>.
	RemoteDebuggingEnabled *bool `pulumi:"remoteDebuggingEnabled"`
	// Remote debugging version.
	RemoteDebuggingVersion *string `pulumi:"remoteDebuggingVersion"`
	// <code>true</code> if request tracing is enabled; otherwise, <code>false</code>.
	RequestTracingEnabled *bool `pulumi:"requestTracingEnabled"`
	// Request tracing expiration time.
	RequestTracingExpirationTime *string `pulumi:"requestTracingExpirationTime"`
	// Number of reserved instances.
	// This setting only applies to the Consumption Plan
	ReservedInstanceCount *int `pulumi:"reservedInstanceCount"`
	// IP security restrictions for scm.
	ScmIpSecurityRestrictions []IpSecurityRestrictionResponse `pulumi:"scmIpSecurityRestrictions"`
	// IP security restrictions for scm to use main.
	ScmIpSecurityRestrictionsUseMain *bool `pulumi:"scmIpSecurityRestrictionsUseMain"`
	// SCM type.
	ScmType *string `pulumi:"scmType"`
	// Tracing options.
	TracingOptions *string `pulumi:"tracingOptions"`
	// <code>true</code> to use 32-bit worker process; otherwise, <code>false</code>.
	Use32BitWorkerProcess *bool `pulumi:"use32BitWorkerProcess"`
	// Virtual applications.
	VirtualApplications []VirtualApplicationResponse `pulumi:"virtualApplications"`
	// Virtual Network name.
	VnetName *string `pulumi:"vnetName"`
	// <code>true</code> if WebSocket is enabled; otherwise, <code>false</code>.
	WebSocketsEnabled *bool `pulumi:"webSocketsEnabled"`
	// Xenon App Framework and version
	WindowsFxVersion *string `pulumi:"windowsFxVersion"`
	// Explicit Managed Service Identity Id
	XManagedServiceIdentityId *int `pulumi:"xManagedServiceIdentityId"`
}

Configuration of an App Service app.

type SiteConfigResponseArgs

type SiteConfigResponseArgs struct {
	// <code>true</code> if Always On is enabled; otherwise, <code>false</code>.
	AlwaysOn pulumi.BoolPtrInput `pulumi:"alwaysOn"`
	// Information about the formal API definition for the app.
	ApiDefinition ApiDefinitionInfoResponsePtrInput `pulumi:"apiDefinition"`
	// App command line to launch.
	AppCommandLine pulumi.StringPtrInput `pulumi:"appCommandLine"`
	// Application settings.
	AppSettings NameValuePairResponseArrayInput `pulumi:"appSettings"`
	// <code>true</code> if Auto Heal is enabled; otherwise, <code>false</code>.
	AutoHealEnabled pulumi.BoolPtrInput `pulumi:"autoHealEnabled"`
	// Auto Heal rules.
	AutoHealRules AutoHealRulesResponsePtrInput `pulumi:"autoHealRules"`
	// Auto-swap slot name.
	AutoSwapSlotName pulumi.StringPtrInput `pulumi:"autoSwapSlotName"`
	// User-provided Azure storage accounts.
	AzureStorageAccounts AzureStorageInfoValueResponseMapInput `pulumi:"azureStorageAccounts"`
	// Connection strings.
	ConnectionStrings ConnStringInfoResponseArrayInput `pulumi:"connectionStrings"`
	// Cross-Origin Resource Sharing (CORS) settings.
	Cors CorsSettingsResponsePtrInput `pulumi:"cors"`
	// Default documents.
	DefaultDocuments pulumi.StringArrayInput `pulumi:"defaultDocuments"`
	// <code>true</code> if detailed error logging is enabled; otherwise, <code>false</code>.
	DetailedErrorLoggingEnabled pulumi.BoolPtrInput `pulumi:"detailedErrorLoggingEnabled"`
	// Document root.
	DocumentRoot pulumi.StringPtrInput `pulumi:"documentRoot"`
	// This is work around for polymorphic types.
	Experiments ExperimentsResponsePtrInput `pulumi:"experiments"`
	// State of FTP / FTPS service
	FtpsState pulumi.StringPtrInput `pulumi:"ftpsState"`
	// Handler mappings.
	HandlerMappings HandlerMappingResponseArrayInput `pulumi:"handlerMappings"`
	// Http20Enabled: configures a web site to allow clients to connect over http2.0
	Http20Enabled pulumi.BoolPtrInput `pulumi:"http20Enabled"`
	// <code>true</code> if HTTP logging is enabled; otherwise, <code>false</code>.
	HttpLoggingEnabled pulumi.BoolPtrInput `pulumi:"httpLoggingEnabled"`
	// IP security restrictions for main.
	IpSecurityRestrictions IpSecurityRestrictionResponseArrayInput `pulumi:"ipSecurityRestrictions"`
	// Java container.
	JavaContainer pulumi.StringPtrInput `pulumi:"javaContainer"`
	// Java container version.
	JavaContainerVersion pulumi.StringPtrInput `pulumi:"javaContainerVersion"`
	// Java version.
	JavaVersion pulumi.StringPtrInput `pulumi:"javaVersion"`
	// Site limits.
	Limits SiteLimitsResponsePtrInput `pulumi:"limits"`
	// Linux App Framework and version
	LinuxFxVersion pulumi.StringPtrInput `pulumi:"linuxFxVersion"`
	// Site load balancing.
	LoadBalancing pulumi.StringPtrInput `pulumi:"loadBalancing"`
	// <code>true</code> to enable local MySQL; otherwise, <code>false</code>.
	LocalMySqlEnabled pulumi.BoolPtrInput `pulumi:"localMySqlEnabled"`
	// HTTP logs directory size limit.
	LogsDirectorySizeLimit pulumi.IntPtrInput `pulumi:"logsDirectorySizeLimit"`
	// Site MachineKey.
	MachineKey SiteMachineKeyResponseInput `pulumi:"machineKey"`
	// Managed pipeline mode.
	ManagedPipelineMode pulumi.StringPtrInput `pulumi:"managedPipelineMode"`
	// Managed Service Identity Id
	ManagedServiceIdentityId pulumi.IntPtrInput `pulumi:"managedServiceIdentityId"`
	// MinTlsVersion: configures the minimum version of TLS required for SSL requests
	MinTlsVersion pulumi.StringPtrInput `pulumi:"minTlsVersion"`
	// .NET Framework version.
	NetFrameworkVersion pulumi.StringPtrInput `pulumi:"netFrameworkVersion"`
	// Version of Node.js.
	NodeVersion pulumi.StringPtrInput `pulumi:"nodeVersion"`
	// Number of workers.
	NumberOfWorkers pulumi.IntPtrInput `pulumi:"numberOfWorkers"`
	// Version of PHP.
	PhpVersion pulumi.StringPtrInput `pulumi:"phpVersion"`
	// Publishing user name.
	PublishingUsername pulumi.StringPtrInput `pulumi:"publishingUsername"`
	// Push endpoint settings.
	Push PushSettingsResponsePtrInput `pulumi:"push"`
	// Version of Python.
	PythonVersion pulumi.StringPtrInput `pulumi:"pythonVersion"`
	// <code>true</code> if remote debugging is enabled; otherwise, <code>false</code>.
	RemoteDebuggingEnabled pulumi.BoolPtrInput `pulumi:"remoteDebuggingEnabled"`
	// Remote debugging version.
	RemoteDebuggingVersion pulumi.StringPtrInput `pulumi:"remoteDebuggingVersion"`
	// <code>true</code> if request tracing is enabled; otherwise, <code>false</code>.
	RequestTracingEnabled pulumi.BoolPtrInput `pulumi:"requestTracingEnabled"`
	// Request tracing expiration time.
	RequestTracingExpirationTime pulumi.StringPtrInput `pulumi:"requestTracingExpirationTime"`
	// Number of reserved instances.
	// This setting only applies to the Consumption Plan
	ReservedInstanceCount pulumi.IntPtrInput `pulumi:"reservedInstanceCount"`
	// IP security restrictions for scm.
	ScmIpSecurityRestrictions IpSecurityRestrictionResponseArrayInput `pulumi:"scmIpSecurityRestrictions"`
	// IP security restrictions for scm to use main.
	ScmIpSecurityRestrictionsUseMain pulumi.BoolPtrInput `pulumi:"scmIpSecurityRestrictionsUseMain"`
	// SCM type.
	ScmType pulumi.StringPtrInput `pulumi:"scmType"`
	// Tracing options.
	TracingOptions pulumi.StringPtrInput `pulumi:"tracingOptions"`
	// <code>true</code> to use 32-bit worker process; otherwise, <code>false</code>.
	Use32BitWorkerProcess pulumi.BoolPtrInput `pulumi:"use32BitWorkerProcess"`
	// Virtual applications.
	VirtualApplications VirtualApplicationResponseArrayInput `pulumi:"virtualApplications"`
	// Virtual Network name.
	VnetName pulumi.StringPtrInput `pulumi:"vnetName"`
	// <code>true</code> if WebSocket is enabled; otherwise, <code>false</code>.
	WebSocketsEnabled pulumi.BoolPtrInput `pulumi:"webSocketsEnabled"`
	// Xenon App Framework and version
	WindowsFxVersion pulumi.StringPtrInput `pulumi:"windowsFxVersion"`
	// Explicit Managed Service Identity Id
	XManagedServiceIdentityId pulumi.IntPtrInput `pulumi:"xManagedServiceIdentityId"`
}

Configuration of an App Service app.

func (SiteConfigResponseArgs) ElementType

func (SiteConfigResponseArgs) ElementType() reflect.Type

func (SiteConfigResponseArgs) ToSiteConfigResponseOutput

func (i SiteConfigResponseArgs) ToSiteConfigResponseOutput() SiteConfigResponseOutput

func (SiteConfigResponseArgs) ToSiteConfigResponseOutputWithContext

func (i SiteConfigResponseArgs) ToSiteConfigResponseOutputWithContext(ctx context.Context) SiteConfigResponseOutput

func (SiteConfigResponseArgs) ToSiteConfigResponsePtrOutput

func (i SiteConfigResponseArgs) ToSiteConfigResponsePtrOutput() SiteConfigResponsePtrOutput

func (SiteConfigResponseArgs) ToSiteConfigResponsePtrOutputWithContext

func (i SiteConfigResponseArgs) ToSiteConfigResponsePtrOutputWithContext(ctx context.Context) SiteConfigResponsePtrOutput

type SiteConfigResponseInput

type SiteConfigResponseInput interface {
	pulumi.Input

	ToSiteConfigResponseOutput() SiteConfigResponseOutput
	ToSiteConfigResponseOutputWithContext(context.Context) SiteConfigResponseOutput
}

SiteConfigResponseInput is an input type that accepts SiteConfigResponseArgs and SiteConfigResponseOutput values. You can construct a concrete instance of `SiteConfigResponseInput` via:

SiteConfigResponseArgs{...}

type SiteConfigResponseOutput

type SiteConfigResponseOutput struct{ *pulumi.OutputState }

Configuration of an App Service app.

func (SiteConfigResponseOutput) AlwaysOn

<code>true</code> if Always On is enabled; otherwise, <code>false</code>.

func (SiteConfigResponseOutput) ApiDefinition

Information about the formal API definition for the app.

func (SiteConfigResponseOutput) AppCommandLine

func (o SiteConfigResponseOutput) AppCommandLine() pulumi.StringPtrOutput

App command line to launch.

func (SiteConfigResponseOutput) AppSettings

Application settings.

func (SiteConfigResponseOutput) AutoHealEnabled

func (o SiteConfigResponseOutput) AutoHealEnabled() pulumi.BoolPtrOutput

<code>true</code> if Auto Heal is enabled; otherwise, <code>false</code>.

func (SiteConfigResponseOutput) AutoHealRules

Auto Heal rules.

func (SiteConfigResponseOutput) AutoSwapSlotName

func (o SiteConfigResponseOutput) AutoSwapSlotName() pulumi.StringPtrOutput

Auto-swap slot name.

func (SiteConfigResponseOutput) AzureStorageAccounts

User-provided Azure storage accounts.

func (SiteConfigResponseOutput) ConnectionStrings

Connection strings.

func (SiteConfigResponseOutput) Cors

Cross-Origin Resource Sharing (CORS) settings.

func (SiteConfigResponseOutput) DefaultDocuments

func (o SiteConfigResponseOutput) DefaultDocuments() pulumi.StringArrayOutput

Default documents.

func (SiteConfigResponseOutput) DetailedErrorLoggingEnabled

func (o SiteConfigResponseOutput) DetailedErrorLoggingEnabled() pulumi.BoolPtrOutput

<code>true</code> if detailed error logging is enabled; otherwise, <code>false</code>.

func (SiteConfigResponseOutput) DocumentRoot

Document root.

func (SiteConfigResponseOutput) ElementType

func (SiteConfigResponseOutput) ElementType() reflect.Type

func (SiteConfigResponseOutput) Experiments

This is work around for polymorphic types.

func (SiteConfigResponseOutput) FtpsState

State of FTP / FTPS service

func (SiteConfigResponseOutput) HandlerMappings

Handler mappings.

func (SiteConfigResponseOutput) Http20Enabled

func (o SiteConfigResponseOutput) Http20Enabled() pulumi.BoolPtrOutput

Http20Enabled: configures a web site to allow clients to connect over http2.0

func (SiteConfigResponseOutput) HttpLoggingEnabled

func (o SiteConfigResponseOutput) HttpLoggingEnabled() pulumi.BoolPtrOutput

<code>true</code> if HTTP logging is enabled; otherwise, <code>false</code>.

func (SiteConfigResponseOutput) IpSecurityRestrictions

IP security restrictions for main.

func (SiteConfigResponseOutput) JavaContainer

Java container.

func (SiteConfigResponseOutput) JavaContainerVersion

func (o SiteConfigResponseOutput) JavaContainerVersion() pulumi.StringPtrOutput

Java container version.

func (SiteConfigResponseOutput) JavaVersion

Java version.

func (SiteConfigResponseOutput) Limits

Site limits.

func (SiteConfigResponseOutput) LinuxFxVersion

func (o SiteConfigResponseOutput) LinuxFxVersion() pulumi.StringPtrOutput

Linux App Framework and version

func (SiteConfigResponseOutput) LoadBalancing

Site load balancing.

func (SiteConfigResponseOutput) LocalMySqlEnabled

func (o SiteConfigResponseOutput) LocalMySqlEnabled() pulumi.BoolPtrOutput

<code>true</code> to enable local MySQL; otherwise, <code>false</code>.

func (SiteConfigResponseOutput) LogsDirectorySizeLimit

func (o SiteConfigResponseOutput) LogsDirectorySizeLimit() pulumi.IntPtrOutput

HTTP logs directory size limit.

func (SiteConfigResponseOutput) MachineKey

Site MachineKey.

func (SiteConfigResponseOutput) ManagedPipelineMode

func (o SiteConfigResponseOutput) ManagedPipelineMode() pulumi.StringPtrOutput

Managed pipeline mode.

func (SiteConfigResponseOutput) ManagedServiceIdentityId

func (o SiteConfigResponseOutput) ManagedServiceIdentityId() pulumi.IntPtrOutput

Managed Service Identity Id

func (SiteConfigResponseOutput) MinTlsVersion

MinTlsVersion: configures the minimum version of TLS required for SSL requests

func (SiteConfigResponseOutput) NetFrameworkVersion

func (o SiteConfigResponseOutput) NetFrameworkVersion() pulumi.StringPtrOutput

.NET Framework version.

func (SiteConfigResponseOutput) NodeVersion

Version of Node.js.

func (SiteConfigResponseOutput) NumberOfWorkers

func (o SiteConfigResponseOutput) NumberOfWorkers() pulumi.IntPtrOutput

Number of workers.

func (SiteConfigResponseOutput) PhpVersion

Version of PHP.

func (SiteConfigResponseOutput) PublishingUsername

func (o SiteConfigResponseOutput) PublishingUsername() pulumi.StringPtrOutput

Publishing user name.

func (SiteConfigResponseOutput) Push

Push endpoint settings.

func (SiteConfigResponseOutput) PythonVersion

Version of Python.

func (SiteConfigResponseOutput) RemoteDebuggingEnabled

func (o SiteConfigResponseOutput) RemoteDebuggingEnabled() pulumi.BoolPtrOutput

<code>true</code> if remote debugging is enabled; otherwise, <code>false</code>.

func (SiteConfigResponseOutput) RemoteDebuggingVersion

func (o SiteConfigResponseOutput) RemoteDebuggingVersion() pulumi.StringPtrOutput

Remote debugging version.

func (SiteConfigResponseOutput) RequestTracingEnabled

func (o SiteConfigResponseOutput) RequestTracingEnabled() pulumi.BoolPtrOutput

<code>true</code> if request tracing is enabled; otherwise, <code>false</code>.

func (SiteConfigResponseOutput) RequestTracingExpirationTime

func (o SiteConfigResponseOutput) RequestTracingExpirationTime() pulumi.StringPtrOutput

Request tracing expiration time.

func (SiteConfigResponseOutput) ReservedInstanceCount

func (o SiteConfigResponseOutput) ReservedInstanceCount() pulumi.IntPtrOutput

Number of reserved instances. This setting only applies to the Consumption Plan

func (SiteConfigResponseOutput) ScmIpSecurityRestrictions

IP security restrictions for scm.

func (SiteConfigResponseOutput) ScmIpSecurityRestrictionsUseMain

func (o SiteConfigResponseOutput) ScmIpSecurityRestrictionsUseMain() pulumi.BoolPtrOutput

IP security restrictions for scm to use main.

func (SiteConfigResponseOutput) ScmType

SCM type.

func (SiteConfigResponseOutput) ToSiteConfigResponseOutput

func (o SiteConfigResponseOutput) ToSiteConfigResponseOutput() SiteConfigResponseOutput

func (SiteConfigResponseOutput) ToSiteConfigResponseOutputWithContext

func (o SiteConfigResponseOutput) ToSiteConfigResponseOutputWithContext(ctx context.Context) SiteConfigResponseOutput

func (SiteConfigResponseOutput) ToSiteConfigResponsePtrOutput

func (o SiteConfigResponseOutput) ToSiteConfigResponsePtrOutput() SiteConfigResponsePtrOutput

func (SiteConfigResponseOutput) ToSiteConfigResponsePtrOutputWithContext

func (o SiteConfigResponseOutput) ToSiteConfigResponsePtrOutputWithContext(ctx context.Context) SiteConfigResponsePtrOutput

func (SiteConfigResponseOutput) TracingOptions

func (o SiteConfigResponseOutput) TracingOptions() pulumi.StringPtrOutput

Tracing options.

func (SiteConfigResponseOutput) Use32BitWorkerProcess

func (o SiteConfigResponseOutput) Use32BitWorkerProcess() pulumi.BoolPtrOutput

<code>true</code> to use 32-bit worker process; otherwise, <code>false</code>.

func (SiteConfigResponseOutput) VirtualApplications

Virtual applications.

func (SiteConfigResponseOutput) VnetName

Virtual Network name.

func (SiteConfigResponseOutput) WebSocketsEnabled

func (o SiteConfigResponseOutput) WebSocketsEnabled() pulumi.BoolPtrOutput

<code>true</code> if WebSocket is enabled; otherwise, <code>false</code>.

func (SiteConfigResponseOutput) WindowsFxVersion

func (o SiteConfigResponseOutput) WindowsFxVersion() pulumi.StringPtrOutput

Xenon App Framework and version

func (SiteConfigResponseOutput) XManagedServiceIdentityId

func (o SiteConfigResponseOutput) XManagedServiceIdentityId() pulumi.IntPtrOutput

Explicit Managed Service Identity Id

type SiteConfigResponsePtrInput

type SiteConfigResponsePtrInput interface {
	pulumi.Input

	ToSiteConfigResponsePtrOutput() SiteConfigResponsePtrOutput
	ToSiteConfigResponsePtrOutputWithContext(context.Context) SiteConfigResponsePtrOutput
}

SiteConfigResponsePtrInput is an input type that accepts SiteConfigResponseArgs, SiteConfigResponsePtr and SiteConfigResponsePtrOutput values. You can construct a concrete instance of `SiteConfigResponsePtrInput` via:

        SiteConfigResponseArgs{...}

or:

        nil

type SiteConfigResponsePtrOutput

type SiteConfigResponsePtrOutput struct{ *pulumi.OutputState }

func (SiteConfigResponsePtrOutput) AlwaysOn

<code>true</code> if Always On is enabled; otherwise, <code>false</code>.

func (SiteConfigResponsePtrOutput) ApiDefinition

Information about the formal API definition for the app.

func (SiteConfigResponsePtrOutput) AppCommandLine

App command line to launch.

func (SiteConfigResponsePtrOutput) AppSettings

Application settings.

func (SiteConfigResponsePtrOutput) AutoHealEnabled

func (o SiteConfigResponsePtrOutput) AutoHealEnabled() pulumi.BoolPtrOutput

<code>true</code> if Auto Heal is enabled; otherwise, <code>false</code>.

func (SiteConfigResponsePtrOutput) AutoHealRules

Auto Heal rules.

func (SiteConfigResponsePtrOutput) AutoSwapSlotName

func (o SiteConfigResponsePtrOutput) AutoSwapSlotName() pulumi.StringPtrOutput

Auto-swap slot name.

func (SiteConfigResponsePtrOutput) AzureStorageAccounts

User-provided Azure storage accounts.

func (SiteConfigResponsePtrOutput) ConnectionStrings

Connection strings.

func (SiteConfigResponsePtrOutput) Cors

Cross-Origin Resource Sharing (CORS) settings.

func (SiteConfigResponsePtrOutput) DefaultDocuments

Default documents.

func (SiteConfigResponsePtrOutput) DetailedErrorLoggingEnabled

func (o SiteConfigResponsePtrOutput) DetailedErrorLoggingEnabled() pulumi.BoolPtrOutput

<code>true</code> if detailed error logging is enabled; otherwise, <code>false</code>.

func (SiteConfigResponsePtrOutput) DocumentRoot

Document root.

func (SiteConfigResponsePtrOutput) Elem

func (SiteConfigResponsePtrOutput) ElementType

func (SiteConfigResponsePtrOutput) Experiments

This is work around for polymorphic types.

func (SiteConfigResponsePtrOutput) FtpsState

State of FTP / FTPS service

func (SiteConfigResponsePtrOutput) HandlerMappings

Handler mappings.

func (SiteConfigResponsePtrOutput) Http20Enabled

Http20Enabled: configures a web site to allow clients to connect over http2.0

func (SiteConfigResponsePtrOutput) HttpLoggingEnabled

func (o SiteConfigResponsePtrOutput) HttpLoggingEnabled() pulumi.BoolPtrOutput

<code>true</code> if HTTP logging is enabled; otherwise, <code>false</code>.

func (SiteConfigResponsePtrOutput) IpSecurityRestrictions

IP security restrictions for main.

func (SiteConfigResponsePtrOutput) JavaContainer

Java container.

func (SiteConfigResponsePtrOutput) JavaContainerVersion

func (o SiteConfigResponsePtrOutput) JavaContainerVersion() pulumi.StringPtrOutput

Java container version.

func (SiteConfigResponsePtrOutput) JavaVersion

Java version.

func (SiteConfigResponsePtrOutput) Limits

Site limits.

func (SiteConfigResponsePtrOutput) LinuxFxVersion

Linux App Framework and version

func (SiteConfigResponsePtrOutput) LoadBalancing

Site load balancing.

func (SiteConfigResponsePtrOutput) LocalMySqlEnabled

func (o SiteConfigResponsePtrOutput) LocalMySqlEnabled() pulumi.BoolPtrOutput

<code>true</code> to enable local MySQL; otherwise, <code>false</code>.

func (SiteConfigResponsePtrOutput) LogsDirectorySizeLimit

func (o SiteConfigResponsePtrOutput) LogsDirectorySizeLimit() pulumi.IntPtrOutput

HTTP logs directory size limit.

func (SiteConfigResponsePtrOutput) MachineKey

Site MachineKey.

func (SiteConfigResponsePtrOutput) ManagedPipelineMode

func (o SiteConfigResponsePtrOutput) ManagedPipelineMode() pulumi.StringPtrOutput

Managed pipeline mode.

func (SiteConfigResponsePtrOutput) ManagedServiceIdentityId

func (o SiteConfigResponsePtrOutput) ManagedServiceIdentityId() pulumi.IntPtrOutput

Managed Service Identity Id

func (SiteConfigResponsePtrOutput) MinTlsVersion

MinTlsVersion: configures the minimum version of TLS required for SSL requests

func (SiteConfigResponsePtrOutput) NetFrameworkVersion

func (o SiteConfigResponsePtrOutput) NetFrameworkVersion() pulumi.StringPtrOutput

.NET Framework version.

func (SiteConfigResponsePtrOutput) NodeVersion

Version of Node.js.

func (SiteConfigResponsePtrOutput) NumberOfWorkers

func (o SiteConfigResponsePtrOutput) NumberOfWorkers() pulumi.IntPtrOutput

Number of workers.

func (SiteConfigResponsePtrOutput) PhpVersion

Version of PHP.

func (SiteConfigResponsePtrOutput) PublishingUsername

func (o SiteConfigResponsePtrOutput) PublishingUsername() pulumi.StringPtrOutput

Publishing user name.

func (SiteConfigResponsePtrOutput) Push

Push endpoint settings.

func (SiteConfigResponsePtrOutput) PythonVersion

Version of Python.

func (SiteConfigResponsePtrOutput) RemoteDebuggingEnabled

func (o SiteConfigResponsePtrOutput) RemoteDebuggingEnabled() pulumi.BoolPtrOutput

<code>true</code> if remote debugging is enabled; otherwise, <code>false</code>.

func (SiteConfigResponsePtrOutput) RemoteDebuggingVersion

func (o SiteConfigResponsePtrOutput) RemoteDebuggingVersion() pulumi.StringPtrOutput

Remote debugging version.

func (SiteConfigResponsePtrOutput) RequestTracingEnabled

func (o SiteConfigResponsePtrOutput) RequestTracingEnabled() pulumi.BoolPtrOutput

<code>true</code> if request tracing is enabled; otherwise, <code>false</code>.

func (SiteConfigResponsePtrOutput) RequestTracingExpirationTime

func (o SiteConfigResponsePtrOutput) RequestTracingExpirationTime() pulumi.StringPtrOutput

Request tracing expiration time.

func (SiteConfigResponsePtrOutput) ReservedInstanceCount

func (o SiteConfigResponsePtrOutput) ReservedInstanceCount() pulumi.IntPtrOutput

Number of reserved instances. This setting only applies to the Consumption Plan

func (SiteConfigResponsePtrOutput) ScmIpSecurityRestrictions

IP security restrictions for scm.

func (SiteConfigResponsePtrOutput) ScmIpSecurityRestrictionsUseMain

func (o SiteConfigResponsePtrOutput) ScmIpSecurityRestrictionsUseMain() pulumi.BoolPtrOutput

IP security restrictions for scm to use main.

func (SiteConfigResponsePtrOutput) ScmType

SCM type.

func (SiteConfigResponsePtrOutput) ToSiteConfigResponsePtrOutput

func (o SiteConfigResponsePtrOutput) ToSiteConfigResponsePtrOutput() SiteConfigResponsePtrOutput

func (SiteConfigResponsePtrOutput) ToSiteConfigResponsePtrOutputWithContext

func (o SiteConfigResponsePtrOutput) ToSiteConfigResponsePtrOutputWithContext(ctx context.Context) SiteConfigResponsePtrOutput

func (SiteConfigResponsePtrOutput) TracingOptions

Tracing options.

func (SiteConfigResponsePtrOutput) Use32BitWorkerProcess

func (o SiteConfigResponsePtrOutput) Use32BitWorkerProcess() pulumi.BoolPtrOutput

<code>true</code> to use 32-bit worker process; otherwise, <code>false</code>.

func (SiteConfigResponsePtrOutput) VirtualApplications

Virtual applications.

func (SiteConfigResponsePtrOutput) VnetName

Virtual Network name.

func (SiteConfigResponsePtrOutput) WebSocketsEnabled

func (o SiteConfigResponsePtrOutput) WebSocketsEnabled() pulumi.BoolPtrOutput

<code>true</code> if WebSocket is enabled; otherwise, <code>false</code>.

func (SiteConfigResponsePtrOutput) WindowsFxVersion

func (o SiteConfigResponsePtrOutput) WindowsFxVersion() pulumi.StringPtrOutput

Xenon App Framework and version

func (SiteConfigResponsePtrOutput) XManagedServiceIdentityId

func (o SiteConfigResponsePtrOutput) XManagedServiceIdentityId() pulumi.IntPtrOutput

Explicit Managed Service Identity Id

type SiteLimits

type SiteLimits struct {
	// Maximum allowed disk size usage in MB.
	MaxDiskSizeInMb *float64 `pulumi:"maxDiskSizeInMb"`
	// Maximum allowed memory usage in MB.
	MaxMemoryInMb *float64 `pulumi:"maxMemoryInMb"`
	// Maximum allowed CPU usage percentage.
	MaxPercentageCpu *float64 `pulumi:"maxPercentageCpu"`
}

Metric limits set on an app.

type SiteLimitsArgs

type SiteLimitsArgs struct {
	// Maximum allowed disk size usage in MB.
	MaxDiskSizeInMb pulumi.Float64PtrInput `pulumi:"maxDiskSizeInMb"`
	// Maximum allowed memory usage in MB.
	MaxMemoryInMb pulumi.Float64PtrInput `pulumi:"maxMemoryInMb"`
	// Maximum allowed CPU usage percentage.
	MaxPercentageCpu pulumi.Float64PtrInput `pulumi:"maxPercentageCpu"`
}

Metric limits set on an app.

func (SiteLimitsArgs) ElementType

func (SiteLimitsArgs) ElementType() reflect.Type

func (SiteLimitsArgs) ToSiteLimitsOutput

func (i SiteLimitsArgs) ToSiteLimitsOutput() SiteLimitsOutput

func (SiteLimitsArgs) ToSiteLimitsOutputWithContext

func (i SiteLimitsArgs) ToSiteLimitsOutputWithContext(ctx context.Context) SiteLimitsOutput

func (SiteLimitsArgs) ToSiteLimitsPtrOutput

func (i SiteLimitsArgs) ToSiteLimitsPtrOutput() SiteLimitsPtrOutput

func (SiteLimitsArgs) ToSiteLimitsPtrOutputWithContext

func (i SiteLimitsArgs) ToSiteLimitsPtrOutputWithContext(ctx context.Context) SiteLimitsPtrOutput

type SiteLimitsInput

type SiteLimitsInput interface {
	pulumi.Input

	ToSiteLimitsOutput() SiteLimitsOutput
	ToSiteLimitsOutputWithContext(context.Context) SiteLimitsOutput
}

SiteLimitsInput is an input type that accepts SiteLimitsArgs and SiteLimitsOutput values. You can construct a concrete instance of `SiteLimitsInput` via:

SiteLimitsArgs{...}

type SiteLimitsOutput

type SiteLimitsOutput struct{ *pulumi.OutputState }

Metric limits set on an app.

func (SiteLimitsOutput) ElementType

func (SiteLimitsOutput) ElementType() reflect.Type

func (SiteLimitsOutput) MaxDiskSizeInMb

func (o SiteLimitsOutput) MaxDiskSizeInMb() pulumi.Float64PtrOutput

Maximum allowed disk size usage in MB.

func (SiteLimitsOutput) MaxMemoryInMb

func (o SiteLimitsOutput) MaxMemoryInMb() pulumi.Float64PtrOutput

Maximum allowed memory usage in MB.

func (SiteLimitsOutput) MaxPercentageCpu

func (o SiteLimitsOutput) MaxPercentageCpu() pulumi.Float64PtrOutput

Maximum allowed CPU usage percentage.

func (SiteLimitsOutput) ToSiteLimitsOutput

func (o SiteLimitsOutput) ToSiteLimitsOutput() SiteLimitsOutput

func (SiteLimitsOutput) ToSiteLimitsOutputWithContext

func (o SiteLimitsOutput) ToSiteLimitsOutputWithContext(ctx context.Context) SiteLimitsOutput

func (SiteLimitsOutput) ToSiteLimitsPtrOutput

func (o SiteLimitsOutput) ToSiteLimitsPtrOutput() SiteLimitsPtrOutput

func (SiteLimitsOutput) ToSiteLimitsPtrOutputWithContext

func (o SiteLimitsOutput) ToSiteLimitsPtrOutputWithContext(ctx context.Context) SiteLimitsPtrOutput

type SiteLimitsPtrInput

type SiteLimitsPtrInput interface {
	pulumi.Input

	ToSiteLimitsPtrOutput() SiteLimitsPtrOutput
	ToSiteLimitsPtrOutputWithContext(context.Context) SiteLimitsPtrOutput
}

SiteLimitsPtrInput is an input type that accepts SiteLimitsArgs, SiteLimitsPtr and SiteLimitsPtrOutput values. You can construct a concrete instance of `SiteLimitsPtrInput` via:

        SiteLimitsArgs{...}

or:

        nil

func SiteLimitsPtr

func SiteLimitsPtr(v *SiteLimitsArgs) SiteLimitsPtrInput

type SiteLimitsPtrOutput

type SiteLimitsPtrOutput struct{ *pulumi.OutputState }

func (SiteLimitsPtrOutput) Elem

func (SiteLimitsPtrOutput) ElementType

func (SiteLimitsPtrOutput) ElementType() reflect.Type

func (SiteLimitsPtrOutput) MaxDiskSizeInMb

func (o SiteLimitsPtrOutput) MaxDiskSizeInMb() pulumi.Float64PtrOutput

Maximum allowed disk size usage in MB.

func (SiteLimitsPtrOutput) MaxMemoryInMb

func (o SiteLimitsPtrOutput) MaxMemoryInMb() pulumi.Float64PtrOutput

Maximum allowed memory usage in MB.

func (SiteLimitsPtrOutput) MaxPercentageCpu

func (o SiteLimitsPtrOutput) MaxPercentageCpu() pulumi.Float64PtrOutput

Maximum allowed CPU usage percentage.

func (SiteLimitsPtrOutput) ToSiteLimitsPtrOutput

func (o SiteLimitsPtrOutput) ToSiteLimitsPtrOutput() SiteLimitsPtrOutput

func (SiteLimitsPtrOutput) ToSiteLimitsPtrOutputWithContext

func (o SiteLimitsPtrOutput) ToSiteLimitsPtrOutputWithContext(ctx context.Context) SiteLimitsPtrOutput

type SiteLimitsResponse

type SiteLimitsResponse struct {
	// Maximum allowed disk size usage in MB.
	MaxDiskSizeInMb *float64 `pulumi:"maxDiskSizeInMb"`
	// Maximum allowed memory usage in MB.
	MaxMemoryInMb *float64 `pulumi:"maxMemoryInMb"`
	// Maximum allowed CPU usage percentage.
	MaxPercentageCpu *float64 `pulumi:"maxPercentageCpu"`
}

Metric limits set on an app.

type SiteLimitsResponseArgs

type SiteLimitsResponseArgs struct {
	// Maximum allowed disk size usage in MB.
	MaxDiskSizeInMb pulumi.Float64PtrInput `pulumi:"maxDiskSizeInMb"`
	// Maximum allowed memory usage in MB.
	MaxMemoryInMb pulumi.Float64PtrInput `pulumi:"maxMemoryInMb"`
	// Maximum allowed CPU usage percentage.
	MaxPercentageCpu pulumi.Float64PtrInput `pulumi:"maxPercentageCpu"`
}

Metric limits set on an app.

func (SiteLimitsResponseArgs) ElementType

func (SiteLimitsResponseArgs) ElementType() reflect.Type

func (SiteLimitsResponseArgs) ToSiteLimitsResponseOutput

func (i SiteLimitsResponseArgs) ToSiteLimitsResponseOutput() SiteLimitsResponseOutput

func (SiteLimitsResponseArgs) ToSiteLimitsResponseOutputWithContext

func (i SiteLimitsResponseArgs) ToSiteLimitsResponseOutputWithContext(ctx context.Context) SiteLimitsResponseOutput

func (SiteLimitsResponseArgs) ToSiteLimitsResponsePtrOutput

func (i SiteLimitsResponseArgs) ToSiteLimitsResponsePtrOutput() SiteLimitsResponsePtrOutput

func (SiteLimitsResponseArgs) ToSiteLimitsResponsePtrOutputWithContext

func (i SiteLimitsResponseArgs) ToSiteLimitsResponsePtrOutputWithContext(ctx context.Context) SiteLimitsResponsePtrOutput

type SiteLimitsResponseInput

type SiteLimitsResponseInput interface {
	pulumi.Input

	ToSiteLimitsResponseOutput() SiteLimitsResponseOutput
	ToSiteLimitsResponseOutputWithContext(context.Context) SiteLimitsResponseOutput
}

SiteLimitsResponseInput is an input type that accepts SiteLimitsResponseArgs and SiteLimitsResponseOutput values. You can construct a concrete instance of `SiteLimitsResponseInput` via:

SiteLimitsResponseArgs{...}

type SiteLimitsResponseOutput

type SiteLimitsResponseOutput struct{ *pulumi.OutputState }

Metric limits set on an app.

func (SiteLimitsResponseOutput) ElementType

func (SiteLimitsResponseOutput) ElementType() reflect.Type

func (SiteLimitsResponseOutput) MaxDiskSizeInMb

func (o SiteLimitsResponseOutput) MaxDiskSizeInMb() pulumi.Float64PtrOutput

Maximum allowed disk size usage in MB.

func (SiteLimitsResponseOutput) MaxMemoryInMb

Maximum allowed memory usage in MB.

func (SiteLimitsResponseOutput) MaxPercentageCpu

func (o SiteLimitsResponseOutput) MaxPercentageCpu() pulumi.Float64PtrOutput

Maximum allowed CPU usage percentage.

func (SiteLimitsResponseOutput) ToSiteLimitsResponseOutput

func (o SiteLimitsResponseOutput) ToSiteLimitsResponseOutput() SiteLimitsResponseOutput

func (SiteLimitsResponseOutput) ToSiteLimitsResponseOutputWithContext

func (o SiteLimitsResponseOutput) ToSiteLimitsResponseOutputWithContext(ctx context.Context) SiteLimitsResponseOutput

func (SiteLimitsResponseOutput) ToSiteLimitsResponsePtrOutput

func (o SiteLimitsResponseOutput) ToSiteLimitsResponsePtrOutput() SiteLimitsResponsePtrOutput

func (SiteLimitsResponseOutput) ToSiteLimitsResponsePtrOutputWithContext

func (o SiteLimitsResponseOutput) ToSiteLimitsResponsePtrOutputWithContext(ctx context.Context) SiteLimitsResponsePtrOutput

type SiteLimitsResponsePtrInput

type SiteLimitsResponsePtrInput interface {
	pulumi.Input

	ToSiteLimitsResponsePtrOutput() SiteLimitsResponsePtrOutput
	ToSiteLimitsResponsePtrOutputWithContext(context.Context) SiteLimitsResponsePtrOutput
}

SiteLimitsResponsePtrInput is an input type that accepts SiteLimitsResponseArgs, SiteLimitsResponsePtr and SiteLimitsResponsePtrOutput values. You can construct a concrete instance of `SiteLimitsResponsePtrInput` via:

        SiteLimitsResponseArgs{...}

or:

        nil

type SiteLimitsResponsePtrOutput

type SiteLimitsResponsePtrOutput struct{ *pulumi.OutputState }

func (SiteLimitsResponsePtrOutput) Elem

func (SiteLimitsResponsePtrOutput) ElementType

func (SiteLimitsResponsePtrOutput) MaxDiskSizeInMb

Maximum allowed disk size usage in MB.

func (SiteLimitsResponsePtrOutput) MaxMemoryInMb

Maximum allowed memory usage in MB.

func (SiteLimitsResponsePtrOutput) MaxPercentageCpu

Maximum allowed CPU usage percentage.

func (SiteLimitsResponsePtrOutput) ToSiteLimitsResponsePtrOutput

func (o SiteLimitsResponsePtrOutput) ToSiteLimitsResponsePtrOutput() SiteLimitsResponsePtrOutput

func (SiteLimitsResponsePtrOutput) ToSiteLimitsResponsePtrOutputWithContext

func (o SiteLimitsResponsePtrOutput) ToSiteLimitsResponsePtrOutputWithContext(ctx context.Context) SiteLimitsResponsePtrOutput

type SiteLoadBalancing added in v0.3.1

type SiteLoadBalancing pulumi.String

Site load balancing.

func (SiteLoadBalancing) ElementType added in v0.3.1

func (SiteLoadBalancing) ElementType() reflect.Type

func (SiteLoadBalancing) ToStringOutput added in v0.3.1

func (e SiteLoadBalancing) ToStringOutput() pulumi.StringOutput

func (SiteLoadBalancing) ToStringOutputWithContext added in v0.3.1

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

func (SiteLoadBalancing) ToStringPtrOutput added in v0.3.1

func (e SiteLoadBalancing) ToStringPtrOutput() pulumi.StringPtrOutput

func (SiteLoadBalancing) ToStringPtrOutputWithContext added in v0.3.1

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

type SiteMachineKeyResponse

type SiteMachineKeyResponse struct {
	// Algorithm used for decryption.
	Decryption *string `pulumi:"decryption"`
	// Decryption key.
	DecryptionKey *string `pulumi:"decryptionKey"`
	// MachineKey validation.
	Validation *string `pulumi:"validation"`
	// Validation key.
	ValidationKey *string `pulumi:"validationKey"`
}

MachineKey of an app.

type SiteMachineKeyResponseArgs

type SiteMachineKeyResponseArgs struct {
	// Algorithm used for decryption.
	Decryption pulumi.StringPtrInput `pulumi:"decryption"`
	// Decryption key.
	DecryptionKey pulumi.StringPtrInput `pulumi:"decryptionKey"`
	// MachineKey validation.
	Validation pulumi.StringPtrInput `pulumi:"validation"`
	// Validation key.
	ValidationKey pulumi.StringPtrInput `pulumi:"validationKey"`
}

MachineKey of an app.

func (SiteMachineKeyResponseArgs) ElementType

func (SiteMachineKeyResponseArgs) ElementType() reflect.Type

func (SiteMachineKeyResponseArgs) ToSiteMachineKeyResponseOutput

func (i SiteMachineKeyResponseArgs) ToSiteMachineKeyResponseOutput() SiteMachineKeyResponseOutput

func (SiteMachineKeyResponseArgs) ToSiteMachineKeyResponseOutputWithContext

func (i SiteMachineKeyResponseArgs) ToSiteMachineKeyResponseOutputWithContext(ctx context.Context) SiteMachineKeyResponseOutput

func (SiteMachineKeyResponseArgs) ToSiteMachineKeyResponsePtrOutput

func (i SiteMachineKeyResponseArgs) ToSiteMachineKeyResponsePtrOutput() SiteMachineKeyResponsePtrOutput

func (SiteMachineKeyResponseArgs) ToSiteMachineKeyResponsePtrOutputWithContext

func (i SiteMachineKeyResponseArgs) ToSiteMachineKeyResponsePtrOutputWithContext(ctx context.Context) SiteMachineKeyResponsePtrOutput

type SiteMachineKeyResponseInput

type SiteMachineKeyResponseInput interface {
	pulumi.Input

	ToSiteMachineKeyResponseOutput() SiteMachineKeyResponseOutput
	ToSiteMachineKeyResponseOutputWithContext(context.Context) SiteMachineKeyResponseOutput
}

SiteMachineKeyResponseInput is an input type that accepts SiteMachineKeyResponseArgs and SiteMachineKeyResponseOutput values. You can construct a concrete instance of `SiteMachineKeyResponseInput` via:

SiteMachineKeyResponseArgs{...}

type SiteMachineKeyResponseOutput

type SiteMachineKeyResponseOutput struct{ *pulumi.OutputState }

MachineKey of an app.

func (SiteMachineKeyResponseOutput) Decryption

Algorithm used for decryption.

func (SiteMachineKeyResponseOutput) DecryptionKey

Decryption key.

func (SiteMachineKeyResponseOutput) ElementType

func (SiteMachineKeyResponseOutput) ToSiteMachineKeyResponseOutput

func (o SiteMachineKeyResponseOutput) ToSiteMachineKeyResponseOutput() SiteMachineKeyResponseOutput

func (SiteMachineKeyResponseOutput) ToSiteMachineKeyResponseOutputWithContext

func (o SiteMachineKeyResponseOutput) ToSiteMachineKeyResponseOutputWithContext(ctx context.Context) SiteMachineKeyResponseOutput

func (SiteMachineKeyResponseOutput) ToSiteMachineKeyResponsePtrOutput

func (o SiteMachineKeyResponseOutput) ToSiteMachineKeyResponsePtrOutput() SiteMachineKeyResponsePtrOutput

func (SiteMachineKeyResponseOutput) ToSiteMachineKeyResponsePtrOutputWithContext

func (o SiteMachineKeyResponseOutput) ToSiteMachineKeyResponsePtrOutputWithContext(ctx context.Context) SiteMachineKeyResponsePtrOutput

func (SiteMachineKeyResponseOutput) Validation

MachineKey validation.

func (SiteMachineKeyResponseOutput) ValidationKey

Validation key.

type SiteMachineKeyResponsePtrInput

type SiteMachineKeyResponsePtrInput interface {
	pulumi.Input

	ToSiteMachineKeyResponsePtrOutput() SiteMachineKeyResponsePtrOutput
	ToSiteMachineKeyResponsePtrOutputWithContext(context.Context) SiteMachineKeyResponsePtrOutput
}

SiteMachineKeyResponsePtrInput is an input type that accepts SiteMachineKeyResponseArgs, SiteMachineKeyResponsePtr and SiteMachineKeyResponsePtrOutput values. You can construct a concrete instance of `SiteMachineKeyResponsePtrInput` via:

        SiteMachineKeyResponseArgs{...}

or:

        nil

type SiteMachineKeyResponsePtrOutput

type SiteMachineKeyResponsePtrOutput struct{ *pulumi.OutputState }

func (SiteMachineKeyResponsePtrOutput) Decryption

Algorithm used for decryption.

func (SiteMachineKeyResponsePtrOutput) DecryptionKey

Decryption key.

func (SiteMachineKeyResponsePtrOutput) Elem

func (SiteMachineKeyResponsePtrOutput) ElementType

func (SiteMachineKeyResponsePtrOutput) ToSiteMachineKeyResponsePtrOutput

func (o SiteMachineKeyResponsePtrOutput) ToSiteMachineKeyResponsePtrOutput() SiteMachineKeyResponsePtrOutput

func (SiteMachineKeyResponsePtrOutput) ToSiteMachineKeyResponsePtrOutputWithContext

func (o SiteMachineKeyResponsePtrOutput) ToSiteMachineKeyResponsePtrOutputWithContext(ctx context.Context) SiteMachineKeyResponsePtrOutput

func (SiteMachineKeyResponsePtrOutput) Validation

MachineKey validation.

func (SiteMachineKeyResponsePtrOutput) ValidationKey

Validation key.

type SkuCapacity

type SkuCapacity struct {
	// Default number of workers for this App Service plan SKU.
	Default *int `pulumi:"default"`
	// Maximum number of workers for this App Service plan SKU.
	Maximum *int `pulumi:"maximum"`
	// Minimum number of workers for this App Service plan SKU.
	Minimum *int `pulumi:"minimum"`
	// Available scale configurations for an App Service plan.
	ScaleType *string `pulumi:"scaleType"`
}

Description of the App Service plan scale options.

type SkuCapacityArgs

type SkuCapacityArgs struct {
	// Default number of workers for this App Service plan SKU.
	Default pulumi.IntPtrInput `pulumi:"default"`
	// Maximum number of workers for this App Service plan SKU.
	Maximum pulumi.IntPtrInput `pulumi:"maximum"`
	// Minimum number of workers for this App Service plan SKU.
	Minimum pulumi.IntPtrInput `pulumi:"minimum"`
	// Available scale configurations for an App Service plan.
	ScaleType pulumi.StringPtrInput `pulumi:"scaleType"`
}

Description of the App Service plan scale options.

func (SkuCapacityArgs) ElementType

func (SkuCapacityArgs) ElementType() reflect.Type

func (SkuCapacityArgs) ToSkuCapacityOutput

func (i SkuCapacityArgs) ToSkuCapacityOutput() SkuCapacityOutput

func (SkuCapacityArgs) ToSkuCapacityOutputWithContext

func (i SkuCapacityArgs) ToSkuCapacityOutputWithContext(ctx context.Context) SkuCapacityOutput

func (SkuCapacityArgs) ToSkuCapacityPtrOutput

func (i SkuCapacityArgs) ToSkuCapacityPtrOutput() SkuCapacityPtrOutput

func (SkuCapacityArgs) ToSkuCapacityPtrOutputWithContext

func (i SkuCapacityArgs) ToSkuCapacityPtrOutputWithContext(ctx context.Context) SkuCapacityPtrOutput

type SkuCapacityInput

type SkuCapacityInput interface {
	pulumi.Input

	ToSkuCapacityOutput() SkuCapacityOutput
	ToSkuCapacityOutputWithContext(context.Context) SkuCapacityOutput
}

SkuCapacityInput is an input type that accepts SkuCapacityArgs and SkuCapacityOutput values. You can construct a concrete instance of `SkuCapacityInput` via:

SkuCapacityArgs{...}

type SkuCapacityOutput

type SkuCapacityOutput struct{ *pulumi.OutputState }

Description of the App Service plan scale options.

func (SkuCapacityOutput) Default

Default number of workers for this App Service plan SKU.

func (SkuCapacityOutput) ElementType

func (SkuCapacityOutput) ElementType() reflect.Type

func (SkuCapacityOutput) Maximum

Maximum number of workers for this App Service plan SKU.

func (SkuCapacityOutput) Minimum

Minimum number of workers for this App Service plan SKU.

func (SkuCapacityOutput) ScaleType

Available scale configurations for an App Service plan.

func (SkuCapacityOutput) ToSkuCapacityOutput

func (o SkuCapacityOutput) ToSkuCapacityOutput() SkuCapacityOutput

func (SkuCapacityOutput) ToSkuCapacityOutputWithContext

func (o SkuCapacityOutput) ToSkuCapacityOutputWithContext(ctx context.Context) SkuCapacityOutput

func (SkuCapacityOutput) ToSkuCapacityPtrOutput

func (o SkuCapacityOutput) ToSkuCapacityPtrOutput() SkuCapacityPtrOutput

func (SkuCapacityOutput) ToSkuCapacityPtrOutputWithContext

func (o SkuCapacityOutput) ToSkuCapacityPtrOutputWithContext(ctx context.Context) SkuCapacityPtrOutput

type SkuCapacityPtrInput

type SkuCapacityPtrInput interface {
	pulumi.Input

	ToSkuCapacityPtrOutput() SkuCapacityPtrOutput
	ToSkuCapacityPtrOutputWithContext(context.Context) SkuCapacityPtrOutput
}

SkuCapacityPtrInput is an input type that accepts SkuCapacityArgs, SkuCapacityPtr and SkuCapacityPtrOutput values. You can construct a concrete instance of `SkuCapacityPtrInput` via:

        SkuCapacityArgs{...}

or:

        nil

func SkuCapacityPtr

func SkuCapacityPtr(v *SkuCapacityArgs) SkuCapacityPtrInput

type SkuCapacityPtrOutput

type SkuCapacityPtrOutput struct{ *pulumi.OutputState }

func (SkuCapacityPtrOutput) Default

Default number of workers for this App Service plan SKU.

func (SkuCapacityPtrOutput) Elem

func (SkuCapacityPtrOutput) ElementType

func (SkuCapacityPtrOutput) ElementType() reflect.Type

func (SkuCapacityPtrOutput) Maximum

Maximum number of workers for this App Service plan SKU.

func (SkuCapacityPtrOutput) Minimum

Minimum number of workers for this App Service plan SKU.

func (SkuCapacityPtrOutput) ScaleType

Available scale configurations for an App Service plan.

func (SkuCapacityPtrOutput) ToSkuCapacityPtrOutput

func (o SkuCapacityPtrOutput) ToSkuCapacityPtrOutput() SkuCapacityPtrOutput

func (SkuCapacityPtrOutput) ToSkuCapacityPtrOutputWithContext

func (o SkuCapacityPtrOutput) ToSkuCapacityPtrOutputWithContext(ctx context.Context) SkuCapacityPtrOutput

type SkuCapacityResponse

type SkuCapacityResponse struct {
	// Default number of workers for this App Service plan SKU.
	Default *int `pulumi:"default"`
	// Maximum number of workers for this App Service plan SKU.
	Maximum *int `pulumi:"maximum"`
	// Minimum number of workers for this App Service plan SKU.
	Minimum *int `pulumi:"minimum"`
	// Available scale configurations for an App Service plan.
	ScaleType *string `pulumi:"scaleType"`
}

Description of the App Service plan scale options.

type SkuCapacityResponseArgs

type SkuCapacityResponseArgs struct {
	// Default number of workers for this App Service plan SKU.
	Default pulumi.IntPtrInput `pulumi:"default"`
	// Maximum number of workers for this App Service plan SKU.
	Maximum pulumi.IntPtrInput `pulumi:"maximum"`
	// Minimum number of workers for this App Service plan SKU.
	Minimum pulumi.IntPtrInput `pulumi:"minimum"`
	// Available scale configurations for an App Service plan.
	ScaleType pulumi.StringPtrInput `pulumi:"scaleType"`
}

Description of the App Service plan scale options.

func (SkuCapacityResponseArgs) ElementType

func (SkuCapacityResponseArgs) ElementType() reflect.Type

func (SkuCapacityResponseArgs) ToSkuCapacityResponseOutput

func (i SkuCapacityResponseArgs) ToSkuCapacityResponseOutput() SkuCapacityResponseOutput

func (SkuCapacityResponseArgs) ToSkuCapacityResponseOutputWithContext

func (i SkuCapacityResponseArgs) ToSkuCapacityResponseOutputWithContext(ctx context.Context) SkuCapacityResponseOutput

func (SkuCapacityResponseArgs) ToSkuCapacityResponsePtrOutput

func (i SkuCapacityResponseArgs) ToSkuCapacityResponsePtrOutput() SkuCapacityResponsePtrOutput

func (SkuCapacityResponseArgs) ToSkuCapacityResponsePtrOutputWithContext

func (i SkuCapacityResponseArgs) ToSkuCapacityResponsePtrOutputWithContext(ctx context.Context) SkuCapacityResponsePtrOutput

type SkuCapacityResponseInput

type SkuCapacityResponseInput interface {
	pulumi.Input

	ToSkuCapacityResponseOutput() SkuCapacityResponseOutput
	ToSkuCapacityResponseOutputWithContext(context.Context) SkuCapacityResponseOutput
}

SkuCapacityResponseInput is an input type that accepts SkuCapacityResponseArgs and SkuCapacityResponseOutput values. You can construct a concrete instance of `SkuCapacityResponseInput` via:

SkuCapacityResponseArgs{...}

type SkuCapacityResponseOutput

type SkuCapacityResponseOutput struct{ *pulumi.OutputState }

Description of the App Service plan scale options.

func (SkuCapacityResponseOutput) Default

Default number of workers for this App Service plan SKU.

func (SkuCapacityResponseOutput) ElementType

func (SkuCapacityResponseOutput) ElementType() reflect.Type

func (SkuCapacityResponseOutput) Maximum

Maximum number of workers for this App Service plan SKU.

func (SkuCapacityResponseOutput) Minimum

Minimum number of workers for this App Service plan SKU.

func (SkuCapacityResponseOutput) ScaleType

Available scale configurations for an App Service plan.

func (SkuCapacityResponseOutput) ToSkuCapacityResponseOutput

func (o SkuCapacityResponseOutput) ToSkuCapacityResponseOutput() SkuCapacityResponseOutput

func (SkuCapacityResponseOutput) ToSkuCapacityResponseOutputWithContext

func (o SkuCapacityResponseOutput) ToSkuCapacityResponseOutputWithContext(ctx context.Context) SkuCapacityResponseOutput

func (SkuCapacityResponseOutput) ToSkuCapacityResponsePtrOutput

func (o SkuCapacityResponseOutput) ToSkuCapacityResponsePtrOutput() SkuCapacityResponsePtrOutput

func (SkuCapacityResponseOutput) ToSkuCapacityResponsePtrOutputWithContext

func (o SkuCapacityResponseOutput) ToSkuCapacityResponsePtrOutputWithContext(ctx context.Context) SkuCapacityResponsePtrOutput

type SkuCapacityResponsePtrInput

type SkuCapacityResponsePtrInput interface {
	pulumi.Input

	ToSkuCapacityResponsePtrOutput() SkuCapacityResponsePtrOutput
	ToSkuCapacityResponsePtrOutputWithContext(context.Context) SkuCapacityResponsePtrOutput
}

SkuCapacityResponsePtrInput is an input type that accepts SkuCapacityResponseArgs, SkuCapacityResponsePtr and SkuCapacityResponsePtrOutput values. You can construct a concrete instance of `SkuCapacityResponsePtrInput` via:

        SkuCapacityResponseArgs{...}

or:

        nil

type SkuCapacityResponsePtrOutput

type SkuCapacityResponsePtrOutput struct{ *pulumi.OutputState }

func (SkuCapacityResponsePtrOutput) Default

Default number of workers for this App Service plan SKU.

func (SkuCapacityResponsePtrOutput) Elem

func (SkuCapacityResponsePtrOutput) ElementType

func (SkuCapacityResponsePtrOutput) Maximum

Maximum number of workers for this App Service plan SKU.

func (SkuCapacityResponsePtrOutput) Minimum

Minimum number of workers for this App Service plan SKU.

func (SkuCapacityResponsePtrOutput) ScaleType

Available scale configurations for an App Service plan.

func (SkuCapacityResponsePtrOutput) ToSkuCapacityResponsePtrOutput

func (o SkuCapacityResponsePtrOutput) ToSkuCapacityResponsePtrOutput() SkuCapacityResponsePtrOutput

func (SkuCapacityResponsePtrOutput) ToSkuCapacityResponsePtrOutputWithContext

func (o SkuCapacityResponsePtrOutput) ToSkuCapacityResponsePtrOutputWithContext(ctx context.Context) SkuCapacityResponsePtrOutput

type SkuDescription

type SkuDescription struct {
	// Capabilities of the SKU, e.g., is traffic manager enabled?
	Capabilities []Capability `pulumi:"capabilities"`
	// Current number of instances assigned to the resource.
	Capacity *int `pulumi:"capacity"`
	// Family code of the resource SKU.
	Family *string `pulumi:"family"`
	// Locations of the SKU.
	Locations []string `pulumi:"locations"`
	// Name of the resource SKU.
	Name *string `pulumi:"name"`
	// Size specifier of the resource SKU.
	Size *string `pulumi:"size"`
	// Min, max, and default scale values of the SKU.
	SkuCapacity *SkuCapacity `pulumi:"skuCapacity"`
	// Service tier of the resource SKU.
	Tier *string `pulumi:"tier"`
}

Description of a SKU for a scalable resource.

type SkuDescriptionArgs

type SkuDescriptionArgs struct {
	// Capabilities of the SKU, e.g., is traffic manager enabled?
	Capabilities CapabilityArrayInput `pulumi:"capabilities"`
	// Current number of instances assigned to the resource.
	Capacity pulumi.IntPtrInput `pulumi:"capacity"`
	// Family code of the resource SKU.
	Family pulumi.StringPtrInput `pulumi:"family"`
	// Locations of the SKU.
	Locations pulumi.StringArrayInput `pulumi:"locations"`
	// Name of the resource SKU.
	Name pulumi.StringPtrInput `pulumi:"name"`
	// Size specifier of the resource SKU.
	Size pulumi.StringPtrInput `pulumi:"size"`
	// Min, max, and default scale values of the SKU.
	SkuCapacity SkuCapacityPtrInput `pulumi:"skuCapacity"`
	// Service tier of the resource SKU.
	Tier pulumi.StringPtrInput `pulumi:"tier"`
}

Description of a SKU for a scalable resource.

func (SkuDescriptionArgs) ElementType

func (SkuDescriptionArgs) ElementType() reflect.Type

func (SkuDescriptionArgs) ToSkuDescriptionOutput

func (i SkuDescriptionArgs) ToSkuDescriptionOutput() SkuDescriptionOutput

func (SkuDescriptionArgs) ToSkuDescriptionOutputWithContext

func (i SkuDescriptionArgs) ToSkuDescriptionOutputWithContext(ctx context.Context) SkuDescriptionOutput

func (SkuDescriptionArgs) ToSkuDescriptionPtrOutput

func (i SkuDescriptionArgs) ToSkuDescriptionPtrOutput() SkuDescriptionPtrOutput

func (SkuDescriptionArgs) ToSkuDescriptionPtrOutputWithContext

func (i SkuDescriptionArgs) ToSkuDescriptionPtrOutputWithContext(ctx context.Context) SkuDescriptionPtrOutput

type SkuDescriptionInput

type SkuDescriptionInput interface {
	pulumi.Input

	ToSkuDescriptionOutput() SkuDescriptionOutput
	ToSkuDescriptionOutputWithContext(context.Context) SkuDescriptionOutput
}

SkuDescriptionInput is an input type that accepts SkuDescriptionArgs and SkuDescriptionOutput values. You can construct a concrete instance of `SkuDescriptionInput` via:

SkuDescriptionArgs{...}

type SkuDescriptionOutput

type SkuDescriptionOutput struct{ *pulumi.OutputState }

Description of a SKU for a scalable resource.

func (SkuDescriptionOutput) Capabilities

Capabilities of the SKU, e.g., is traffic manager enabled?

func (SkuDescriptionOutput) Capacity

Current number of instances assigned to the resource.

func (SkuDescriptionOutput) ElementType

func (SkuDescriptionOutput) ElementType() reflect.Type

func (SkuDescriptionOutput) Family

Family code of the resource SKU.

func (SkuDescriptionOutput) Locations

Locations of the SKU.

func (SkuDescriptionOutput) Name

Name of the resource SKU.

func (SkuDescriptionOutput) Size

Size specifier of the resource SKU.

func (SkuDescriptionOutput) SkuCapacity

Min, max, and default scale values of the SKU.

func (SkuDescriptionOutput) Tier

Service tier of the resource SKU.

func (SkuDescriptionOutput) ToSkuDescriptionOutput

func (o SkuDescriptionOutput) ToSkuDescriptionOutput() SkuDescriptionOutput

func (SkuDescriptionOutput) ToSkuDescriptionOutputWithContext

func (o SkuDescriptionOutput) ToSkuDescriptionOutputWithContext(ctx context.Context) SkuDescriptionOutput

func (SkuDescriptionOutput) ToSkuDescriptionPtrOutput

func (o SkuDescriptionOutput) ToSkuDescriptionPtrOutput() SkuDescriptionPtrOutput

func (SkuDescriptionOutput) ToSkuDescriptionPtrOutputWithContext

func (o SkuDescriptionOutput) ToSkuDescriptionPtrOutputWithContext(ctx context.Context) SkuDescriptionPtrOutput

type SkuDescriptionPtrInput

type SkuDescriptionPtrInput interface {
	pulumi.Input

	ToSkuDescriptionPtrOutput() SkuDescriptionPtrOutput
	ToSkuDescriptionPtrOutputWithContext(context.Context) SkuDescriptionPtrOutput
}

SkuDescriptionPtrInput is an input type that accepts SkuDescriptionArgs, SkuDescriptionPtr and SkuDescriptionPtrOutput values. You can construct a concrete instance of `SkuDescriptionPtrInput` via:

        SkuDescriptionArgs{...}

or:

        nil

type SkuDescriptionPtrOutput

type SkuDescriptionPtrOutput struct{ *pulumi.OutputState }

func (SkuDescriptionPtrOutput) Capabilities

Capabilities of the SKU, e.g., is traffic manager enabled?

func (SkuDescriptionPtrOutput) Capacity

Current number of instances assigned to the resource.

func (SkuDescriptionPtrOutput) Elem

func (SkuDescriptionPtrOutput) ElementType

func (SkuDescriptionPtrOutput) ElementType() reflect.Type

func (SkuDescriptionPtrOutput) Family

Family code of the resource SKU.

func (SkuDescriptionPtrOutput) Locations

Locations of the SKU.

func (SkuDescriptionPtrOutput) Name

Name of the resource SKU.

func (SkuDescriptionPtrOutput) Size

Size specifier of the resource SKU.

func (SkuDescriptionPtrOutput) SkuCapacity

Min, max, and default scale values of the SKU.

func (SkuDescriptionPtrOutput) Tier

Service tier of the resource SKU.

func (SkuDescriptionPtrOutput) ToSkuDescriptionPtrOutput

func (o SkuDescriptionPtrOutput) ToSkuDescriptionPtrOutput() SkuDescriptionPtrOutput

func (SkuDescriptionPtrOutput) ToSkuDescriptionPtrOutputWithContext

func (o SkuDescriptionPtrOutput) ToSkuDescriptionPtrOutputWithContext(ctx context.Context) SkuDescriptionPtrOutput

type SkuDescriptionResponse

type SkuDescriptionResponse struct {
	// Capabilities of the SKU, e.g., is traffic manager enabled?
	Capabilities []CapabilityResponse `pulumi:"capabilities"`
	// Current number of instances assigned to the resource.
	Capacity *int `pulumi:"capacity"`
	// Family code of the resource SKU.
	Family *string `pulumi:"family"`
	// Locations of the SKU.
	Locations []string `pulumi:"locations"`
	// Name of the resource SKU.
	Name *string `pulumi:"name"`
	// Size specifier of the resource SKU.
	Size *string `pulumi:"size"`
	// Min, max, and default scale values of the SKU.
	SkuCapacity *SkuCapacityResponse `pulumi:"skuCapacity"`
	// Service tier of the resource SKU.
	Tier *string `pulumi:"tier"`
}

Description of a SKU for a scalable resource.

type SkuDescriptionResponseArgs

type SkuDescriptionResponseArgs struct {
	// Capabilities of the SKU, e.g., is traffic manager enabled?
	Capabilities CapabilityResponseArrayInput `pulumi:"capabilities"`
	// Current number of instances assigned to the resource.
	Capacity pulumi.IntPtrInput `pulumi:"capacity"`
	// Family code of the resource SKU.
	Family pulumi.StringPtrInput `pulumi:"family"`
	// Locations of the SKU.
	Locations pulumi.StringArrayInput `pulumi:"locations"`
	// Name of the resource SKU.
	Name pulumi.StringPtrInput `pulumi:"name"`
	// Size specifier of the resource SKU.
	Size pulumi.StringPtrInput `pulumi:"size"`
	// Min, max, and default scale values of the SKU.
	SkuCapacity SkuCapacityResponsePtrInput `pulumi:"skuCapacity"`
	// Service tier of the resource SKU.
	Tier pulumi.StringPtrInput `pulumi:"tier"`
}

Description of a SKU for a scalable resource.

func (SkuDescriptionResponseArgs) ElementType

func (SkuDescriptionResponseArgs) ElementType() reflect.Type

func (SkuDescriptionResponseArgs) ToSkuDescriptionResponseOutput

func (i SkuDescriptionResponseArgs) ToSkuDescriptionResponseOutput() SkuDescriptionResponseOutput

func (SkuDescriptionResponseArgs) ToSkuDescriptionResponseOutputWithContext

func (i SkuDescriptionResponseArgs) ToSkuDescriptionResponseOutputWithContext(ctx context.Context) SkuDescriptionResponseOutput

func (SkuDescriptionResponseArgs) ToSkuDescriptionResponsePtrOutput

func (i SkuDescriptionResponseArgs) ToSkuDescriptionResponsePtrOutput() SkuDescriptionResponsePtrOutput

func (SkuDescriptionResponseArgs) ToSkuDescriptionResponsePtrOutputWithContext

func (i SkuDescriptionResponseArgs) ToSkuDescriptionResponsePtrOutputWithContext(ctx context.Context) SkuDescriptionResponsePtrOutput

type SkuDescriptionResponseInput

type SkuDescriptionResponseInput interface {
	pulumi.Input

	ToSkuDescriptionResponseOutput() SkuDescriptionResponseOutput
	ToSkuDescriptionResponseOutputWithContext(context.Context) SkuDescriptionResponseOutput
}

SkuDescriptionResponseInput is an input type that accepts SkuDescriptionResponseArgs and SkuDescriptionResponseOutput values. You can construct a concrete instance of `SkuDescriptionResponseInput` via:

SkuDescriptionResponseArgs{...}

type SkuDescriptionResponseOutput

type SkuDescriptionResponseOutput struct{ *pulumi.OutputState }

Description of a SKU for a scalable resource.

func (SkuDescriptionResponseOutput) Capabilities

Capabilities of the SKU, e.g., is traffic manager enabled?

func (SkuDescriptionResponseOutput) Capacity

Current number of instances assigned to the resource.

func (SkuDescriptionResponseOutput) ElementType

func (SkuDescriptionResponseOutput) Family

Family code of the resource SKU.

func (SkuDescriptionResponseOutput) Locations

Locations of the SKU.

func (SkuDescriptionResponseOutput) Name

Name of the resource SKU.

func (SkuDescriptionResponseOutput) Size

Size specifier of the resource SKU.

func (SkuDescriptionResponseOutput) SkuCapacity

Min, max, and default scale values of the SKU.

func (SkuDescriptionResponseOutput) Tier

Service tier of the resource SKU.

func (SkuDescriptionResponseOutput) ToSkuDescriptionResponseOutput

func (o SkuDescriptionResponseOutput) ToSkuDescriptionResponseOutput() SkuDescriptionResponseOutput

func (SkuDescriptionResponseOutput) ToSkuDescriptionResponseOutputWithContext

func (o SkuDescriptionResponseOutput) ToSkuDescriptionResponseOutputWithContext(ctx context.Context) SkuDescriptionResponseOutput

func (SkuDescriptionResponseOutput) ToSkuDescriptionResponsePtrOutput

func (o SkuDescriptionResponseOutput) ToSkuDescriptionResponsePtrOutput() SkuDescriptionResponsePtrOutput

func (SkuDescriptionResponseOutput) ToSkuDescriptionResponsePtrOutputWithContext

func (o SkuDescriptionResponseOutput) ToSkuDescriptionResponsePtrOutputWithContext(ctx context.Context) SkuDescriptionResponsePtrOutput

type SkuDescriptionResponsePtrInput

type SkuDescriptionResponsePtrInput interface {
	pulumi.Input

	ToSkuDescriptionResponsePtrOutput() SkuDescriptionResponsePtrOutput
	ToSkuDescriptionResponsePtrOutputWithContext(context.Context) SkuDescriptionResponsePtrOutput
}

SkuDescriptionResponsePtrInput is an input type that accepts SkuDescriptionResponseArgs, SkuDescriptionResponsePtr and SkuDescriptionResponsePtrOutput values. You can construct a concrete instance of `SkuDescriptionResponsePtrInput` via:

        SkuDescriptionResponseArgs{...}

or:

        nil

type SkuDescriptionResponsePtrOutput

type SkuDescriptionResponsePtrOutput struct{ *pulumi.OutputState }

func (SkuDescriptionResponsePtrOutput) Capabilities

Capabilities of the SKU, e.g., is traffic manager enabled?

func (SkuDescriptionResponsePtrOutput) Capacity

Current number of instances assigned to the resource.

func (SkuDescriptionResponsePtrOutput) Elem

func (SkuDescriptionResponsePtrOutput) ElementType

func (SkuDescriptionResponsePtrOutput) Family

Family code of the resource SKU.

func (SkuDescriptionResponsePtrOutput) Locations

Locations of the SKU.

func (SkuDescriptionResponsePtrOutput) Name

Name of the resource SKU.

func (SkuDescriptionResponsePtrOutput) Size

Size specifier of the resource SKU.

func (SkuDescriptionResponsePtrOutput) SkuCapacity

Min, max, and default scale values of the SKU.

func (SkuDescriptionResponsePtrOutput) Tier

Service tier of the resource SKU.

func (SkuDescriptionResponsePtrOutput) ToSkuDescriptionResponsePtrOutput

func (o SkuDescriptionResponsePtrOutput) ToSkuDescriptionResponsePtrOutput() SkuDescriptionResponsePtrOutput

func (SkuDescriptionResponsePtrOutput) ToSkuDescriptionResponsePtrOutputWithContext

func (o SkuDescriptionResponsePtrOutput) ToSkuDescriptionResponsePtrOutputWithContext(ctx context.Context) SkuDescriptionResponsePtrOutput

type SlotSwapStatusResponse

type SlotSwapStatusResponse struct {
	// The destination slot of the last swap operation.
	DestinationSlotName string `pulumi:"destinationSlotName"`
	// The source slot of the last swap operation.
	SourceSlotName string `pulumi:"sourceSlotName"`
	// The time the last successful slot swap completed.
	TimestampUtc string `pulumi:"timestampUtc"`
}

The status of the last successful slot swap operation.

type SlotSwapStatusResponseArgs

type SlotSwapStatusResponseArgs struct {
	// The destination slot of the last swap operation.
	DestinationSlotName pulumi.StringInput `pulumi:"destinationSlotName"`
	// The source slot of the last swap operation.
	SourceSlotName pulumi.StringInput `pulumi:"sourceSlotName"`
	// The time the last successful slot swap completed.
	TimestampUtc pulumi.StringInput `pulumi:"timestampUtc"`
}

The status of the last successful slot swap operation.

func (SlotSwapStatusResponseArgs) ElementType

func (SlotSwapStatusResponseArgs) ElementType() reflect.Type

func (SlotSwapStatusResponseArgs) ToSlotSwapStatusResponseOutput

func (i SlotSwapStatusResponseArgs) ToSlotSwapStatusResponseOutput() SlotSwapStatusResponseOutput

func (SlotSwapStatusResponseArgs) ToSlotSwapStatusResponseOutputWithContext

func (i SlotSwapStatusResponseArgs) ToSlotSwapStatusResponseOutputWithContext(ctx context.Context) SlotSwapStatusResponseOutput

func (SlotSwapStatusResponseArgs) ToSlotSwapStatusResponsePtrOutput

func (i SlotSwapStatusResponseArgs) ToSlotSwapStatusResponsePtrOutput() SlotSwapStatusResponsePtrOutput

func (SlotSwapStatusResponseArgs) ToSlotSwapStatusResponsePtrOutputWithContext

func (i SlotSwapStatusResponseArgs) ToSlotSwapStatusResponsePtrOutputWithContext(ctx context.Context) SlotSwapStatusResponsePtrOutput

type SlotSwapStatusResponseInput

type SlotSwapStatusResponseInput interface {
	pulumi.Input

	ToSlotSwapStatusResponseOutput() SlotSwapStatusResponseOutput
	ToSlotSwapStatusResponseOutputWithContext(context.Context) SlotSwapStatusResponseOutput
}

SlotSwapStatusResponseInput is an input type that accepts SlotSwapStatusResponseArgs and SlotSwapStatusResponseOutput values. You can construct a concrete instance of `SlotSwapStatusResponseInput` via:

SlotSwapStatusResponseArgs{...}

type SlotSwapStatusResponseOutput

type SlotSwapStatusResponseOutput struct{ *pulumi.OutputState }

The status of the last successful slot swap operation.

func (SlotSwapStatusResponseOutput) DestinationSlotName

func (o SlotSwapStatusResponseOutput) DestinationSlotName() pulumi.StringOutput

The destination slot of the last swap operation.

func (SlotSwapStatusResponseOutput) ElementType

func (SlotSwapStatusResponseOutput) SourceSlotName

The source slot of the last swap operation.

func (SlotSwapStatusResponseOutput) TimestampUtc

The time the last successful slot swap completed.

func (SlotSwapStatusResponseOutput) ToSlotSwapStatusResponseOutput

func (o SlotSwapStatusResponseOutput) ToSlotSwapStatusResponseOutput() SlotSwapStatusResponseOutput

func (SlotSwapStatusResponseOutput) ToSlotSwapStatusResponseOutputWithContext

func (o SlotSwapStatusResponseOutput) ToSlotSwapStatusResponseOutputWithContext(ctx context.Context) SlotSwapStatusResponseOutput

func (SlotSwapStatusResponseOutput) ToSlotSwapStatusResponsePtrOutput

func (o SlotSwapStatusResponseOutput) ToSlotSwapStatusResponsePtrOutput() SlotSwapStatusResponsePtrOutput

func (SlotSwapStatusResponseOutput) ToSlotSwapStatusResponsePtrOutputWithContext

func (o SlotSwapStatusResponseOutput) ToSlotSwapStatusResponsePtrOutputWithContext(ctx context.Context) SlotSwapStatusResponsePtrOutput

type SlotSwapStatusResponsePtrInput

type SlotSwapStatusResponsePtrInput interface {
	pulumi.Input

	ToSlotSwapStatusResponsePtrOutput() SlotSwapStatusResponsePtrOutput
	ToSlotSwapStatusResponsePtrOutputWithContext(context.Context) SlotSwapStatusResponsePtrOutput
}

SlotSwapStatusResponsePtrInput is an input type that accepts SlotSwapStatusResponseArgs, SlotSwapStatusResponsePtr and SlotSwapStatusResponsePtrOutput values. You can construct a concrete instance of `SlotSwapStatusResponsePtrInput` via:

        SlotSwapStatusResponseArgs{...}

or:

        nil

type SlotSwapStatusResponsePtrOutput

type SlotSwapStatusResponsePtrOutput struct{ *pulumi.OutputState }

func (SlotSwapStatusResponsePtrOutput) DestinationSlotName

func (o SlotSwapStatusResponsePtrOutput) DestinationSlotName() pulumi.StringPtrOutput

The destination slot of the last swap operation.

func (SlotSwapStatusResponsePtrOutput) Elem

func (SlotSwapStatusResponsePtrOutput) ElementType

func (SlotSwapStatusResponsePtrOutput) SourceSlotName

The source slot of the last swap operation.

func (SlotSwapStatusResponsePtrOutput) TimestampUtc

The time the last successful slot swap completed.

func (SlotSwapStatusResponsePtrOutput) ToSlotSwapStatusResponsePtrOutput

func (o SlotSwapStatusResponsePtrOutput) ToSlotSwapStatusResponsePtrOutput() SlotSwapStatusResponsePtrOutput

func (SlotSwapStatusResponsePtrOutput) ToSlotSwapStatusResponsePtrOutputWithContext

func (o SlotSwapStatusResponsePtrOutput) ToSlotSwapStatusResponsePtrOutputWithContext(ctx context.Context) SlotSwapStatusResponsePtrOutput

type SlowRequestsBasedTrigger

type SlowRequestsBasedTrigger struct {
	// Request Count.
	Count *int `pulumi:"count"`
	// Time interval.
	TimeInterval *string `pulumi:"timeInterval"`
	// Time taken.
	TimeTaken *string `pulumi:"timeTaken"`
}

Trigger based on request execution time.

type SlowRequestsBasedTriggerArgs

type SlowRequestsBasedTriggerArgs struct {
	// Request Count.
	Count pulumi.IntPtrInput `pulumi:"count"`
	// Time interval.
	TimeInterval pulumi.StringPtrInput `pulumi:"timeInterval"`
	// Time taken.
	TimeTaken pulumi.StringPtrInput `pulumi:"timeTaken"`
}

Trigger based on request execution time.

func (SlowRequestsBasedTriggerArgs) ElementType

func (SlowRequestsBasedTriggerArgs) ToSlowRequestsBasedTriggerOutput

func (i SlowRequestsBasedTriggerArgs) ToSlowRequestsBasedTriggerOutput() SlowRequestsBasedTriggerOutput

func (SlowRequestsBasedTriggerArgs) ToSlowRequestsBasedTriggerOutputWithContext

func (i SlowRequestsBasedTriggerArgs) ToSlowRequestsBasedTriggerOutputWithContext(ctx context.Context) SlowRequestsBasedTriggerOutput

func (SlowRequestsBasedTriggerArgs) ToSlowRequestsBasedTriggerPtrOutput

func (i SlowRequestsBasedTriggerArgs) ToSlowRequestsBasedTriggerPtrOutput() SlowRequestsBasedTriggerPtrOutput

func (SlowRequestsBasedTriggerArgs) ToSlowRequestsBasedTriggerPtrOutputWithContext

func (i SlowRequestsBasedTriggerArgs) ToSlowRequestsBasedTriggerPtrOutputWithContext(ctx context.Context) SlowRequestsBasedTriggerPtrOutput

type SlowRequestsBasedTriggerInput

type SlowRequestsBasedTriggerInput interface {
	pulumi.Input

	ToSlowRequestsBasedTriggerOutput() SlowRequestsBasedTriggerOutput
	ToSlowRequestsBasedTriggerOutputWithContext(context.Context) SlowRequestsBasedTriggerOutput
}

SlowRequestsBasedTriggerInput is an input type that accepts SlowRequestsBasedTriggerArgs and SlowRequestsBasedTriggerOutput values. You can construct a concrete instance of `SlowRequestsBasedTriggerInput` via:

SlowRequestsBasedTriggerArgs{...}

type SlowRequestsBasedTriggerOutput

type SlowRequestsBasedTriggerOutput struct{ *pulumi.OutputState }

Trigger based on request execution time.

func (SlowRequestsBasedTriggerOutput) Count

Request Count.

func (SlowRequestsBasedTriggerOutput) ElementType

func (SlowRequestsBasedTriggerOutput) TimeInterval

Time interval.

func (SlowRequestsBasedTriggerOutput) TimeTaken

Time taken.

func (SlowRequestsBasedTriggerOutput) ToSlowRequestsBasedTriggerOutput

func (o SlowRequestsBasedTriggerOutput) ToSlowRequestsBasedTriggerOutput() SlowRequestsBasedTriggerOutput

func (SlowRequestsBasedTriggerOutput) ToSlowRequestsBasedTriggerOutputWithContext

func (o SlowRequestsBasedTriggerOutput) ToSlowRequestsBasedTriggerOutputWithContext(ctx context.Context) SlowRequestsBasedTriggerOutput

func (SlowRequestsBasedTriggerOutput) ToSlowRequestsBasedTriggerPtrOutput

func (o SlowRequestsBasedTriggerOutput) ToSlowRequestsBasedTriggerPtrOutput() SlowRequestsBasedTriggerPtrOutput

func (SlowRequestsBasedTriggerOutput) ToSlowRequestsBasedTriggerPtrOutputWithContext

func (o SlowRequestsBasedTriggerOutput) ToSlowRequestsBasedTriggerPtrOutputWithContext(ctx context.Context) SlowRequestsBasedTriggerPtrOutput

type SlowRequestsBasedTriggerPtrInput

type SlowRequestsBasedTriggerPtrInput interface {
	pulumi.Input

	ToSlowRequestsBasedTriggerPtrOutput() SlowRequestsBasedTriggerPtrOutput
	ToSlowRequestsBasedTriggerPtrOutputWithContext(context.Context) SlowRequestsBasedTriggerPtrOutput
}

SlowRequestsBasedTriggerPtrInput is an input type that accepts SlowRequestsBasedTriggerArgs, SlowRequestsBasedTriggerPtr and SlowRequestsBasedTriggerPtrOutput values. You can construct a concrete instance of `SlowRequestsBasedTriggerPtrInput` via:

        SlowRequestsBasedTriggerArgs{...}

or:

        nil

type SlowRequestsBasedTriggerPtrOutput

type SlowRequestsBasedTriggerPtrOutput struct{ *pulumi.OutputState }

func (SlowRequestsBasedTriggerPtrOutput) Count

Request Count.

func (SlowRequestsBasedTriggerPtrOutput) Elem

func (SlowRequestsBasedTriggerPtrOutput) ElementType

func (SlowRequestsBasedTriggerPtrOutput) TimeInterval

Time interval.

func (SlowRequestsBasedTriggerPtrOutput) TimeTaken

Time taken.

func (SlowRequestsBasedTriggerPtrOutput) ToSlowRequestsBasedTriggerPtrOutput

func (o SlowRequestsBasedTriggerPtrOutput) ToSlowRequestsBasedTriggerPtrOutput() SlowRequestsBasedTriggerPtrOutput

func (SlowRequestsBasedTriggerPtrOutput) ToSlowRequestsBasedTriggerPtrOutputWithContext

func (o SlowRequestsBasedTriggerPtrOutput) ToSlowRequestsBasedTriggerPtrOutputWithContext(ctx context.Context) SlowRequestsBasedTriggerPtrOutput

type SlowRequestsBasedTriggerResponse

type SlowRequestsBasedTriggerResponse struct {
	// Request Count.
	Count *int `pulumi:"count"`
	// Time interval.
	TimeInterval *string `pulumi:"timeInterval"`
	// Time taken.
	TimeTaken *string `pulumi:"timeTaken"`
}

Trigger based on request execution time.

type SlowRequestsBasedTriggerResponseArgs

type SlowRequestsBasedTriggerResponseArgs struct {
	// Request Count.
	Count pulumi.IntPtrInput `pulumi:"count"`
	// Time interval.
	TimeInterval pulumi.StringPtrInput `pulumi:"timeInterval"`
	// Time taken.
	TimeTaken pulumi.StringPtrInput `pulumi:"timeTaken"`
}

Trigger based on request execution time.

func (SlowRequestsBasedTriggerResponseArgs) ElementType

func (SlowRequestsBasedTriggerResponseArgs) ToSlowRequestsBasedTriggerResponseOutput

func (i SlowRequestsBasedTriggerResponseArgs) ToSlowRequestsBasedTriggerResponseOutput() SlowRequestsBasedTriggerResponseOutput

func (SlowRequestsBasedTriggerResponseArgs) ToSlowRequestsBasedTriggerResponseOutputWithContext

func (i SlowRequestsBasedTriggerResponseArgs) ToSlowRequestsBasedTriggerResponseOutputWithContext(ctx context.Context) SlowRequestsBasedTriggerResponseOutput

func (SlowRequestsBasedTriggerResponseArgs) ToSlowRequestsBasedTriggerResponsePtrOutput

func (i SlowRequestsBasedTriggerResponseArgs) ToSlowRequestsBasedTriggerResponsePtrOutput() SlowRequestsBasedTriggerResponsePtrOutput

func (SlowRequestsBasedTriggerResponseArgs) ToSlowRequestsBasedTriggerResponsePtrOutputWithContext

func (i SlowRequestsBasedTriggerResponseArgs) ToSlowRequestsBasedTriggerResponsePtrOutputWithContext(ctx context.Context) SlowRequestsBasedTriggerResponsePtrOutput

type SlowRequestsBasedTriggerResponseInput

type SlowRequestsBasedTriggerResponseInput interface {
	pulumi.Input

	ToSlowRequestsBasedTriggerResponseOutput() SlowRequestsBasedTriggerResponseOutput
	ToSlowRequestsBasedTriggerResponseOutputWithContext(context.Context) SlowRequestsBasedTriggerResponseOutput
}

SlowRequestsBasedTriggerResponseInput is an input type that accepts SlowRequestsBasedTriggerResponseArgs and SlowRequestsBasedTriggerResponseOutput values. You can construct a concrete instance of `SlowRequestsBasedTriggerResponseInput` via:

SlowRequestsBasedTriggerResponseArgs{...}

type SlowRequestsBasedTriggerResponseOutput

type SlowRequestsBasedTriggerResponseOutput struct{ *pulumi.OutputState }

Trigger based on request execution time.

func (SlowRequestsBasedTriggerResponseOutput) Count

Request Count.

func (SlowRequestsBasedTriggerResponseOutput) ElementType

func (SlowRequestsBasedTriggerResponseOutput) TimeInterval

Time interval.

func (SlowRequestsBasedTriggerResponseOutput) TimeTaken

Time taken.

func (SlowRequestsBasedTriggerResponseOutput) ToSlowRequestsBasedTriggerResponseOutput

func (o SlowRequestsBasedTriggerResponseOutput) ToSlowRequestsBasedTriggerResponseOutput() SlowRequestsBasedTriggerResponseOutput

func (SlowRequestsBasedTriggerResponseOutput) ToSlowRequestsBasedTriggerResponseOutputWithContext

func (o SlowRequestsBasedTriggerResponseOutput) ToSlowRequestsBasedTriggerResponseOutputWithContext(ctx context.Context) SlowRequestsBasedTriggerResponseOutput

func (SlowRequestsBasedTriggerResponseOutput) ToSlowRequestsBasedTriggerResponsePtrOutput

func (o SlowRequestsBasedTriggerResponseOutput) ToSlowRequestsBasedTriggerResponsePtrOutput() SlowRequestsBasedTriggerResponsePtrOutput

func (SlowRequestsBasedTriggerResponseOutput) ToSlowRequestsBasedTriggerResponsePtrOutputWithContext

func (o SlowRequestsBasedTriggerResponseOutput) ToSlowRequestsBasedTriggerResponsePtrOutputWithContext(ctx context.Context) SlowRequestsBasedTriggerResponsePtrOutput

type SlowRequestsBasedTriggerResponsePtrInput

type SlowRequestsBasedTriggerResponsePtrInput interface {
	pulumi.Input

	ToSlowRequestsBasedTriggerResponsePtrOutput() SlowRequestsBasedTriggerResponsePtrOutput
	ToSlowRequestsBasedTriggerResponsePtrOutputWithContext(context.Context) SlowRequestsBasedTriggerResponsePtrOutput
}

SlowRequestsBasedTriggerResponsePtrInput is an input type that accepts SlowRequestsBasedTriggerResponseArgs, SlowRequestsBasedTriggerResponsePtr and SlowRequestsBasedTriggerResponsePtrOutput values. You can construct a concrete instance of `SlowRequestsBasedTriggerResponsePtrInput` via:

        SlowRequestsBasedTriggerResponseArgs{...}

or:

        nil

type SlowRequestsBasedTriggerResponsePtrOutput

type SlowRequestsBasedTriggerResponsePtrOutput struct{ *pulumi.OutputState }

func (SlowRequestsBasedTriggerResponsePtrOutput) Count

Request Count.

func (SlowRequestsBasedTriggerResponsePtrOutput) Elem

func (SlowRequestsBasedTriggerResponsePtrOutput) ElementType

func (SlowRequestsBasedTriggerResponsePtrOutput) TimeInterval

Time interval.

func (SlowRequestsBasedTriggerResponsePtrOutput) TimeTaken

Time taken.

func (SlowRequestsBasedTriggerResponsePtrOutput) ToSlowRequestsBasedTriggerResponsePtrOutput

func (o SlowRequestsBasedTriggerResponsePtrOutput) ToSlowRequestsBasedTriggerResponsePtrOutput() SlowRequestsBasedTriggerResponsePtrOutput

func (SlowRequestsBasedTriggerResponsePtrOutput) ToSlowRequestsBasedTriggerResponsePtrOutputWithContext

func (o SlowRequestsBasedTriggerResponsePtrOutput) ToSlowRequestsBasedTriggerResponsePtrOutputWithContext(ctx context.Context) SlowRequestsBasedTriggerResponsePtrOutput

type SslState added in v0.3.1

type SslState pulumi.String

SSL type.

func (SslState) ElementType added in v0.3.1

func (SslState) ElementType() reflect.Type

func (SslState) ToStringOutput added in v0.3.1

func (e SslState) ToStringOutput() pulumi.StringOutput

func (SslState) ToStringOutputWithContext added in v0.3.1

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

func (SslState) ToStringPtrOutput added in v0.3.1

func (e SslState) ToStringPtrOutput() pulumi.StringPtrOutput

func (SslState) ToStringPtrOutputWithContext added in v0.3.1

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

type StampCapacityResponse

type StampCapacityResponse struct {
	// Available capacity (# of machines, bytes of storage etc...).
	AvailableCapacity *float64 `pulumi:"availableCapacity"`
	// Shared/dedicated workers.
	ComputeMode *string `pulumi:"computeMode"`
	// If <code>true</code>, it includes basic apps.
	// Basic apps are not used for capacity allocation.
	ExcludeFromCapacityAllocation *bool `pulumi:"excludeFromCapacityAllocation"`
	// <code>true</code> if capacity is applicable for all apps; otherwise, <code>false</code>.
	IsApplicableForAllComputeModes *bool `pulumi:"isApplicableForAllComputeModes"`
	// Is this a linux stamp capacity
	IsLinux *bool `pulumi:"isLinux"`
	// Name of the stamp.
	Name *string `pulumi:"name"`
	// Shared or Dedicated.
	SiteMode *string `pulumi:"siteMode"`
	// Total capacity (# of machines, bytes of storage etc...).
	TotalCapacity *float64 `pulumi:"totalCapacity"`
	// Name of the unit.
	Unit *string `pulumi:"unit"`
	// Size of the machines.
	WorkerSize *string `pulumi:"workerSize"`
	// Size ID of machines:
	// 0 - Small
	// 1 - Medium
	// 2 - Large
	WorkerSizeId *int `pulumi:"workerSizeId"`
}

Stamp capacity information.

type StampCapacityResponseArgs

type StampCapacityResponseArgs struct {
	// Available capacity (# of machines, bytes of storage etc...).
	AvailableCapacity pulumi.Float64PtrInput `pulumi:"availableCapacity"`
	// Shared/dedicated workers.
	ComputeMode pulumi.StringPtrInput `pulumi:"computeMode"`
	// If <code>true</code>, it includes basic apps.
	// Basic apps are not used for capacity allocation.
	ExcludeFromCapacityAllocation pulumi.BoolPtrInput `pulumi:"excludeFromCapacityAllocation"`
	// <code>true</code> if capacity is applicable for all apps; otherwise, <code>false</code>.
	IsApplicableForAllComputeModes pulumi.BoolPtrInput `pulumi:"isApplicableForAllComputeModes"`
	// Is this a linux stamp capacity
	IsLinux pulumi.BoolPtrInput `pulumi:"isLinux"`
	// Name of the stamp.
	Name pulumi.StringPtrInput `pulumi:"name"`
	// Shared or Dedicated.
	SiteMode pulumi.StringPtrInput `pulumi:"siteMode"`
	// Total capacity (# of machines, bytes of storage etc...).
	TotalCapacity pulumi.Float64PtrInput `pulumi:"totalCapacity"`
	// Name of the unit.
	Unit pulumi.StringPtrInput `pulumi:"unit"`
	// Size of the machines.
	WorkerSize pulumi.StringPtrInput `pulumi:"workerSize"`
	// Size ID of machines:
	// 0 - Small
	// 1 - Medium
	// 2 - Large
	WorkerSizeId pulumi.IntPtrInput `pulumi:"workerSizeId"`
}

Stamp capacity information.

func (StampCapacityResponseArgs) ElementType

func (StampCapacityResponseArgs) ElementType() reflect.Type

func (StampCapacityResponseArgs) ToStampCapacityResponseOutput

func (i StampCapacityResponseArgs) ToStampCapacityResponseOutput() StampCapacityResponseOutput

func (StampCapacityResponseArgs) ToStampCapacityResponseOutputWithContext

func (i StampCapacityResponseArgs) ToStampCapacityResponseOutputWithContext(ctx context.Context) StampCapacityResponseOutput

type StampCapacityResponseArray

type StampCapacityResponseArray []StampCapacityResponseInput

func (StampCapacityResponseArray) ElementType

func (StampCapacityResponseArray) ElementType() reflect.Type

func (StampCapacityResponseArray) ToStampCapacityResponseArrayOutput

func (i StampCapacityResponseArray) ToStampCapacityResponseArrayOutput() StampCapacityResponseArrayOutput

func (StampCapacityResponseArray) ToStampCapacityResponseArrayOutputWithContext

func (i StampCapacityResponseArray) ToStampCapacityResponseArrayOutputWithContext(ctx context.Context) StampCapacityResponseArrayOutput

type StampCapacityResponseArrayInput

type StampCapacityResponseArrayInput interface {
	pulumi.Input

	ToStampCapacityResponseArrayOutput() StampCapacityResponseArrayOutput
	ToStampCapacityResponseArrayOutputWithContext(context.Context) StampCapacityResponseArrayOutput
}

StampCapacityResponseArrayInput is an input type that accepts StampCapacityResponseArray and StampCapacityResponseArrayOutput values. You can construct a concrete instance of `StampCapacityResponseArrayInput` via:

StampCapacityResponseArray{ StampCapacityResponseArgs{...} }

type StampCapacityResponseArrayOutput

type StampCapacityResponseArrayOutput struct{ *pulumi.OutputState }

func (StampCapacityResponseArrayOutput) ElementType

func (StampCapacityResponseArrayOutput) Index

func (StampCapacityResponseArrayOutput) ToStampCapacityResponseArrayOutput

func (o StampCapacityResponseArrayOutput) ToStampCapacityResponseArrayOutput() StampCapacityResponseArrayOutput

func (StampCapacityResponseArrayOutput) ToStampCapacityResponseArrayOutputWithContext

func (o StampCapacityResponseArrayOutput) ToStampCapacityResponseArrayOutputWithContext(ctx context.Context) StampCapacityResponseArrayOutput

type StampCapacityResponseInput

type StampCapacityResponseInput interface {
	pulumi.Input

	ToStampCapacityResponseOutput() StampCapacityResponseOutput
	ToStampCapacityResponseOutputWithContext(context.Context) StampCapacityResponseOutput
}

StampCapacityResponseInput is an input type that accepts StampCapacityResponseArgs and StampCapacityResponseOutput values. You can construct a concrete instance of `StampCapacityResponseInput` via:

StampCapacityResponseArgs{...}

type StampCapacityResponseOutput

type StampCapacityResponseOutput struct{ *pulumi.OutputState }

Stamp capacity information.

func (StampCapacityResponseOutput) AvailableCapacity

func (o StampCapacityResponseOutput) AvailableCapacity() pulumi.Float64PtrOutput

Available capacity (# of machines, bytes of storage etc...).

func (StampCapacityResponseOutput) ComputeMode

Shared/dedicated workers.

func (StampCapacityResponseOutput) ElementType

func (StampCapacityResponseOutput) ExcludeFromCapacityAllocation

func (o StampCapacityResponseOutput) ExcludeFromCapacityAllocation() pulumi.BoolPtrOutput

If <code>true</code>, it includes basic apps. Basic apps are not used for capacity allocation.

func (StampCapacityResponseOutput) IsApplicableForAllComputeModes

func (o StampCapacityResponseOutput) IsApplicableForAllComputeModes() pulumi.BoolPtrOutput

<code>true</code> if capacity is applicable for all apps; otherwise, <code>false</code>.

func (StampCapacityResponseOutput) IsLinux

Is this a linux stamp capacity

func (StampCapacityResponseOutput) Name

Name of the stamp.

func (StampCapacityResponseOutput) SiteMode

Shared or Dedicated.

func (StampCapacityResponseOutput) ToStampCapacityResponseOutput

func (o StampCapacityResponseOutput) ToStampCapacityResponseOutput() StampCapacityResponseOutput

func (StampCapacityResponseOutput) ToStampCapacityResponseOutputWithContext

func (o StampCapacityResponseOutput) ToStampCapacityResponseOutputWithContext(ctx context.Context) StampCapacityResponseOutput

func (StampCapacityResponseOutput) TotalCapacity

Total capacity (# of machines, bytes of storage etc...).

func (StampCapacityResponseOutput) Unit

Name of the unit.

func (StampCapacityResponseOutput) WorkerSize

Size of the machines.

func (StampCapacityResponseOutput) WorkerSizeId

Size ID of machines: 0 - Small 1 - Medium 2 - Large

type StatusCodesBasedTrigger

type StatusCodesBasedTrigger struct {
	// Request Count.
	Count *int `pulumi:"count"`
	// HTTP status code.
	Status *int `pulumi:"status"`
	// Request Sub Status.
	SubStatus *int `pulumi:"subStatus"`
	// Time interval.
	TimeInterval *string `pulumi:"timeInterval"`
	// Win32 error code.
	Win32Status *int `pulumi:"win32Status"`
}

Trigger based on status code.

type StatusCodesBasedTriggerArgs

type StatusCodesBasedTriggerArgs struct {
	// Request Count.
	Count pulumi.IntPtrInput `pulumi:"count"`
	// HTTP status code.
	Status pulumi.IntPtrInput `pulumi:"status"`
	// Request Sub Status.
	SubStatus pulumi.IntPtrInput `pulumi:"subStatus"`
	// Time interval.
	TimeInterval pulumi.StringPtrInput `pulumi:"timeInterval"`
	// Win32 error code.
	Win32Status pulumi.IntPtrInput `pulumi:"win32Status"`
}

Trigger based on status code.

func (StatusCodesBasedTriggerArgs) ElementType

func (StatusCodesBasedTriggerArgs) ToStatusCodesBasedTriggerOutput

func (i StatusCodesBasedTriggerArgs) ToStatusCodesBasedTriggerOutput() StatusCodesBasedTriggerOutput

func (StatusCodesBasedTriggerArgs) ToStatusCodesBasedTriggerOutputWithContext

func (i StatusCodesBasedTriggerArgs) ToStatusCodesBasedTriggerOutputWithContext(ctx context.Context) StatusCodesBasedTriggerOutput

type StatusCodesBasedTriggerArray

type StatusCodesBasedTriggerArray []StatusCodesBasedTriggerInput

func (StatusCodesBasedTriggerArray) ElementType

func (StatusCodesBasedTriggerArray) ToStatusCodesBasedTriggerArrayOutput

func (i StatusCodesBasedTriggerArray) ToStatusCodesBasedTriggerArrayOutput() StatusCodesBasedTriggerArrayOutput

func (StatusCodesBasedTriggerArray) ToStatusCodesBasedTriggerArrayOutputWithContext

func (i StatusCodesBasedTriggerArray) ToStatusCodesBasedTriggerArrayOutputWithContext(ctx context.Context) StatusCodesBasedTriggerArrayOutput

type StatusCodesBasedTriggerArrayInput

type StatusCodesBasedTriggerArrayInput interface {
	pulumi.Input

	ToStatusCodesBasedTriggerArrayOutput() StatusCodesBasedTriggerArrayOutput
	ToStatusCodesBasedTriggerArrayOutputWithContext(context.Context) StatusCodesBasedTriggerArrayOutput
}

StatusCodesBasedTriggerArrayInput is an input type that accepts StatusCodesBasedTriggerArray and StatusCodesBasedTriggerArrayOutput values. You can construct a concrete instance of `StatusCodesBasedTriggerArrayInput` via:

StatusCodesBasedTriggerArray{ StatusCodesBasedTriggerArgs{...} }

type StatusCodesBasedTriggerArrayOutput

type StatusCodesBasedTriggerArrayOutput struct{ *pulumi.OutputState }

func (StatusCodesBasedTriggerArrayOutput) ElementType

func (StatusCodesBasedTriggerArrayOutput) Index

func (StatusCodesBasedTriggerArrayOutput) ToStatusCodesBasedTriggerArrayOutput

func (o StatusCodesBasedTriggerArrayOutput) ToStatusCodesBasedTriggerArrayOutput() StatusCodesBasedTriggerArrayOutput

func (StatusCodesBasedTriggerArrayOutput) ToStatusCodesBasedTriggerArrayOutputWithContext

func (o StatusCodesBasedTriggerArrayOutput) ToStatusCodesBasedTriggerArrayOutputWithContext(ctx context.Context) StatusCodesBasedTriggerArrayOutput

type StatusCodesBasedTriggerInput

type StatusCodesBasedTriggerInput interface {
	pulumi.Input

	ToStatusCodesBasedTriggerOutput() StatusCodesBasedTriggerOutput
	ToStatusCodesBasedTriggerOutputWithContext(context.Context) StatusCodesBasedTriggerOutput
}

StatusCodesBasedTriggerInput is an input type that accepts StatusCodesBasedTriggerArgs and StatusCodesBasedTriggerOutput values. You can construct a concrete instance of `StatusCodesBasedTriggerInput` via:

StatusCodesBasedTriggerArgs{...}

type StatusCodesBasedTriggerOutput

type StatusCodesBasedTriggerOutput struct{ *pulumi.OutputState }

Trigger based on status code.

func (StatusCodesBasedTriggerOutput) Count

Request Count.

func (StatusCodesBasedTriggerOutput) ElementType

func (StatusCodesBasedTriggerOutput) Status

HTTP status code.

func (StatusCodesBasedTriggerOutput) SubStatus

Request Sub Status.

func (StatusCodesBasedTriggerOutput) TimeInterval

Time interval.

func (StatusCodesBasedTriggerOutput) ToStatusCodesBasedTriggerOutput

func (o StatusCodesBasedTriggerOutput) ToStatusCodesBasedTriggerOutput() StatusCodesBasedTriggerOutput

func (StatusCodesBasedTriggerOutput) ToStatusCodesBasedTriggerOutputWithContext

func (o StatusCodesBasedTriggerOutput) ToStatusCodesBasedTriggerOutputWithContext(ctx context.Context) StatusCodesBasedTriggerOutput

func (StatusCodesBasedTriggerOutput) Win32Status

Win32 error code.

type StatusCodesBasedTriggerResponse

type StatusCodesBasedTriggerResponse struct {
	// Request Count.
	Count *int `pulumi:"count"`
	// HTTP status code.
	Status *int `pulumi:"status"`
	// Request Sub Status.
	SubStatus *int `pulumi:"subStatus"`
	// Time interval.
	TimeInterval *string `pulumi:"timeInterval"`
	// Win32 error code.
	Win32Status *int `pulumi:"win32Status"`
}

Trigger based on status code.

type StatusCodesBasedTriggerResponseArgs

type StatusCodesBasedTriggerResponseArgs struct {
	// Request Count.
	Count pulumi.IntPtrInput `pulumi:"count"`
	// HTTP status code.
	Status pulumi.IntPtrInput `pulumi:"status"`
	// Request Sub Status.
	SubStatus pulumi.IntPtrInput `pulumi:"subStatus"`
	// Time interval.
	TimeInterval pulumi.StringPtrInput `pulumi:"timeInterval"`
	// Win32 error code.
	Win32Status pulumi.IntPtrInput `pulumi:"win32Status"`
}

Trigger based on status code.

func (StatusCodesBasedTriggerResponseArgs) ElementType

func (StatusCodesBasedTriggerResponseArgs) ToStatusCodesBasedTriggerResponseOutput

func (i StatusCodesBasedTriggerResponseArgs) ToStatusCodesBasedTriggerResponseOutput() StatusCodesBasedTriggerResponseOutput

func (StatusCodesBasedTriggerResponseArgs) ToStatusCodesBasedTriggerResponseOutputWithContext

func (i StatusCodesBasedTriggerResponseArgs) ToStatusCodesBasedTriggerResponseOutputWithContext(ctx context.Context) StatusCodesBasedTriggerResponseOutput

type StatusCodesBasedTriggerResponseArray

type StatusCodesBasedTriggerResponseArray []StatusCodesBasedTriggerResponseInput

func (StatusCodesBasedTriggerResponseArray) ElementType

func (StatusCodesBasedTriggerResponseArray) ToStatusCodesBasedTriggerResponseArrayOutput

func (i StatusCodesBasedTriggerResponseArray) ToStatusCodesBasedTriggerResponseArrayOutput() StatusCodesBasedTriggerResponseArrayOutput

func (StatusCodesBasedTriggerResponseArray) ToStatusCodesBasedTriggerResponseArrayOutputWithContext

func (i StatusCodesBasedTriggerResponseArray) ToStatusCodesBasedTriggerResponseArrayOutputWithContext(ctx context.Context) StatusCodesBasedTriggerResponseArrayOutput

type StatusCodesBasedTriggerResponseArrayInput

type StatusCodesBasedTriggerResponseArrayInput interface {
	pulumi.Input

	ToStatusCodesBasedTriggerResponseArrayOutput() StatusCodesBasedTriggerResponseArrayOutput
	ToStatusCodesBasedTriggerResponseArrayOutputWithContext(context.Context) StatusCodesBasedTriggerResponseArrayOutput
}

StatusCodesBasedTriggerResponseArrayInput is an input type that accepts StatusCodesBasedTriggerResponseArray and StatusCodesBasedTriggerResponseArrayOutput values. You can construct a concrete instance of `StatusCodesBasedTriggerResponseArrayInput` via:

StatusCodesBasedTriggerResponseArray{ StatusCodesBasedTriggerResponseArgs{...} }

type StatusCodesBasedTriggerResponseArrayOutput

type StatusCodesBasedTriggerResponseArrayOutput struct{ *pulumi.OutputState }

func (StatusCodesBasedTriggerResponseArrayOutput) ElementType

func (StatusCodesBasedTriggerResponseArrayOutput) Index

func (StatusCodesBasedTriggerResponseArrayOutput) ToStatusCodesBasedTriggerResponseArrayOutput

func (o StatusCodesBasedTriggerResponseArrayOutput) ToStatusCodesBasedTriggerResponseArrayOutput() StatusCodesBasedTriggerResponseArrayOutput

func (StatusCodesBasedTriggerResponseArrayOutput) ToStatusCodesBasedTriggerResponseArrayOutputWithContext

func (o StatusCodesBasedTriggerResponseArrayOutput) ToStatusCodesBasedTriggerResponseArrayOutputWithContext(ctx context.Context) StatusCodesBasedTriggerResponseArrayOutput

type StatusCodesBasedTriggerResponseInput

type StatusCodesBasedTriggerResponseInput interface {
	pulumi.Input

	ToStatusCodesBasedTriggerResponseOutput() StatusCodesBasedTriggerResponseOutput
	ToStatusCodesBasedTriggerResponseOutputWithContext(context.Context) StatusCodesBasedTriggerResponseOutput
}

StatusCodesBasedTriggerResponseInput is an input type that accepts StatusCodesBasedTriggerResponseArgs and StatusCodesBasedTriggerResponseOutput values. You can construct a concrete instance of `StatusCodesBasedTriggerResponseInput` via:

StatusCodesBasedTriggerResponseArgs{...}

type StatusCodesBasedTriggerResponseOutput

type StatusCodesBasedTriggerResponseOutput struct{ *pulumi.OutputState }

Trigger based on status code.

func (StatusCodesBasedTriggerResponseOutput) Count

Request Count.

func (StatusCodesBasedTriggerResponseOutput) ElementType

func (StatusCodesBasedTriggerResponseOutput) Status

HTTP status code.

func (StatusCodesBasedTriggerResponseOutput) SubStatus

Request Sub Status.

func (StatusCodesBasedTriggerResponseOutput) TimeInterval

Time interval.

func (StatusCodesBasedTriggerResponseOutput) ToStatusCodesBasedTriggerResponseOutput

func (o StatusCodesBasedTriggerResponseOutput) ToStatusCodesBasedTriggerResponseOutput() StatusCodesBasedTriggerResponseOutput

func (StatusCodesBasedTriggerResponseOutput) ToStatusCodesBasedTriggerResponseOutputWithContext

func (o StatusCodesBasedTriggerResponseOutput) ToStatusCodesBasedTriggerResponseOutputWithContext(ctx context.Context) StatusCodesBasedTriggerResponseOutput

func (StatusCodesBasedTriggerResponseOutput) Win32Status

Win32 error code.

type SupportedTlsVersions added in v0.3.1

type SupportedTlsVersions pulumi.String

MinTlsVersion: configures the minimum version of TLS required for SSL requests

func (SupportedTlsVersions) ElementType added in v0.3.1

func (SupportedTlsVersions) ElementType() reflect.Type

func (SupportedTlsVersions) ToStringOutput added in v0.3.1

func (e SupportedTlsVersions) ToStringOutput() pulumi.StringOutput

func (SupportedTlsVersions) ToStringOutputWithContext added in v0.3.1

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

func (SupportedTlsVersions) ToStringPtrOutput added in v0.3.1

func (e SupportedTlsVersions) ToStringPtrOutput() pulumi.StringPtrOutput

func (SupportedTlsVersions) ToStringPtrOutputWithContext added in v0.3.1

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

type UnauthenticatedClientAction added in v0.6.0

type UnauthenticatedClientAction pulumi.String

The action to take when an unauthenticated client attempts to access the app.

func (UnauthenticatedClientAction) ElementType added in v0.6.0

func (UnauthenticatedClientAction) ToStringOutput added in v0.6.0

func (e UnauthenticatedClientAction) ToStringOutput() pulumi.StringOutput

func (UnauthenticatedClientAction) ToStringOutputWithContext added in v0.6.0

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

func (UnauthenticatedClientAction) ToStringPtrOutput added in v0.6.0

func (e UnauthenticatedClientAction) ToStringPtrOutput() pulumi.StringPtrOutput

func (UnauthenticatedClientAction) ToStringPtrOutputWithContext added in v0.6.0

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

type VirtualApplication

type VirtualApplication struct {
	// Physical path.
	PhysicalPath *string `pulumi:"physicalPath"`
	// <code>true</code> if preloading is enabled; otherwise, <code>false</code>.
	PreloadEnabled *bool `pulumi:"preloadEnabled"`
	// Virtual directories for virtual application.
	VirtualDirectories []VirtualDirectory `pulumi:"virtualDirectories"`
	// Virtual path.
	VirtualPath *string `pulumi:"virtualPath"`
}

Virtual application in an app.

type VirtualApplicationArgs

type VirtualApplicationArgs struct {
	// Physical path.
	PhysicalPath pulumi.StringPtrInput `pulumi:"physicalPath"`
	// <code>true</code> if preloading is enabled; otherwise, <code>false</code>.
	PreloadEnabled pulumi.BoolPtrInput `pulumi:"preloadEnabled"`
	// Virtual directories for virtual application.
	VirtualDirectories VirtualDirectoryArrayInput `pulumi:"virtualDirectories"`
	// Virtual path.
	VirtualPath pulumi.StringPtrInput `pulumi:"virtualPath"`
}

Virtual application in an app.

func (VirtualApplicationArgs) ElementType

func (VirtualApplicationArgs) ElementType() reflect.Type

func (VirtualApplicationArgs) ToVirtualApplicationOutput

func (i VirtualApplicationArgs) ToVirtualApplicationOutput() VirtualApplicationOutput

func (VirtualApplicationArgs) ToVirtualApplicationOutputWithContext

func (i VirtualApplicationArgs) ToVirtualApplicationOutputWithContext(ctx context.Context) VirtualApplicationOutput

type VirtualApplicationArray

type VirtualApplicationArray []VirtualApplicationInput

func (VirtualApplicationArray) ElementType

func (VirtualApplicationArray) ElementType() reflect.Type

func (VirtualApplicationArray) ToVirtualApplicationArrayOutput

func (i VirtualApplicationArray) ToVirtualApplicationArrayOutput() VirtualApplicationArrayOutput

func (VirtualApplicationArray) ToVirtualApplicationArrayOutputWithContext

func (i VirtualApplicationArray) ToVirtualApplicationArrayOutputWithContext(ctx context.Context) VirtualApplicationArrayOutput

type VirtualApplicationArrayInput

type VirtualApplicationArrayInput interface {
	pulumi.Input

	ToVirtualApplicationArrayOutput() VirtualApplicationArrayOutput
	ToVirtualApplicationArrayOutputWithContext(context.Context) VirtualApplicationArrayOutput
}

VirtualApplicationArrayInput is an input type that accepts VirtualApplicationArray and VirtualApplicationArrayOutput values. You can construct a concrete instance of `VirtualApplicationArrayInput` via:

VirtualApplicationArray{ VirtualApplicationArgs{...} }

type VirtualApplicationArrayOutput

type VirtualApplicationArrayOutput struct{ *pulumi.OutputState }

func (VirtualApplicationArrayOutput) ElementType

func (VirtualApplicationArrayOutput) Index

func (VirtualApplicationArrayOutput) ToVirtualApplicationArrayOutput

func (o VirtualApplicationArrayOutput) ToVirtualApplicationArrayOutput() VirtualApplicationArrayOutput

func (VirtualApplicationArrayOutput) ToVirtualApplicationArrayOutputWithContext

func (o VirtualApplicationArrayOutput) ToVirtualApplicationArrayOutputWithContext(ctx context.Context) VirtualApplicationArrayOutput

type VirtualApplicationInput

type VirtualApplicationInput interface {
	pulumi.Input

	ToVirtualApplicationOutput() VirtualApplicationOutput
	ToVirtualApplicationOutputWithContext(context.Context) VirtualApplicationOutput
}

VirtualApplicationInput is an input type that accepts VirtualApplicationArgs and VirtualApplicationOutput values. You can construct a concrete instance of `VirtualApplicationInput` via:

VirtualApplicationArgs{...}

type VirtualApplicationOutput

type VirtualApplicationOutput struct{ *pulumi.OutputState }

Virtual application in an app.

func (VirtualApplicationOutput) ElementType

func (VirtualApplicationOutput) ElementType() reflect.Type

func (VirtualApplicationOutput) PhysicalPath

Physical path.

func (VirtualApplicationOutput) PreloadEnabled

func (o VirtualApplicationOutput) PreloadEnabled() pulumi.BoolPtrOutput

<code>true</code> if preloading is enabled; otherwise, <code>false</code>.

func (VirtualApplicationOutput) ToVirtualApplicationOutput

func (o VirtualApplicationOutput) ToVirtualApplicationOutput() VirtualApplicationOutput

func (VirtualApplicationOutput) ToVirtualApplicationOutputWithContext

func (o VirtualApplicationOutput) ToVirtualApplicationOutputWithContext(ctx context.Context) VirtualApplicationOutput

func (VirtualApplicationOutput) VirtualDirectories

Virtual directories for virtual application.

func (VirtualApplicationOutput) VirtualPath

Virtual path.

type VirtualApplicationResponse

type VirtualApplicationResponse struct {
	// Physical path.
	PhysicalPath *string `pulumi:"physicalPath"`
	// <code>true</code> if preloading is enabled; otherwise, <code>false</code>.
	PreloadEnabled *bool `pulumi:"preloadEnabled"`
	// Virtual directories for virtual application.
	VirtualDirectories []VirtualDirectoryResponse `pulumi:"virtualDirectories"`
	// Virtual path.
	VirtualPath *string `pulumi:"virtualPath"`
}

Virtual application in an app.

type VirtualApplicationResponseArgs

type VirtualApplicationResponseArgs struct {
	// Physical path.
	PhysicalPath pulumi.StringPtrInput `pulumi:"physicalPath"`
	// <code>true</code> if preloading is enabled; otherwise, <code>false</code>.
	PreloadEnabled pulumi.BoolPtrInput `pulumi:"preloadEnabled"`
	// Virtual directories for virtual application.
	VirtualDirectories VirtualDirectoryResponseArrayInput `pulumi:"virtualDirectories"`
	// Virtual path.
	VirtualPath pulumi.StringPtrInput `pulumi:"virtualPath"`
}

Virtual application in an app.

func (VirtualApplicationResponseArgs) ElementType

func (VirtualApplicationResponseArgs) ToVirtualApplicationResponseOutput

func (i VirtualApplicationResponseArgs) ToVirtualApplicationResponseOutput() VirtualApplicationResponseOutput

func (VirtualApplicationResponseArgs) ToVirtualApplicationResponseOutputWithContext

func (i VirtualApplicationResponseArgs) ToVirtualApplicationResponseOutputWithContext(ctx context.Context) VirtualApplicationResponseOutput

type VirtualApplicationResponseArray

type VirtualApplicationResponseArray []VirtualApplicationResponseInput

func (VirtualApplicationResponseArray) ElementType

func (VirtualApplicationResponseArray) ToVirtualApplicationResponseArrayOutput

func (i VirtualApplicationResponseArray) ToVirtualApplicationResponseArrayOutput() VirtualApplicationResponseArrayOutput

func (VirtualApplicationResponseArray) ToVirtualApplicationResponseArrayOutputWithContext

func (i VirtualApplicationResponseArray) ToVirtualApplicationResponseArrayOutputWithContext(ctx context.Context) VirtualApplicationResponseArrayOutput

type VirtualApplicationResponseArrayInput

type VirtualApplicationResponseArrayInput interface {
	pulumi.Input

	ToVirtualApplicationResponseArrayOutput() VirtualApplicationResponseArrayOutput
	ToVirtualApplicationResponseArrayOutputWithContext(context.Context) VirtualApplicationResponseArrayOutput
}

VirtualApplicationResponseArrayInput is an input type that accepts VirtualApplicationResponseArray and VirtualApplicationResponseArrayOutput values. You can construct a concrete instance of `VirtualApplicationResponseArrayInput` via:

VirtualApplicationResponseArray{ VirtualApplicationResponseArgs{...} }

type VirtualApplicationResponseArrayOutput

type VirtualApplicationResponseArrayOutput struct{ *pulumi.OutputState }

func (VirtualApplicationResponseArrayOutput) ElementType

func (VirtualApplicationResponseArrayOutput) Index

func (VirtualApplicationResponseArrayOutput) ToVirtualApplicationResponseArrayOutput

func (o VirtualApplicationResponseArrayOutput) ToVirtualApplicationResponseArrayOutput() VirtualApplicationResponseArrayOutput

func (VirtualApplicationResponseArrayOutput) ToVirtualApplicationResponseArrayOutputWithContext

func (o VirtualApplicationResponseArrayOutput) ToVirtualApplicationResponseArrayOutputWithContext(ctx context.Context) VirtualApplicationResponseArrayOutput

type VirtualApplicationResponseInput

type VirtualApplicationResponseInput interface {
	pulumi.Input

	ToVirtualApplicationResponseOutput() VirtualApplicationResponseOutput
	ToVirtualApplicationResponseOutputWithContext(context.Context) VirtualApplicationResponseOutput
}

VirtualApplicationResponseInput is an input type that accepts VirtualApplicationResponseArgs and VirtualApplicationResponseOutput values. You can construct a concrete instance of `VirtualApplicationResponseInput` via:

VirtualApplicationResponseArgs{...}

type VirtualApplicationResponseOutput

type VirtualApplicationResponseOutput struct{ *pulumi.OutputState }

Virtual application in an app.

func (VirtualApplicationResponseOutput) ElementType

func (VirtualApplicationResponseOutput) PhysicalPath

Physical path.

func (VirtualApplicationResponseOutput) PreloadEnabled

<code>true</code> if preloading is enabled; otherwise, <code>false</code>.

func (VirtualApplicationResponseOutput) ToVirtualApplicationResponseOutput

func (o VirtualApplicationResponseOutput) ToVirtualApplicationResponseOutput() VirtualApplicationResponseOutput

func (VirtualApplicationResponseOutput) ToVirtualApplicationResponseOutputWithContext

func (o VirtualApplicationResponseOutput) ToVirtualApplicationResponseOutputWithContext(ctx context.Context) VirtualApplicationResponseOutput

func (VirtualApplicationResponseOutput) VirtualDirectories

Virtual directories for virtual application.

func (VirtualApplicationResponseOutput) VirtualPath

Virtual path.

type VirtualDirectory

type VirtualDirectory struct {
	// Physical path.
	PhysicalPath *string `pulumi:"physicalPath"`
	// Path to virtual application.
	VirtualPath *string `pulumi:"virtualPath"`
}

Directory for virtual application.

type VirtualDirectoryArgs

type VirtualDirectoryArgs struct {
	// Physical path.
	PhysicalPath pulumi.StringPtrInput `pulumi:"physicalPath"`
	// Path to virtual application.
	VirtualPath pulumi.StringPtrInput `pulumi:"virtualPath"`
}

Directory for virtual application.

func (VirtualDirectoryArgs) ElementType

func (VirtualDirectoryArgs) ElementType() reflect.Type

func (VirtualDirectoryArgs) ToVirtualDirectoryOutput

func (i VirtualDirectoryArgs) ToVirtualDirectoryOutput() VirtualDirectoryOutput

func (VirtualDirectoryArgs) ToVirtualDirectoryOutputWithContext

func (i VirtualDirectoryArgs) ToVirtualDirectoryOutputWithContext(ctx context.Context) VirtualDirectoryOutput

type VirtualDirectoryArray

type VirtualDirectoryArray []VirtualDirectoryInput

func (VirtualDirectoryArray) ElementType

func (VirtualDirectoryArray) ElementType() reflect.Type

func (VirtualDirectoryArray) ToVirtualDirectoryArrayOutput

func (i VirtualDirectoryArray) ToVirtualDirectoryArrayOutput() VirtualDirectoryArrayOutput

func (VirtualDirectoryArray) ToVirtualDirectoryArrayOutputWithContext

func (i VirtualDirectoryArray) ToVirtualDirectoryArrayOutputWithContext(ctx context.Context) VirtualDirectoryArrayOutput

type VirtualDirectoryArrayInput

type VirtualDirectoryArrayInput interface {
	pulumi.Input

	ToVirtualDirectoryArrayOutput() VirtualDirectoryArrayOutput
	ToVirtualDirectoryArrayOutputWithContext(context.Context) VirtualDirectoryArrayOutput
}

VirtualDirectoryArrayInput is an input type that accepts VirtualDirectoryArray and VirtualDirectoryArrayOutput values. You can construct a concrete instance of `VirtualDirectoryArrayInput` via:

VirtualDirectoryArray{ VirtualDirectoryArgs{...} }

type VirtualDirectoryArrayOutput

type VirtualDirectoryArrayOutput struct{ *pulumi.OutputState }

func (VirtualDirectoryArrayOutput) ElementType

func (VirtualDirectoryArrayOutput) Index

func (VirtualDirectoryArrayOutput) ToVirtualDirectoryArrayOutput

func (o VirtualDirectoryArrayOutput) ToVirtualDirectoryArrayOutput() VirtualDirectoryArrayOutput

func (VirtualDirectoryArrayOutput) ToVirtualDirectoryArrayOutputWithContext

func (o VirtualDirectoryArrayOutput) ToVirtualDirectoryArrayOutputWithContext(ctx context.Context) VirtualDirectoryArrayOutput

type VirtualDirectoryInput

type VirtualDirectoryInput interface {
	pulumi.Input

	ToVirtualDirectoryOutput() VirtualDirectoryOutput
	ToVirtualDirectoryOutputWithContext(context.Context) VirtualDirectoryOutput
}

VirtualDirectoryInput is an input type that accepts VirtualDirectoryArgs and VirtualDirectoryOutput values. You can construct a concrete instance of `VirtualDirectoryInput` via:

VirtualDirectoryArgs{...}

type VirtualDirectoryOutput

type VirtualDirectoryOutput struct{ *pulumi.OutputState }

Directory for virtual application.

func (VirtualDirectoryOutput) ElementType

func (VirtualDirectoryOutput) ElementType() reflect.Type

func (VirtualDirectoryOutput) PhysicalPath

Physical path.

func (VirtualDirectoryOutput) ToVirtualDirectoryOutput

func (o VirtualDirectoryOutput) ToVirtualDirectoryOutput() VirtualDirectoryOutput

func (VirtualDirectoryOutput) ToVirtualDirectoryOutputWithContext

func (o VirtualDirectoryOutput) ToVirtualDirectoryOutputWithContext(ctx context.Context) VirtualDirectoryOutput

func (VirtualDirectoryOutput) VirtualPath

Path to virtual application.

type VirtualDirectoryResponse

type VirtualDirectoryResponse struct {
	// Physical path.
	PhysicalPath *string `pulumi:"physicalPath"`
	// Path to virtual application.
	VirtualPath *string `pulumi:"virtualPath"`
}

Directory for virtual application.

type VirtualDirectoryResponseArgs

type VirtualDirectoryResponseArgs struct {
	// Physical path.
	PhysicalPath pulumi.StringPtrInput `pulumi:"physicalPath"`
	// Path to virtual application.
	VirtualPath pulumi.StringPtrInput `pulumi:"virtualPath"`
}

Directory for virtual application.

func (VirtualDirectoryResponseArgs) ElementType

func (VirtualDirectoryResponseArgs) ToVirtualDirectoryResponseOutput

func (i VirtualDirectoryResponseArgs) ToVirtualDirectoryResponseOutput() VirtualDirectoryResponseOutput

func (VirtualDirectoryResponseArgs) ToVirtualDirectoryResponseOutputWithContext

func (i VirtualDirectoryResponseArgs) ToVirtualDirectoryResponseOutputWithContext(ctx context.Context) VirtualDirectoryResponseOutput

type VirtualDirectoryResponseArray

type VirtualDirectoryResponseArray []VirtualDirectoryResponseInput

func (VirtualDirectoryResponseArray) ElementType

func (VirtualDirectoryResponseArray) ToVirtualDirectoryResponseArrayOutput

func (i VirtualDirectoryResponseArray) ToVirtualDirectoryResponseArrayOutput() VirtualDirectoryResponseArrayOutput

func (VirtualDirectoryResponseArray) ToVirtualDirectoryResponseArrayOutputWithContext

func (i VirtualDirectoryResponseArray) ToVirtualDirectoryResponseArrayOutputWithContext(ctx context.Context) VirtualDirectoryResponseArrayOutput

type VirtualDirectoryResponseArrayInput

type VirtualDirectoryResponseArrayInput interface {
	pulumi.Input

	ToVirtualDirectoryResponseArrayOutput() VirtualDirectoryResponseArrayOutput
	ToVirtualDirectoryResponseArrayOutputWithContext(context.Context) VirtualDirectoryResponseArrayOutput
}

VirtualDirectoryResponseArrayInput is an input type that accepts VirtualDirectoryResponseArray and VirtualDirectoryResponseArrayOutput values. You can construct a concrete instance of `VirtualDirectoryResponseArrayInput` via:

VirtualDirectoryResponseArray{ VirtualDirectoryResponseArgs{...} }

type VirtualDirectoryResponseArrayOutput

type VirtualDirectoryResponseArrayOutput struct{ *pulumi.OutputState }

func (VirtualDirectoryResponseArrayOutput) ElementType

func (VirtualDirectoryResponseArrayOutput) Index

func (VirtualDirectoryResponseArrayOutput) ToVirtualDirectoryResponseArrayOutput

func (o VirtualDirectoryResponseArrayOutput) ToVirtualDirectoryResponseArrayOutput() VirtualDirectoryResponseArrayOutput

func (VirtualDirectoryResponseArrayOutput) ToVirtualDirectoryResponseArrayOutputWithContext

func (o VirtualDirectoryResponseArrayOutput) ToVirtualDirectoryResponseArrayOutputWithContext(ctx context.Context) VirtualDirectoryResponseArrayOutput

type VirtualDirectoryResponseInput

type VirtualDirectoryResponseInput interface {
	pulumi.Input

	ToVirtualDirectoryResponseOutput() VirtualDirectoryResponseOutput
	ToVirtualDirectoryResponseOutputWithContext(context.Context) VirtualDirectoryResponseOutput
}

VirtualDirectoryResponseInput is an input type that accepts VirtualDirectoryResponseArgs and VirtualDirectoryResponseOutput values. You can construct a concrete instance of `VirtualDirectoryResponseInput` via:

VirtualDirectoryResponseArgs{...}

type VirtualDirectoryResponseOutput

type VirtualDirectoryResponseOutput struct{ *pulumi.OutputState }

Directory for virtual application.

func (VirtualDirectoryResponseOutput) ElementType

func (VirtualDirectoryResponseOutput) PhysicalPath

Physical path.

func (VirtualDirectoryResponseOutput) ToVirtualDirectoryResponseOutput

func (o VirtualDirectoryResponseOutput) ToVirtualDirectoryResponseOutput() VirtualDirectoryResponseOutput

func (VirtualDirectoryResponseOutput) ToVirtualDirectoryResponseOutputWithContext

func (o VirtualDirectoryResponseOutput) ToVirtualDirectoryResponseOutputWithContext(ctx context.Context) VirtualDirectoryResponseOutput

func (VirtualDirectoryResponseOutput) VirtualPath

Path to virtual application.

type VirtualIPMappingResponse

type VirtualIPMappingResponse struct {
	// Is virtual IP mapping in use.
	InUse *bool `pulumi:"inUse"`
	// Internal HTTP port.
	InternalHttpPort *int `pulumi:"internalHttpPort"`
	// Internal HTTPS port.
	InternalHttpsPort *int `pulumi:"internalHttpsPort"`
	// Virtual IP address.
	VirtualIP *string `pulumi:"virtualIP"`
}

Virtual IP mapping.

type VirtualIPMappingResponseArgs

type VirtualIPMappingResponseArgs struct {
	// Is virtual IP mapping in use.
	InUse pulumi.BoolPtrInput `pulumi:"inUse"`
	// Internal HTTP port.
	InternalHttpPort pulumi.IntPtrInput `pulumi:"internalHttpPort"`
	// Internal HTTPS port.
	InternalHttpsPort pulumi.IntPtrInput `pulumi:"internalHttpsPort"`
	// Virtual IP address.
	VirtualIP pulumi.StringPtrInput `pulumi:"virtualIP"`
}

Virtual IP mapping.

func (VirtualIPMappingResponseArgs) ElementType

func (VirtualIPMappingResponseArgs) ToVirtualIPMappingResponseOutput

func (i VirtualIPMappingResponseArgs) ToVirtualIPMappingResponseOutput() VirtualIPMappingResponseOutput

func (VirtualIPMappingResponseArgs) ToVirtualIPMappingResponseOutputWithContext

func (i VirtualIPMappingResponseArgs) ToVirtualIPMappingResponseOutputWithContext(ctx context.Context) VirtualIPMappingResponseOutput

type VirtualIPMappingResponseArray

type VirtualIPMappingResponseArray []VirtualIPMappingResponseInput

func (VirtualIPMappingResponseArray) ElementType

func (VirtualIPMappingResponseArray) ToVirtualIPMappingResponseArrayOutput

func (i VirtualIPMappingResponseArray) ToVirtualIPMappingResponseArrayOutput() VirtualIPMappingResponseArrayOutput

func (VirtualIPMappingResponseArray) ToVirtualIPMappingResponseArrayOutputWithContext

func (i VirtualIPMappingResponseArray) ToVirtualIPMappingResponseArrayOutputWithContext(ctx context.Context) VirtualIPMappingResponseArrayOutput

type VirtualIPMappingResponseArrayInput

type VirtualIPMappingResponseArrayInput interface {
	pulumi.Input

	ToVirtualIPMappingResponseArrayOutput() VirtualIPMappingResponseArrayOutput
	ToVirtualIPMappingResponseArrayOutputWithContext(context.Context) VirtualIPMappingResponseArrayOutput
}

VirtualIPMappingResponseArrayInput is an input type that accepts VirtualIPMappingResponseArray and VirtualIPMappingResponseArrayOutput values. You can construct a concrete instance of `VirtualIPMappingResponseArrayInput` via:

VirtualIPMappingResponseArray{ VirtualIPMappingResponseArgs{...} }

type VirtualIPMappingResponseArrayOutput

type VirtualIPMappingResponseArrayOutput struct{ *pulumi.OutputState }

func (VirtualIPMappingResponseArrayOutput) ElementType

func (VirtualIPMappingResponseArrayOutput) Index

func (VirtualIPMappingResponseArrayOutput) ToVirtualIPMappingResponseArrayOutput

func (o VirtualIPMappingResponseArrayOutput) ToVirtualIPMappingResponseArrayOutput() VirtualIPMappingResponseArrayOutput

func (VirtualIPMappingResponseArrayOutput) ToVirtualIPMappingResponseArrayOutputWithContext

func (o VirtualIPMappingResponseArrayOutput) ToVirtualIPMappingResponseArrayOutputWithContext(ctx context.Context) VirtualIPMappingResponseArrayOutput

type VirtualIPMappingResponseInput

type VirtualIPMappingResponseInput interface {
	pulumi.Input

	ToVirtualIPMappingResponseOutput() VirtualIPMappingResponseOutput
	ToVirtualIPMappingResponseOutputWithContext(context.Context) VirtualIPMappingResponseOutput
}

VirtualIPMappingResponseInput is an input type that accepts VirtualIPMappingResponseArgs and VirtualIPMappingResponseOutput values. You can construct a concrete instance of `VirtualIPMappingResponseInput` via:

VirtualIPMappingResponseArgs{...}

type VirtualIPMappingResponseOutput

type VirtualIPMappingResponseOutput struct{ *pulumi.OutputState }

Virtual IP mapping.

func (VirtualIPMappingResponseOutput) ElementType

func (VirtualIPMappingResponseOutput) InUse

Is virtual IP mapping in use.

func (VirtualIPMappingResponseOutput) InternalHttpPort

func (o VirtualIPMappingResponseOutput) InternalHttpPort() pulumi.IntPtrOutput

Internal HTTP port.

func (VirtualIPMappingResponseOutput) InternalHttpsPort

func (o VirtualIPMappingResponseOutput) InternalHttpsPort() pulumi.IntPtrOutput

Internal HTTPS port.

func (VirtualIPMappingResponseOutput) ToVirtualIPMappingResponseOutput

func (o VirtualIPMappingResponseOutput) ToVirtualIPMappingResponseOutput() VirtualIPMappingResponseOutput

func (VirtualIPMappingResponseOutput) ToVirtualIPMappingResponseOutputWithContext

func (o VirtualIPMappingResponseOutput) ToVirtualIPMappingResponseOutputWithContext(ctx context.Context) VirtualIPMappingResponseOutput

func (VirtualIPMappingResponseOutput) VirtualIP

Virtual IP address.

type VirtualNetworkProfile

type VirtualNetworkProfile struct {
	// Resource id of the Virtual Network.
	Id *string `pulumi:"id"`
	// Subnet within the Virtual Network.
	Subnet *string `pulumi:"subnet"`
}

Specification for using a Virtual Network.

type VirtualNetworkProfileArgs

type VirtualNetworkProfileArgs struct {
	// Resource id of the Virtual Network.
	Id pulumi.StringPtrInput `pulumi:"id"`
	// Subnet within the Virtual Network.
	Subnet pulumi.StringPtrInput `pulumi:"subnet"`
}

Specification for using a Virtual Network.

func (VirtualNetworkProfileArgs) ElementType

func (VirtualNetworkProfileArgs) ElementType() reflect.Type

func (VirtualNetworkProfileArgs) ToVirtualNetworkProfileOutput

func (i VirtualNetworkProfileArgs) ToVirtualNetworkProfileOutput() VirtualNetworkProfileOutput

func (VirtualNetworkProfileArgs) ToVirtualNetworkProfileOutputWithContext

func (i VirtualNetworkProfileArgs) ToVirtualNetworkProfileOutputWithContext(ctx context.Context) VirtualNetworkProfileOutput

func (VirtualNetworkProfileArgs) ToVirtualNetworkProfilePtrOutput

func (i VirtualNetworkProfileArgs) ToVirtualNetworkProfilePtrOutput() VirtualNetworkProfilePtrOutput

func (VirtualNetworkProfileArgs) ToVirtualNetworkProfilePtrOutputWithContext

func (i VirtualNetworkProfileArgs) ToVirtualNetworkProfilePtrOutputWithContext(ctx context.Context) VirtualNetworkProfilePtrOutput

type VirtualNetworkProfileInput

type VirtualNetworkProfileInput interface {
	pulumi.Input

	ToVirtualNetworkProfileOutput() VirtualNetworkProfileOutput
	ToVirtualNetworkProfileOutputWithContext(context.Context) VirtualNetworkProfileOutput
}

VirtualNetworkProfileInput is an input type that accepts VirtualNetworkProfileArgs and VirtualNetworkProfileOutput values. You can construct a concrete instance of `VirtualNetworkProfileInput` via:

VirtualNetworkProfileArgs{...}

type VirtualNetworkProfileOutput

type VirtualNetworkProfileOutput struct{ *pulumi.OutputState }

Specification for using a Virtual Network.

func (VirtualNetworkProfileOutput) ElementType

func (VirtualNetworkProfileOutput) Id

Resource id of the Virtual Network.

func (VirtualNetworkProfileOutput) Subnet

Subnet within the Virtual Network.

func (VirtualNetworkProfileOutput) ToVirtualNetworkProfileOutput

func (o VirtualNetworkProfileOutput) ToVirtualNetworkProfileOutput() VirtualNetworkProfileOutput

func (VirtualNetworkProfileOutput) ToVirtualNetworkProfileOutputWithContext

func (o VirtualNetworkProfileOutput) ToVirtualNetworkProfileOutputWithContext(ctx context.Context) VirtualNetworkProfileOutput

func (VirtualNetworkProfileOutput) ToVirtualNetworkProfilePtrOutput

func (o VirtualNetworkProfileOutput) ToVirtualNetworkProfilePtrOutput() VirtualNetworkProfilePtrOutput

func (VirtualNetworkProfileOutput) ToVirtualNetworkProfilePtrOutputWithContext

func (o VirtualNetworkProfileOutput) ToVirtualNetworkProfilePtrOutputWithContext(ctx context.Context) VirtualNetworkProfilePtrOutput

type VirtualNetworkProfilePtrInput

type VirtualNetworkProfilePtrInput interface {
	pulumi.Input

	ToVirtualNetworkProfilePtrOutput() VirtualNetworkProfilePtrOutput
	ToVirtualNetworkProfilePtrOutputWithContext(context.Context) VirtualNetworkProfilePtrOutput
}

VirtualNetworkProfilePtrInput is an input type that accepts VirtualNetworkProfileArgs, VirtualNetworkProfilePtr and VirtualNetworkProfilePtrOutput values. You can construct a concrete instance of `VirtualNetworkProfilePtrInput` via:

        VirtualNetworkProfileArgs{...}

or:

        nil

type VirtualNetworkProfilePtrOutput

type VirtualNetworkProfilePtrOutput struct{ *pulumi.OutputState }

func (VirtualNetworkProfilePtrOutput) Elem

func (VirtualNetworkProfilePtrOutput) ElementType

func (VirtualNetworkProfilePtrOutput) Id

Resource id of the Virtual Network.

func (VirtualNetworkProfilePtrOutput) Subnet

Subnet within the Virtual Network.

func (VirtualNetworkProfilePtrOutput) ToVirtualNetworkProfilePtrOutput

func (o VirtualNetworkProfilePtrOutput) ToVirtualNetworkProfilePtrOutput() VirtualNetworkProfilePtrOutput

func (VirtualNetworkProfilePtrOutput) ToVirtualNetworkProfilePtrOutputWithContext

func (o VirtualNetworkProfilePtrOutput) ToVirtualNetworkProfilePtrOutputWithContext(ctx context.Context) VirtualNetworkProfilePtrOutput

type VirtualNetworkProfileResponse

type VirtualNetworkProfileResponse struct {
	// Resource id of the Virtual Network.
	Id *string `pulumi:"id"`
	// Name of the Virtual Network (read-only).
	Name string `pulumi:"name"`
	// Subnet within the Virtual Network.
	Subnet *string `pulumi:"subnet"`
	// Resource type of the Virtual Network (read-only).
	Type string `pulumi:"type"`
}

Specification for using a Virtual Network.

type VirtualNetworkProfileResponseArgs

type VirtualNetworkProfileResponseArgs struct {
	// Resource id of the Virtual Network.
	Id pulumi.StringPtrInput `pulumi:"id"`
	// Name of the Virtual Network (read-only).
	Name pulumi.StringInput `pulumi:"name"`
	// Subnet within the Virtual Network.
	Subnet pulumi.StringPtrInput `pulumi:"subnet"`
	// Resource type of the Virtual Network (read-only).
	Type pulumi.StringInput `pulumi:"type"`
}

Specification for using a Virtual Network.

func (VirtualNetworkProfileResponseArgs) ElementType

func (VirtualNetworkProfileResponseArgs) ToVirtualNetworkProfileResponseOutput

func (i VirtualNetworkProfileResponseArgs) ToVirtualNetworkProfileResponseOutput() VirtualNetworkProfileResponseOutput

func (VirtualNetworkProfileResponseArgs) ToVirtualNetworkProfileResponseOutputWithContext

func (i VirtualNetworkProfileResponseArgs) ToVirtualNetworkProfileResponseOutputWithContext(ctx context.Context) VirtualNetworkProfileResponseOutput

func (VirtualNetworkProfileResponseArgs) ToVirtualNetworkProfileResponsePtrOutput

func (i VirtualNetworkProfileResponseArgs) ToVirtualNetworkProfileResponsePtrOutput() VirtualNetworkProfileResponsePtrOutput

func (VirtualNetworkProfileResponseArgs) ToVirtualNetworkProfileResponsePtrOutputWithContext

func (i VirtualNetworkProfileResponseArgs) ToVirtualNetworkProfileResponsePtrOutputWithContext(ctx context.Context) VirtualNetworkProfileResponsePtrOutput

type VirtualNetworkProfileResponseInput

type VirtualNetworkProfileResponseInput interface {
	pulumi.Input

	ToVirtualNetworkProfileResponseOutput() VirtualNetworkProfileResponseOutput
	ToVirtualNetworkProfileResponseOutputWithContext(context.Context) VirtualNetworkProfileResponseOutput
}

VirtualNetworkProfileResponseInput is an input type that accepts VirtualNetworkProfileResponseArgs and VirtualNetworkProfileResponseOutput values. You can construct a concrete instance of `VirtualNetworkProfileResponseInput` via:

VirtualNetworkProfileResponseArgs{...}

type VirtualNetworkProfileResponseOutput

type VirtualNetworkProfileResponseOutput struct{ *pulumi.OutputState }

Specification for using a Virtual Network.

func (VirtualNetworkProfileResponseOutput) ElementType

func (VirtualNetworkProfileResponseOutput) Id

Resource id of the Virtual Network.

func (VirtualNetworkProfileResponseOutput) Name

Name of the Virtual Network (read-only).

func (VirtualNetworkProfileResponseOutput) Subnet

Subnet within the Virtual Network.

func (VirtualNetworkProfileResponseOutput) ToVirtualNetworkProfileResponseOutput

func (o VirtualNetworkProfileResponseOutput) ToVirtualNetworkProfileResponseOutput() VirtualNetworkProfileResponseOutput

func (VirtualNetworkProfileResponseOutput) ToVirtualNetworkProfileResponseOutputWithContext

func (o VirtualNetworkProfileResponseOutput) ToVirtualNetworkProfileResponseOutputWithContext(ctx context.Context) VirtualNetworkProfileResponseOutput

func (VirtualNetworkProfileResponseOutput) ToVirtualNetworkProfileResponsePtrOutput

func (o VirtualNetworkProfileResponseOutput) ToVirtualNetworkProfileResponsePtrOutput() VirtualNetworkProfileResponsePtrOutput

func (VirtualNetworkProfileResponseOutput) ToVirtualNetworkProfileResponsePtrOutputWithContext

func (o VirtualNetworkProfileResponseOutput) ToVirtualNetworkProfileResponsePtrOutputWithContext(ctx context.Context) VirtualNetworkProfileResponsePtrOutput

func (VirtualNetworkProfileResponseOutput) Type

Resource type of the Virtual Network (read-only).

type VirtualNetworkProfileResponsePtrInput

type VirtualNetworkProfileResponsePtrInput interface {
	pulumi.Input

	ToVirtualNetworkProfileResponsePtrOutput() VirtualNetworkProfileResponsePtrOutput
	ToVirtualNetworkProfileResponsePtrOutputWithContext(context.Context) VirtualNetworkProfileResponsePtrOutput
}

VirtualNetworkProfileResponsePtrInput is an input type that accepts VirtualNetworkProfileResponseArgs, VirtualNetworkProfileResponsePtr and VirtualNetworkProfileResponsePtrOutput values. You can construct a concrete instance of `VirtualNetworkProfileResponsePtrInput` via:

        VirtualNetworkProfileResponseArgs{...}

or:

        nil

type VirtualNetworkProfileResponsePtrOutput

type VirtualNetworkProfileResponsePtrOutput struct{ *pulumi.OutputState }

func (VirtualNetworkProfileResponsePtrOutput) Elem

func (VirtualNetworkProfileResponsePtrOutput) ElementType

func (VirtualNetworkProfileResponsePtrOutput) Id

Resource id of the Virtual Network.

func (VirtualNetworkProfileResponsePtrOutput) Name

Name of the Virtual Network (read-only).

func (VirtualNetworkProfileResponsePtrOutput) Subnet

Subnet within the Virtual Network.

func (VirtualNetworkProfileResponsePtrOutput) ToVirtualNetworkProfileResponsePtrOutput

func (o VirtualNetworkProfileResponsePtrOutput) ToVirtualNetworkProfileResponsePtrOutput() VirtualNetworkProfileResponsePtrOutput

func (VirtualNetworkProfileResponsePtrOutput) ToVirtualNetworkProfileResponsePtrOutputWithContext

func (o VirtualNetworkProfileResponsePtrOutput) ToVirtualNetworkProfileResponsePtrOutputWithContext(ctx context.Context) VirtualNetworkProfileResponsePtrOutput

func (VirtualNetworkProfileResponsePtrOutput) Type

Resource type of the Virtual Network (read-only).

type VnetRouteResponse

type VnetRouteResponse struct {
	// The ending address for this route. If the start address is specified in CIDR notation, this must be omitted.
	EndAddress *string `pulumi:"endAddress"`
	// Resource Id.
	Id string `pulumi:"id"`
	// Kind of resource.
	Kind *string `pulumi:"kind"`
	// Resource Name.
	Name string `pulumi:"name"`
	// The type of route this is:
	// DEFAULT - By default, every app has routes to the local address ranges specified by RFC1918
	// INHERITED - Routes inherited from the real Virtual Network routes
	// STATIC - Static route set on the app only
	//
	// These values will be used for syncing an app's routes with those from a Virtual Network.
	RouteType *string `pulumi:"routeType"`
	// The starting address for this route. This may also include a CIDR notation, in which case the end address must not be specified.
	StartAddress *string `pulumi:"startAddress"`
	// Resource type.
	Type string `pulumi:"type"`
}

Virtual Network route contract used to pass routing information for a Virtual Network.

type VnetRouteResponseArgs

type VnetRouteResponseArgs struct {
	// The ending address for this route. If the start address is specified in CIDR notation, this must be omitted.
	EndAddress pulumi.StringPtrInput `pulumi:"endAddress"`
	// Resource Id.
	Id pulumi.StringInput `pulumi:"id"`
	// Kind of resource.
	Kind pulumi.StringPtrInput `pulumi:"kind"`
	// Resource Name.
	Name pulumi.StringInput `pulumi:"name"`
	// The type of route this is:
	// DEFAULT - By default, every app has routes to the local address ranges specified by RFC1918
	// INHERITED - Routes inherited from the real Virtual Network routes
	// STATIC - Static route set on the app only
	//
	// These values will be used for syncing an app's routes with those from a Virtual Network.
	RouteType pulumi.StringPtrInput `pulumi:"routeType"`
	// The starting address for this route. This may also include a CIDR notation, in which case the end address must not be specified.
	StartAddress pulumi.StringPtrInput `pulumi:"startAddress"`
	// Resource type.
	Type pulumi.StringInput `pulumi:"type"`
}

Virtual Network route contract used to pass routing information for a Virtual Network.

func (VnetRouteResponseArgs) ElementType

func (VnetRouteResponseArgs) ElementType() reflect.Type

func (VnetRouteResponseArgs) ToVnetRouteResponseOutput

func (i VnetRouteResponseArgs) ToVnetRouteResponseOutput() VnetRouteResponseOutput

func (VnetRouteResponseArgs) ToVnetRouteResponseOutputWithContext

func (i VnetRouteResponseArgs) ToVnetRouteResponseOutputWithContext(ctx context.Context) VnetRouteResponseOutput

type VnetRouteResponseArray

type VnetRouteResponseArray []VnetRouteResponseInput

func (VnetRouteResponseArray) ElementType

func (VnetRouteResponseArray) ElementType() reflect.Type

func (VnetRouteResponseArray) ToVnetRouteResponseArrayOutput

func (i VnetRouteResponseArray) ToVnetRouteResponseArrayOutput() VnetRouteResponseArrayOutput

func (VnetRouteResponseArray) ToVnetRouteResponseArrayOutputWithContext

func (i VnetRouteResponseArray) ToVnetRouteResponseArrayOutputWithContext(ctx context.Context) VnetRouteResponseArrayOutput

type VnetRouteResponseArrayInput

type VnetRouteResponseArrayInput interface {
	pulumi.Input

	ToVnetRouteResponseArrayOutput() VnetRouteResponseArrayOutput
	ToVnetRouteResponseArrayOutputWithContext(context.Context) VnetRouteResponseArrayOutput
}

VnetRouteResponseArrayInput is an input type that accepts VnetRouteResponseArray and VnetRouteResponseArrayOutput values. You can construct a concrete instance of `VnetRouteResponseArrayInput` via:

VnetRouteResponseArray{ VnetRouteResponseArgs{...} }

type VnetRouteResponseArrayOutput

type VnetRouteResponseArrayOutput struct{ *pulumi.OutputState }

func (VnetRouteResponseArrayOutput) ElementType

func (VnetRouteResponseArrayOutput) Index

func (VnetRouteResponseArrayOutput) ToVnetRouteResponseArrayOutput

func (o VnetRouteResponseArrayOutput) ToVnetRouteResponseArrayOutput() VnetRouteResponseArrayOutput

func (VnetRouteResponseArrayOutput) ToVnetRouteResponseArrayOutputWithContext

func (o VnetRouteResponseArrayOutput) ToVnetRouteResponseArrayOutputWithContext(ctx context.Context) VnetRouteResponseArrayOutput

type VnetRouteResponseInput

type VnetRouteResponseInput interface {
	pulumi.Input

	ToVnetRouteResponseOutput() VnetRouteResponseOutput
	ToVnetRouteResponseOutputWithContext(context.Context) VnetRouteResponseOutput
}

VnetRouteResponseInput is an input type that accepts VnetRouteResponseArgs and VnetRouteResponseOutput values. You can construct a concrete instance of `VnetRouteResponseInput` via:

VnetRouteResponseArgs{...}

type VnetRouteResponseOutput

type VnetRouteResponseOutput struct{ *pulumi.OutputState }

Virtual Network route contract used to pass routing information for a Virtual Network.

func (VnetRouteResponseOutput) ElementType

func (VnetRouteResponseOutput) ElementType() reflect.Type

func (VnetRouteResponseOutput) EndAddress

The ending address for this route. If the start address is specified in CIDR notation, this must be omitted.

func (VnetRouteResponseOutput) Id

Resource Id.

func (VnetRouteResponseOutput) Kind

Kind of resource.

func (VnetRouteResponseOutput) Name

Resource Name.

func (VnetRouteResponseOutput) RouteType

The type of route this is: DEFAULT - By default, every app has routes to the local address ranges specified by RFC1918 INHERITED - Routes inherited from the real Virtual Network routes STATIC - Static route set on the app only

These values will be used for syncing an app's routes with those from a Virtual Network.

func (VnetRouteResponseOutput) StartAddress

The starting address for this route. This may also include a CIDR notation, in which case the end address must not be specified.

func (VnetRouteResponseOutput) ToVnetRouteResponseOutput

func (o VnetRouteResponseOutput) ToVnetRouteResponseOutput() VnetRouteResponseOutput

func (VnetRouteResponseOutput) ToVnetRouteResponseOutputWithContext

func (o VnetRouteResponseOutput) ToVnetRouteResponseOutputWithContext(ctx context.Context) VnetRouteResponseOutput

func (VnetRouteResponseOutput) Type

Resource type.

type WebApp

type WebApp struct {
	pulumi.CustomResourceState

	// Management information availability state for the app.
	AvailabilityState pulumi.StringOutput `pulumi:"availabilityState"`
	// <code>true</code> to enable client affinity; <code>false</code> to stop sending session affinity cookies, which route client requests in the same session to the same instance. Default is <code>true</code>.
	ClientAffinityEnabled pulumi.BoolPtrOutput `pulumi:"clientAffinityEnabled"`
	// <code>true</code> to enable client certificate authentication (TLS mutual authentication); otherwise, <code>false</code>. Default is <code>false</code>.
	ClientCertEnabled pulumi.BoolPtrOutput `pulumi:"clientCertEnabled"`
	// client certificate authentication comma-separated exclusion paths
	ClientCertExclusionPaths pulumi.StringPtrOutput `pulumi:"clientCertExclusionPaths"`
	// If specified during app creation, the app is cloned from a source app.
	CloningInfo CloningInfoResponsePtrOutput `pulumi:"cloningInfo"`
	// Size of the function container.
	ContainerSize pulumi.IntPtrOutput `pulumi:"containerSize"`
	// Maximum allowed daily memory-time quota (applicable on dynamic apps only).
	DailyMemoryTimeQuota pulumi.IntPtrOutput `pulumi:"dailyMemoryTimeQuota"`
	// Default hostname of the app. Read-only.
	DefaultHostName pulumi.StringOutput `pulumi:"defaultHostName"`
	// <code>true</code> if the app is enabled; otherwise, <code>false</code>. Setting this value to false disables the app (takes the app offline).
	Enabled pulumi.BoolPtrOutput `pulumi:"enabled"`
	// Enabled hostnames for the app.Hostnames need to be assigned (see HostNames) AND enabled. Otherwise,
	// the app is not served on those hostnames.
	EnabledHostNames pulumi.StringArrayOutput `pulumi:"enabledHostNames"`
	// GeoDistributions for this site
	GeoDistributions GeoDistributionResponseArrayOutput `pulumi:"geoDistributions"`
	// Hostname SSL states are used to manage the SSL bindings for app's hostnames.
	HostNameSslStates HostNameSslStateResponseArrayOutput `pulumi:"hostNameSslStates"`
	// Hostnames associated with the app.
	HostNames pulumi.StringArrayOutput `pulumi:"hostNames"`
	// <code>true</code> to disable the public hostnames of the app; otherwise, <code>false</code>.
	//  If <code>true</code>, the app is only accessible via API management process.
	HostNamesDisabled pulumi.BoolPtrOutput `pulumi:"hostNamesDisabled"`
	// App Service Environment to use for the app.
	HostingEnvironmentProfile HostingEnvironmentProfileResponsePtrOutput `pulumi:"hostingEnvironmentProfile"`
	// HttpsOnly: configures a web site to accept only https requests. Issues redirect for
	// http requests
	HttpsOnly pulumi.BoolPtrOutput `pulumi:"httpsOnly"`
	// Hyper-V sandbox.
	HyperV pulumi.BoolPtrOutput `pulumi:"hyperV"`
	// Managed service identity.
	Identity ManagedServiceIdentityResponsePtrOutput `pulumi:"identity"`
	// Specifies an operation id if this site has a pending operation.
	InProgressOperationId pulumi.StringOutput `pulumi:"inProgressOperationId"`
	// <code>true</code> if the app is a default container; otherwise, <code>false</code>.
	IsDefaultContainer pulumi.BoolOutput `pulumi:"isDefaultContainer"`
	// Obsolete: Hyper-V sandbox.
	IsXenon pulumi.BoolPtrOutput `pulumi:"isXenon"`
	// Kind of resource.
	Kind pulumi.StringPtrOutput `pulumi:"kind"`
	// Last time the app was modified, in UTC. Read-only.
	LastModifiedTimeUtc pulumi.StringOutput `pulumi:"lastModifiedTimeUtc"`
	// Resource Location.
	Location pulumi.StringOutput `pulumi:"location"`
	// Maximum number of workers.
	// This only applies to Functions container.
	MaxNumberOfWorkers pulumi.IntOutput `pulumi:"maxNumberOfWorkers"`
	// Resource Name.
	Name pulumi.StringOutput `pulumi:"name"`
	// List of IP addresses that the app uses for outbound connections (e.g. database access). Includes VIPs from tenants that site can be hosted with current settings. Read-only.
	OutboundIpAddresses pulumi.StringOutput `pulumi:"outboundIpAddresses"`
	// List of IP addresses that the app uses for outbound connections (e.g. database access). Includes VIPs from all tenants. Read-only.
	PossibleOutboundIpAddresses pulumi.StringOutput `pulumi:"possibleOutboundIpAddresses"`
	// Site redundancy mode
	RedundancyMode pulumi.StringPtrOutput `pulumi:"redundancyMode"`
	// Name of the repository site.
	RepositorySiteName pulumi.StringOutput `pulumi:"repositorySiteName"`
	// <code>true</code> if reserved; otherwise, <code>false</code>.
	Reserved pulumi.BoolPtrOutput `pulumi:"reserved"`
	// Name of the resource group the app belongs to. Read-only.
	ResourceGroup pulumi.StringOutput `pulumi:"resourceGroup"`
	// <code>true</code> to stop SCM (KUDU) site when the app is stopped; otherwise, <code>false</code>. The default is <code>false</code>.
	ScmSiteAlsoStopped pulumi.BoolPtrOutput `pulumi:"scmSiteAlsoStopped"`
	// Resource ID of the associated App Service plan, formatted as: "/subscriptions/{subscriptionID}/resourceGroups/{groupName}/providers/Microsoft.Web/serverfarms/{appServicePlanName}".
	ServerFarmId pulumi.StringPtrOutput `pulumi:"serverFarmId"`
	// Configuration of the app.
	SiteConfig SiteConfigResponsePtrOutput `pulumi:"siteConfig"`
	// Status of the last deployment slot swap operation.
	SlotSwapStatus SlotSwapStatusResponseOutput `pulumi:"slotSwapStatus"`
	// Current state of the app.
	State pulumi.StringOutput `pulumi:"state"`
	// App suspended till in case memory-time quota is exceeded.
	SuspendedTill pulumi.StringOutput `pulumi:"suspendedTill"`
	// Resource tags.
	Tags pulumi.StringMapOutput `pulumi:"tags"`
	// Specifies which deployment slot this app will swap into. Read-only.
	TargetSwapSlot pulumi.StringOutput `pulumi:"targetSwapSlot"`
	// Azure Traffic Manager hostnames associated with the app. Read-only.
	TrafficManagerHostNames pulumi.StringArrayOutput `pulumi:"trafficManagerHostNames"`
	// Resource type.
	Type pulumi.StringOutput `pulumi:"type"`
	// State indicating whether the app has exceeded its quota usage. Read-only.
	UsageState pulumi.StringOutput `pulumi:"usageState"`
}

A web app, a mobile app backend, or an API app.

func GetWebApp

func GetWebApp(ctx *pulumi.Context,
	name string, id pulumi.IDInput, state *WebAppState, opts ...pulumi.ResourceOption) (*WebApp, error)

GetWebApp gets an existing WebApp 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 NewWebApp

func NewWebApp(ctx *pulumi.Context,
	name string, args *WebAppArgs, opts ...pulumi.ResourceOption) (*WebApp, error)

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

func (*WebApp) ElementType added in v0.2.6

func (*WebApp) ElementType() reflect.Type

func (*WebApp) ToWebAppOutput added in v0.2.6

func (i *WebApp) ToWebAppOutput() WebAppOutput

func (*WebApp) ToWebAppOutputWithContext added in v0.2.6

func (i *WebApp) ToWebAppOutputWithContext(ctx context.Context) WebAppOutput

type WebAppArgs

type WebAppArgs struct {
	// <code>true</code> to enable client affinity; <code>false</code> to stop sending session affinity cookies, which route client requests in the same session to the same instance. Default is <code>true</code>.
	ClientAffinityEnabled pulumi.BoolPtrInput
	// <code>true</code> to enable client certificate authentication (TLS mutual authentication); otherwise, <code>false</code>. Default is <code>false</code>.
	ClientCertEnabled pulumi.BoolPtrInput
	// client certificate authentication comma-separated exclusion paths
	ClientCertExclusionPaths pulumi.StringPtrInput
	// If specified during app creation, the app is cloned from a source app.
	CloningInfo CloningInfoPtrInput
	// Size of the function container.
	ContainerSize pulumi.IntPtrInput
	// Maximum allowed daily memory-time quota (applicable on dynamic apps only).
	DailyMemoryTimeQuota pulumi.IntPtrInput
	// <code>true</code> if the app is enabled; otherwise, <code>false</code>. Setting this value to false disables the app (takes the app offline).
	Enabled pulumi.BoolPtrInput
	// GeoDistributions for this site
	GeoDistributions GeoDistributionArrayInput
	// Hostname SSL states are used to manage the SSL bindings for app's hostnames.
	HostNameSslStates HostNameSslStateArrayInput
	// <code>true</code> to disable the public hostnames of the app; otherwise, <code>false</code>.
	//  If <code>true</code>, the app is only accessible via API management process.
	HostNamesDisabled pulumi.BoolPtrInput
	// App Service Environment to use for the app.
	HostingEnvironmentProfile HostingEnvironmentProfilePtrInput
	// HttpsOnly: configures a web site to accept only https requests. Issues redirect for
	// http requests
	HttpsOnly pulumi.BoolPtrInput
	// Hyper-V sandbox.
	HyperV pulumi.BoolPtrInput
	// Managed service identity.
	Identity ManagedServiceIdentityPtrInput
	// Obsolete: Hyper-V sandbox.
	IsXenon pulumi.BoolPtrInput
	// Kind of resource.
	Kind pulumi.StringPtrInput
	// Resource Location.
	Location pulumi.StringPtrInput
	// Unique name of the app to create or update. To create or update a deployment slot, use the {slot} parameter.
	Name pulumi.StringInput
	// Site redundancy mode
	RedundancyMode *RedundancyMode
	// <code>true</code> if reserved; otherwise, <code>false</code>.
	Reserved pulumi.BoolPtrInput
	// Name of the resource group to which the resource belongs.
	ResourceGroupName pulumi.StringInput
	// <code>true</code> to stop SCM (KUDU) site when the app is stopped; otherwise, <code>false</code>. The default is <code>false</code>.
	ScmSiteAlsoStopped pulumi.BoolPtrInput
	// Resource ID of the associated App Service plan, formatted as: "/subscriptions/{subscriptionID}/resourceGroups/{groupName}/providers/Microsoft.Web/serverfarms/{appServicePlanName}".
	ServerFarmId pulumi.StringPtrInput
	// Configuration of the app.
	SiteConfig SiteConfigPtrInput
	// Resource tags.
	Tags pulumi.StringMapInput
}

The set of arguments for constructing a WebApp resource.

func (WebAppArgs) ElementType

func (WebAppArgs) ElementType() reflect.Type

type WebAppAuthSettings added in v0.6.0

type WebAppAuthSettings struct {
	pulumi.CustomResourceState

	// Login parameters to send to the OpenID Connect authorization endpoint when
	// a user logs in. Each parameter must be in the form "key=value".
	AdditionalLoginParams pulumi.StringArrayOutput `pulumi:"additionalLoginParams"`
	// Allowed audience values to consider when validating JWTs issued by
	// Azure Active Directory. Note that the <code>ClientID</code> value is always considered an
	// allowed audience, regardless of this setting.
	AllowedAudiences pulumi.StringArrayOutput `pulumi:"allowedAudiences"`
	// External URLs that can be redirected to as part of logging in or logging out of the app. Note that the query string part of the URL is ignored.
	// This is an advanced setting typically only needed by Windows Store application backends.
	// Note that URLs within the current domain are always implicitly allowed.
	AllowedExternalRedirectUrls pulumi.StringArrayOutput `pulumi:"allowedExternalRedirectUrls"`
	// The Client ID of this relying party application, known as the client_id.
	// This setting is required for enabling OpenID Connection authentication with Azure Active Directory or
	// other 3rd party OpenID Connect providers.
	// More information on OpenID Connect: http://openid.net/specs/openid-connect-core-1_0.html
	ClientId pulumi.StringPtrOutput `pulumi:"clientId"`
	// The Client Secret of this relying party application (in Azure Active Directory, this is also referred to as the Key).
	// This setting is optional. If no client secret is configured, the OpenID Connect implicit auth flow is used to authenticate end users.
	// Otherwise, the OpenID Connect Authorization Code Flow is used to authenticate end users.
	// More information on OpenID Connect: http://openid.net/specs/openid-connect-core-1_0.html
	ClientSecret pulumi.StringPtrOutput `pulumi:"clientSecret"`
	// An alternative to the client secret, that is the thumbprint of a certificate used for signing purposes. This property acts as
	// a replacement for the Client Secret. It is also optional.
	ClientSecretCertificateThumbprint pulumi.StringPtrOutput `pulumi:"clientSecretCertificateThumbprint"`
	// The default authentication provider to use when multiple providers are configured.
	// This setting is only needed if multiple providers are configured and the unauthenticated client
	// action is set to "RedirectToLoginPage".
	DefaultProvider pulumi.StringPtrOutput `pulumi:"defaultProvider"`
	// <code>true</code> if the Authentication / Authorization feature is enabled for the current app; otherwise, <code>false</code>.
	Enabled pulumi.BoolPtrOutput `pulumi:"enabled"`
	// The App ID of the Facebook app used for login.
	// This setting is required for enabling Facebook Login.
	// Facebook Login documentation: https://developers.facebook.com/docs/facebook-login
	FacebookAppId pulumi.StringPtrOutput `pulumi:"facebookAppId"`
	// The App Secret of the Facebook app used for Facebook Login.
	// This setting is required for enabling Facebook Login.
	// Facebook Login documentation: https://developers.facebook.com/docs/facebook-login
	FacebookAppSecret pulumi.StringPtrOutput `pulumi:"facebookAppSecret"`
	// The OAuth 2.0 scopes that will be requested as part of Facebook Login authentication.
	// This setting is optional.
	// Facebook Login documentation: https://developers.facebook.com/docs/facebook-login
	FacebookOAuthScopes pulumi.StringArrayOutput `pulumi:"facebookOAuthScopes"`
	// The OpenID Connect Client ID for the Google web application.
	// This setting is required for enabling Google Sign-In.
	// Google Sign-In documentation: https://developers.google.com/identity/sign-in/web/
	GoogleClientId pulumi.StringPtrOutput `pulumi:"googleClientId"`
	// The client secret associated with the Google web application.
	// This setting is required for enabling Google Sign-In.
	// Google Sign-In documentation: https://developers.google.com/identity/sign-in/web/
	GoogleClientSecret pulumi.StringPtrOutput `pulumi:"googleClientSecret"`
	// The OAuth 2.0 scopes that will be requested as part of Google Sign-In authentication.
	// This setting is optional. If not specified, "openid", "profile", and "email" are used as default scopes.
	// Google Sign-In documentation: https://developers.google.com/identity/sign-in/web/
	GoogleOAuthScopes pulumi.StringArrayOutput `pulumi:"googleOAuthScopes"`
	// The OpenID Connect Issuer URI that represents the entity which issues access tokens for this application.
	// When using Azure Active Directory, this value is the URI of the directory tenant, e.g. https://sts.windows.net/{tenant-guid}/.
	// This URI is a case-sensitive identifier for the token issuer.
	// More information on OpenID Connect Discovery: http://openid.net/specs/openid-connect-discovery-1_0.html
	Issuer pulumi.StringPtrOutput `pulumi:"issuer"`
	// Kind of resource.
	Kind pulumi.StringPtrOutput `pulumi:"kind"`
	// The OAuth 2.0 client ID that was created for the app used for authentication.
	// This setting is required for enabling Microsoft Account authentication.
	// Microsoft Account OAuth documentation: https://dev.onedrive.com/auth/msa_oauth.htm
	MicrosoftAccountClientId pulumi.StringPtrOutput `pulumi:"microsoftAccountClientId"`
	// The OAuth 2.0 client secret that was created for the app used for authentication.
	// This setting is required for enabling Microsoft Account authentication.
	// Microsoft Account OAuth documentation: https://dev.onedrive.com/auth/msa_oauth.htm
	MicrosoftAccountClientSecret pulumi.StringPtrOutput `pulumi:"microsoftAccountClientSecret"`
	// The OAuth 2.0 scopes that will be requested as part of Microsoft Account authentication.
	// This setting is optional. If not specified, "wl.basic" is used as the default scope.
	// Microsoft Account Scopes and permissions documentation: https://msdn.microsoft.com/en-us/library/dn631845.aspx
	MicrosoftAccountOAuthScopes pulumi.StringArrayOutput `pulumi:"microsoftAccountOAuthScopes"`
	// Resource Name.
	Name pulumi.StringOutput `pulumi:"name"`
	// The RuntimeVersion of the Authentication / Authorization feature in use for the current app.
	// The setting in this value can control the behavior of certain features in the Authentication / Authorization module.
	RuntimeVersion pulumi.StringPtrOutput `pulumi:"runtimeVersion"`
	// The number of hours after session token expiration that a session token can be used to
	// call the token refresh API. The default is 72 hours.
	TokenRefreshExtensionHours pulumi.Float64PtrOutput `pulumi:"tokenRefreshExtensionHours"`
	// <code>true</code> to durably store platform-specific security tokens that are obtained during login flows; otherwise, <code>false</code>.
	//  The default is <code>false</code>.
	TokenStoreEnabled pulumi.BoolPtrOutput `pulumi:"tokenStoreEnabled"`
	// The OAuth 1.0a consumer key of the Twitter application used for sign-in.
	// This setting is required for enabling Twitter Sign-In.
	// Twitter Sign-In documentation: https://dev.twitter.com/web/sign-in
	TwitterConsumerKey pulumi.StringPtrOutput `pulumi:"twitterConsumerKey"`
	// The OAuth 1.0a consumer secret of the Twitter application used for sign-in.
	// This setting is required for enabling Twitter Sign-In.
	// Twitter Sign-In documentation: https://dev.twitter.com/web/sign-in
	TwitterConsumerSecret pulumi.StringPtrOutput `pulumi:"twitterConsumerSecret"`
	// Resource type.
	Type pulumi.StringOutput `pulumi:"type"`
	// The action to take when an unauthenticated client attempts to access the app.
	UnauthenticatedClientAction pulumi.StringPtrOutput `pulumi:"unauthenticatedClientAction"`
	// Gets a value indicating whether the issuer should be a valid HTTPS url and be validated as such.
	ValidateIssuer pulumi.BoolPtrOutput `pulumi:"validateIssuer"`
}

Configuration settings for the Azure App Service Authentication / Authorization feature.

func GetWebAppAuthSettings added in v0.6.0

func GetWebAppAuthSettings(ctx *pulumi.Context,
	name string, id pulumi.IDInput, state *WebAppAuthSettingsState, opts ...pulumi.ResourceOption) (*WebAppAuthSettings, error)

GetWebAppAuthSettings gets an existing WebAppAuthSettings 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 NewWebAppAuthSettings added in v0.6.0

func NewWebAppAuthSettings(ctx *pulumi.Context,
	name string, args *WebAppAuthSettingsArgs, opts ...pulumi.ResourceOption) (*WebAppAuthSettings, error)

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

func (*WebAppAuthSettings) ElementType added in v0.6.0

func (*WebAppAuthSettings) ElementType() reflect.Type

func (*WebAppAuthSettings) ToWebAppAuthSettingsOutput added in v0.6.0

func (i *WebAppAuthSettings) ToWebAppAuthSettingsOutput() WebAppAuthSettingsOutput

func (*WebAppAuthSettings) ToWebAppAuthSettingsOutputWithContext added in v0.6.0

func (i *WebAppAuthSettings) ToWebAppAuthSettingsOutputWithContext(ctx context.Context) WebAppAuthSettingsOutput

type WebAppAuthSettingsArgs added in v0.6.0

type WebAppAuthSettingsArgs struct {
	// Login parameters to send to the OpenID Connect authorization endpoint when
	// a user logs in. Each parameter must be in the form "key=value".
	AdditionalLoginParams pulumi.StringArrayInput
	// Allowed audience values to consider when validating JWTs issued by
	// Azure Active Directory. Note that the <code>ClientID</code> value is always considered an
	// allowed audience, regardless of this setting.
	AllowedAudiences pulumi.StringArrayInput
	// External URLs that can be redirected to as part of logging in or logging out of the app. Note that the query string part of the URL is ignored.
	// This is an advanced setting typically only needed by Windows Store application backends.
	// Note that URLs within the current domain are always implicitly allowed.
	AllowedExternalRedirectUrls pulumi.StringArrayInput
	// The Client ID of this relying party application, known as the client_id.
	// This setting is required for enabling OpenID Connection authentication with Azure Active Directory or
	// other 3rd party OpenID Connect providers.
	// More information on OpenID Connect: http://openid.net/specs/openid-connect-core-1_0.html
	ClientId pulumi.StringPtrInput
	// The Client Secret of this relying party application (in Azure Active Directory, this is also referred to as the Key).
	// This setting is optional. If no client secret is configured, the OpenID Connect implicit auth flow is used to authenticate end users.
	// Otherwise, the OpenID Connect Authorization Code Flow is used to authenticate end users.
	// More information on OpenID Connect: http://openid.net/specs/openid-connect-core-1_0.html
	ClientSecret pulumi.StringPtrInput
	// An alternative to the client secret, that is the thumbprint of a certificate used for signing purposes. This property acts as
	// a replacement for the Client Secret. It is also optional.
	ClientSecretCertificateThumbprint pulumi.StringPtrInput
	// The default authentication provider to use when multiple providers are configured.
	// This setting is only needed if multiple providers are configured and the unauthenticated client
	// action is set to "RedirectToLoginPage".
	DefaultProvider *BuiltInAuthenticationProvider
	// <code>true</code> if the Authentication / Authorization feature is enabled for the current app; otherwise, <code>false</code>.
	Enabled pulumi.BoolPtrInput
	// The App ID of the Facebook app used for login.
	// This setting is required for enabling Facebook Login.
	// Facebook Login documentation: https://developers.facebook.com/docs/facebook-login
	FacebookAppId pulumi.StringPtrInput
	// The App Secret of the Facebook app used for Facebook Login.
	// This setting is required for enabling Facebook Login.
	// Facebook Login documentation: https://developers.facebook.com/docs/facebook-login
	FacebookAppSecret pulumi.StringPtrInput
	// The OAuth 2.0 scopes that will be requested as part of Facebook Login authentication.
	// This setting is optional.
	// Facebook Login documentation: https://developers.facebook.com/docs/facebook-login
	FacebookOAuthScopes pulumi.StringArrayInput
	// The OpenID Connect Client ID for the Google web application.
	// This setting is required for enabling Google Sign-In.
	// Google Sign-In documentation: https://developers.google.com/identity/sign-in/web/
	GoogleClientId pulumi.StringPtrInput
	// The client secret associated with the Google web application.
	// This setting is required for enabling Google Sign-In.
	// Google Sign-In documentation: https://developers.google.com/identity/sign-in/web/
	GoogleClientSecret pulumi.StringPtrInput
	// The OAuth 2.0 scopes that will be requested as part of Google Sign-In authentication.
	// This setting is optional. If not specified, "openid", "profile", and "email" are used as default scopes.
	// Google Sign-In documentation: https://developers.google.com/identity/sign-in/web/
	GoogleOAuthScopes pulumi.StringArrayInput
	// The OpenID Connect Issuer URI that represents the entity which issues access tokens for this application.
	// When using Azure Active Directory, this value is the URI of the directory tenant, e.g. https://sts.windows.net/{tenant-guid}/.
	// This URI is a case-sensitive identifier for the token issuer.
	// More information on OpenID Connect Discovery: http://openid.net/specs/openid-connect-discovery-1_0.html
	Issuer pulumi.StringPtrInput
	// Kind of resource.
	Kind pulumi.StringPtrInput
	// The OAuth 2.0 client ID that was created for the app used for authentication.
	// This setting is required for enabling Microsoft Account authentication.
	// Microsoft Account OAuth documentation: https://dev.onedrive.com/auth/msa_oauth.htm
	MicrosoftAccountClientId pulumi.StringPtrInput
	// The OAuth 2.0 client secret that was created for the app used for authentication.
	// This setting is required for enabling Microsoft Account authentication.
	// Microsoft Account OAuth documentation: https://dev.onedrive.com/auth/msa_oauth.htm
	MicrosoftAccountClientSecret pulumi.StringPtrInput
	// The OAuth 2.0 scopes that will be requested as part of Microsoft Account authentication.
	// This setting is optional. If not specified, "wl.basic" is used as the default scope.
	// Microsoft Account Scopes and permissions documentation: https://msdn.microsoft.com/en-us/library/dn631845.aspx
	MicrosoftAccountOAuthScopes pulumi.StringArrayInput
	// Name of web app.
	Name pulumi.StringInput
	// Name of the resource group to which the resource belongs.
	ResourceGroupName pulumi.StringInput
	// The RuntimeVersion of the Authentication / Authorization feature in use for the current app.
	// The setting in this value can control the behavior of certain features in the Authentication / Authorization module.
	RuntimeVersion pulumi.StringPtrInput
	// The number of hours after session token expiration that a session token can be used to
	// call the token refresh API. The default is 72 hours.
	TokenRefreshExtensionHours pulumi.Float64PtrInput
	// <code>true</code> to durably store platform-specific security tokens that are obtained during login flows; otherwise, <code>false</code>.
	//  The default is <code>false</code>.
	TokenStoreEnabled pulumi.BoolPtrInput
	// The OAuth 1.0a consumer key of the Twitter application used for sign-in.
	// This setting is required for enabling Twitter Sign-In.
	// Twitter Sign-In documentation: https://dev.twitter.com/web/sign-in
	TwitterConsumerKey pulumi.StringPtrInput
	// The OAuth 1.0a consumer secret of the Twitter application used for sign-in.
	// This setting is required for enabling Twitter Sign-In.
	// Twitter Sign-In documentation: https://dev.twitter.com/web/sign-in
	TwitterConsumerSecret pulumi.StringPtrInput
	// The action to take when an unauthenticated client attempts to access the app.
	UnauthenticatedClientAction *UnauthenticatedClientAction
	// Gets a value indicating whether the issuer should be a valid HTTPS url and be validated as such.
	ValidateIssuer pulumi.BoolPtrInput
}

The set of arguments for constructing a WebAppAuthSettings resource.

func (WebAppAuthSettingsArgs) ElementType added in v0.6.0

func (WebAppAuthSettingsArgs) ElementType() reflect.Type

type WebAppAuthSettingsInput added in v0.6.0

type WebAppAuthSettingsInput interface {
	pulumi.Input

	ToWebAppAuthSettingsOutput() WebAppAuthSettingsOutput
	ToWebAppAuthSettingsOutputWithContext(ctx context.Context) WebAppAuthSettingsOutput
}

type WebAppAuthSettingsOutput added in v0.6.0

type WebAppAuthSettingsOutput struct {
	*pulumi.OutputState
}

func (WebAppAuthSettingsOutput) ElementType added in v0.6.0

func (WebAppAuthSettingsOutput) ElementType() reflect.Type

func (WebAppAuthSettingsOutput) ToWebAppAuthSettingsOutput added in v0.6.0

func (o WebAppAuthSettingsOutput) ToWebAppAuthSettingsOutput() WebAppAuthSettingsOutput

func (WebAppAuthSettingsOutput) ToWebAppAuthSettingsOutputWithContext added in v0.6.0

func (o WebAppAuthSettingsOutput) ToWebAppAuthSettingsOutputWithContext(ctx context.Context) WebAppAuthSettingsOutput

type WebAppAuthSettingsSlot added in v0.6.0

type WebAppAuthSettingsSlot struct {
	pulumi.CustomResourceState

	// Login parameters to send to the OpenID Connect authorization endpoint when
	// a user logs in. Each parameter must be in the form "key=value".
	AdditionalLoginParams pulumi.StringArrayOutput `pulumi:"additionalLoginParams"`
	// Allowed audience values to consider when validating JWTs issued by
	// Azure Active Directory. Note that the <code>ClientID</code> value is always considered an
	// allowed audience, regardless of this setting.
	AllowedAudiences pulumi.StringArrayOutput `pulumi:"allowedAudiences"`
	// External URLs that can be redirected to as part of logging in or logging out of the app. Note that the query string part of the URL is ignored.
	// This is an advanced setting typically only needed by Windows Store application backends.
	// Note that URLs within the current domain are always implicitly allowed.
	AllowedExternalRedirectUrls pulumi.StringArrayOutput `pulumi:"allowedExternalRedirectUrls"`
	// The Client ID of this relying party application, known as the client_id.
	// This setting is required for enabling OpenID Connection authentication with Azure Active Directory or
	// other 3rd party OpenID Connect providers.
	// More information on OpenID Connect: http://openid.net/specs/openid-connect-core-1_0.html
	ClientId pulumi.StringPtrOutput `pulumi:"clientId"`
	// The Client Secret of this relying party application (in Azure Active Directory, this is also referred to as the Key).
	// This setting is optional. If no client secret is configured, the OpenID Connect implicit auth flow is used to authenticate end users.
	// Otherwise, the OpenID Connect Authorization Code Flow is used to authenticate end users.
	// More information on OpenID Connect: http://openid.net/specs/openid-connect-core-1_0.html
	ClientSecret pulumi.StringPtrOutput `pulumi:"clientSecret"`
	// An alternative to the client secret, that is the thumbprint of a certificate used for signing purposes. This property acts as
	// a replacement for the Client Secret. It is also optional.
	ClientSecretCertificateThumbprint pulumi.StringPtrOutput `pulumi:"clientSecretCertificateThumbprint"`
	// The default authentication provider to use when multiple providers are configured.
	// This setting is only needed if multiple providers are configured and the unauthenticated client
	// action is set to "RedirectToLoginPage".
	DefaultProvider pulumi.StringPtrOutput `pulumi:"defaultProvider"`
	// <code>true</code> if the Authentication / Authorization feature is enabled for the current app; otherwise, <code>false</code>.
	Enabled pulumi.BoolPtrOutput `pulumi:"enabled"`
	// The App ID of the Facebook app used for login.
	// This setting is required for enabling Facebook Login.
	// Facebook Login documentation: https://developers.facebook.com/docs/facebook-login
	FacebookAppId pulumi.StringPtrOutput `pulumi:"facebookAppId"`
	// The App Secret of the Facebook app used for Facebook Login.
	// This setting is required for enabling Facebook Login.
	// Facebook Login documentation: https://developers.facebook.com/docs/facebook-login
	FacebookAppSecret pulumi.StringPtrOutput `pulumi:"facebookAppSecret"`
	// The OAuth 2.0 scopes that will be requested as part of Facebook Login authentication.
	// This setting is optional.
	// Facebook Login documentation: https://developers.facebook.com/docs/facebook-login
	FacebookOAuthScopes pulumi.StringArrayOutput `pulumi:"facebookOAuthScopes"`
	// The OpenID Connect Client ID for the Google web application.
	// This setting is required for enabling Google Sign-In.
	// Google Sign-In documentation: https://developers.google.com/identity/sign-in/web/
	GoogleClientId pulumi.StringPtrOutput `pulumi:"googleClientId"`
	// The client secret associated with the Google web application.
	// This setting is required for enabling Google Sign-In.
	// Google Sign-In documentation: https://developers.google.com/identity/sign-in/web/
	GoogleClientSecret pulumi.StringPtrOutput `pulumi:"googleClientSecret"`
	// The OAuth 2.0 scopes that will be requested as part of Google Sign-In authentication.
	// This setting is optional. If not specified, "openid", "profile", and "email" are used as default scopes.
	// Google Sign-In documentation: https://developers.google.com/identity/sign-in/web/
	GoogleOAuthScopes pulumi.StringArrayOutput `pulumi:"googleOAuthScopes"`
	// The OpenID Connect Issuer URI that represents the entity which issues access tokens for this application.
	// When using Azure Active Directory, this value is the URI of the directory tenant, e.g. https://sts.windows.net/{tenant-guid}/.
	// This URI is a case-sensitive identifier for the token issuer.
	// More information on OpenID Connect Discovery: http://openid.net/specs/openid-connect-discovery-1_0.html
	Issuer pulumi.StringPtrOutput `pulumi:"issuer"`
	// Kind of resource.
	Kind pulumi.StringPtrOutput `pulumi:"kind"`
	// The OAuth 2.0 client ID that was created for the app used for authentication.
	// This setting is required for enabling Microsoft Account authentication.
	// Microsoft Account OAuth documentation: https://dev.onedrive.com/auth/msa_oauth.htm
	MicrosoftAccountClientId pulumi.StringPtrOutput `pulumi:"microsoftAccountClientId"`
	// The OAuth 2.0 client secret that was created for the app used for authentication.
	// This setting is required for enabling Microsoft Account authentication.
	// Microsoft Account OAuth documentation: https://dev.onedrive.com/auth/msa_oauth.htm
	MicrosoftAccountClientSecret pulumi.StringPtrOutput `pulumi:"microsoftAccountClientSecret"`
	// The OAuth 2.0 scopes that will be requested as part of Microsoft Account authentication.
	// This setting is optional. If not specified, "wl.basic" is used as the default scope.
	// Microsoft Account Scopes and permissions documentation: https://msdn.microsoft.com/en-us/library/dn631845.aspx
	MicrosoftAccountOAuthScopes pulumi.StringArrayOutput `pulumi:"microsoftAccountOAuthScopes"`
	// Resource Name.
	Name pulumi.StringOutput `pulumi:"name"`
	// The RuntimeVersion of the Authentication / Authorization feature in use for the current app.
	// The setting in this value can control the behavior of certain features in the Authentication / Authorization module.
	RuntimeVersion pulumi.StringPtrOutput `pulumi:"runtimeVersion"`
	// The number of hours after session token expiration that a session token can be used to
	// call the token refresh API. The default is 72 hours.
	TokenRefreshExtensionHours pulumi.Float64PtrOutput `pulumi:"tokenRefreshExtensionHours"`
	// <code>true</code> to durably store platform-specific security tokens that are obtained during login flows; otherwise, <code>false</code>.
	//  The default is <code>false</code>.
	TokenStoreEnabled pulumi.BoolPtrOutput `pulumi:"tokenStoreEnabled"`
	// The OAuth 1.0a consumer key of the Twitter application used for sign-in.
	// This setting is required for enabling Twitter Sign-In.
	// Twitter Sign-In documentation: https://dev.twitter.com/web/sign-in
	TwitterConsumerKey pulumi.StringPtrOutput `pulumi:"twitterConsumerKey"`
	// The OAuth 1.0a consumer secret of the Twitter application used for sign-in.
	// This setting is required for enabling Twitter Sign-In.
	// Twitter Sign-In documentation: https://dev.twitter.com/web/sign-in
	TwitterConsumerSecret pulumi.StringPtrOutput `pulumi:"twitterConsumerSecret"`
	// Resource type.
	Type pulumi.StringOutput `pulumi:"type"`
	// The action to take when an unauthenticated client attempts to access the app.
	UnauthenticatedClientAction pulumi.StringPtrOutput `pulumi:"unauthenticatedClientAction"`
	// Gets a value indicating whether the issuer should be a valid HTTPS url and be validated as such.
	ValidateIssuer pulumi.BoolPtrOutput `pulumi:"validateIssuer"`
}

Configuration settings for the Azure App Service Authentication / Authorization feature.

func GetWebAppAuthSettingsSlot added in v0.6.0

func GetWebAppAuthSettingsSlot(ctx *pulumi.Context,
	name string, id pulumi.IDInput, state *WebAppAuthSettingsSlotState, opts ...pulumi.ResourceOption) (*WebAppAuthSettingsSlot, error)

GetWebAppAuthSettingsSlot gets an existing WebAppAuthSettingsSlot 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 NewWebAppAuthSettingsSlot added in v0.6.0

func NewWebAppAuthSettingsSlot(ctx *pulumi.Context,
	name string, args *WebAppAuthSettingsSlotArgs, opts ...pulumi.ResourceOption) (*WebAppAuthSettingsSlot, error)

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

func (*WebAppAuthSettingsSlot) ElementType added in v0.6.0

func (*WebAppAuthSettingsSlot) ElementType() reflect.Type

func (*WebAppAuthSettingsSlot) ToWebAppAuthSettingsSlotOutput added in v0.6.0

func (i *WebAppAuthSettingsSlot) ToWebAppAuthSettingsSlotOutput() WebAppAuthSettingsSlotOutput

func (*WebAppAuthSettingsSlot) ToWebAppAuthSettingsSlotOutputWithContext added in v0.6.0

func (i *WebAppAuthSettingsSlot) ToWebAppAuthSettingsSlotOutputWithContext(ctx context.Context) WebAppAuthSettingsSlotOutput

type WebAppAuthSettingsSlotArgs added in v0.6.0

type WebAppAuthSettingsSlotArgs struct {
	// Login parameters to send to the OpenID Connect authorization endpoint when
	// a user logs in. Each parameter must be in the form "key=value".
	AdditionalLoginParams pulumi.StringArrayInput
	// Allowed audience values to consider when validating JWTs issued by
	// Azure Active Directory. Note that the <code>ClientID</code> value is always considered an
	// allowed audience, regardless of this setting.
	AllowedAudiences pulumi.StringArrayInput
	// External URLs that can be redirected to as part of logging in or logging out of the app. Note that the query string part of the URL is ignored.
	// This is an advanced setting typically only needed by Windows Store application backends.
	// Note that URLs within the current domain are always implicitly allowed.
	AllowedExternalRedirectUrls pulumi.StringArrayInput
	// The Client ID of this relying party application, known as the client_id.
	// This setting is required for enabling OpenID Connection authentication with Azure Active Directory or
	// other 3rd party OpenID Connect providers.
	// More information on OpenID Connect: http://openid.net/specs/openid-connect-core-1_0.html
	ClientId pulumi.StringPtrInput
	// The Client Secret of this relying party application (in Azure Active Directory, this is also referred to as the Key).
	// This setting is optional. If no client secret is configured, the OpenID Connect implicit auth flow is used to authenticate end users.
	// Otherwise, the OpenID Connect Authorization Code Flow is used to authenticate end users.
	// More information on OpenID Connect: http://openid.net/specs/openid-connect-core-1_0.html
	ClientSecret pulumi.StringPtrInput
	// An alternative to the client secret, that is the thumbprint of a certificate used for signing purposes. This property acts as
	// a replacement for the Client Secret. It is also optional.
	ClientSecretCertificateThumbprint pulumi.StringPtrInput
	// The default authentication provider to use when multiple providers are configured.
	// This setting is only needed if multiple providers are configured and the unauthenticated client
	// action is set to "RedirectToLoginPage".
	DefaultProvider *BuiltInAuthenticationProvider
	// <code>true</code> if the Authentication / Authorization feature is enabled for the current app; otherwise, <code>false</code>.
	Enabled pulumi.BoolPtrInput
	// The App ID of the Facebook app used for login.
	// This setting is required for enabling Facebook Login.
	// Facebook Login documentation: https://developers.facebook.com/docs/facebook-login
	FacebookAppId pulumi.StringPtrInput
	// The App Secret of the Facebook app used for Facebook Login.
	// This setting is required for enabling Facebook Login.
	// Facebook Login documentation: https://developers.facebook.com/docs/facebook-login
	FacebookAppSecret pulumi.StringPtrInput
	// The OAuth 2.0 scopes that will be requested as part of Facebook Login authentication.
	// This setting is optional.
	// Facebook Login documentation: https://developers.facebook.com/docs/facebook-login
	FacebookOAuthScopes pulumi.StringArrayInput
	// The OpenID Connect Client ID for the Google web application.
	// This setting is required for enabling Google Sign-In.
	// Google Sign-In documentation: https://developers.google.com/identity/sign-in/web/
	GoogleClientId pulumi.StringPtrInput
	// The client secret associated with the Google web application.
	// This setting is required for enabling Google Sign-In.
	// Google Sign-In documentation: https://developers.google.com/identity/sign-in/web/
	GoogleClientSecret pulumi.StringPtrInput
	// The OAuth 2.0 scopes that will be requested as part of Google Sign-In authentication.
	// This setting is optional. If not specified, "openid", "profile", and "email" are used as default scopes.
	// Google Sign-In documentation: https://developers.google.com/identity/sign-in/web/
	GoogleOAuthScopes pulumi.StringArrayInput
	// The OpenID Connect Issuer URI that represents the entity which issues access tokens for this application.
	// When using Azure Active Directory, this value is the URI of the directory tenant, e.g. https://sts.windows.net/{tenant-guid}/.
	// This URI is a case-sensitive identifier for the token issuer.
	// More information on OpenID Connect Discovery: http://openid.net/specs/openid-connect-discovery-1_0.html
	Issuer pulumi.StringPtrInput
	// Kind of resource.
	Kind pulumi.StringPtrInput
	// The OAuth 2.0 client ID that was created for the app used for authentication.
	// This setting is required for enabling Microsoft Account authentication.
	// Microsoft Account OAuth documentation: https://dev.onedrive.com/auth/msa_oauth.htm
	MicrosoftAccountClientId pulumi.StringPtrInput
	// The OAuth 2.0 client secret that was created for the app used for authentication.
	// This setting is required for enabling Microsoft Account authentication.
	// Microsoft Account OAuth documentation: https://dev.onedrive.com/auth/msa_oauth.htm
	MicrosoftAccountClientSecret pulumi.StringPtrInput
	// The OAuth 2.0 scopes that will be requested as part of Microsoft Account authentication.
	// This setting is optional. If not specified, "wl.basic" is used as the default scope.
	// Microsoft Account Scopes and permissions documentation: https://msdn.microsoft.com/en-us/library/dn631845.aspx
	MicrosoftAccountOAuthScopes pulumi.StringArrayInput
	// Name of web app.
	Name pulumi.StringInput
	// Name of the resource group to which the resource belongs.
	ResourceGroupName pulumi.StringInput
	// The RuntimeVersion of the Authentication / Authorization feature in use for the current app.
	// The setting in this value can control the behavior of certain features in the Authentication / Authorization module.
	RuntimeVersion pulumi.StringPtrInput
	// Name of web app slot. If not specified then will default to production slot.
	Slot pulumi.StringInput
	// The number of hours after session token expiration that a session token can be used to
	// call the token refresh API. The default is 72 hours.
	TokenRefreshExtensionHours pulumi.Float64PtrInput
	// <code>true</code> to durably store platform-specific security tokens that are obtained during login flows; otherwise, <code>false</code>.
	//  The default is <code>false</code>.
	TokenStoreEnabled pulumi.BoolPtrInput
	// The OAuth 1.0a consumer key of the Twitter application used for sign-in.
	// This setting is required for enabling Twitter Sign-In.
	// Twitter Sign-In documentation: https://dev.twitter.com/web/sign-in
	TwitterConsumerKey pulumi.StringPtrInput
	// The OAuth 1.0a consumer secret of the Twitter application used for sign-in.
	// This setting is required for enabling Twitter Sign-In.
	// Twitter Sign-In documentation: https://dev.twitter.com/web/sign-in
	TwitterConsumerSecret pulumi.StringPtrInput
	// The action to take when an unauthenticated client attempts to access the app.
	UnauthenticatedClientAction *UnauthenticatedClientAction
	// Gets a value indicating whether the issuer should be a valid HTTPS url and be validated as such.
	ValidateIssuer pulumi.BoolPtrInput
}

The set of arguments for constructing a WebAppAuthSettingsSlot resource.

func (WebAppAuthSettingsSlotArgs) ElementType added in v0.6.0

func (WebAppAuthSettingsSlotArgs) ElementType() reflect.Type

type WebAppAuthSettingsSlotInput added in v0.6.0

type WebAppAuthSettingsSlotInput interface {
	pulumi.Input

	ToWebAppAuthSettingsSlotOutput() WebAppAuthSettingsSlotOutput
	ToWebAppAuthSettingsSlotOutputWithContext(ctx context.Context) WebAppAuthSettingsSlotOutput
}

type WebAppAuthSettingsSlotOutput added in v0.6.0

type WebAppAuthSettingsSlotOutput struct {
	*pulumi.OutputState
}

func (WebAppAuthSettingsSlotOutput) ElementType added in v0.6.0

func (WebAppAuthSettingsSlotOutput) ToWebAppAuthSettingsSlotOutput added in v0.6.0

func (o WebAppAuthSettingsSlotOutput) ToWebAppAuthSettingsSlotOutput() WebAppAuthSettingsSlotOutput

func (WebAppAuthSettingsSlotOutput) ToWebAppAuthSettingsSlotOutputWithContext added in v0.6.0

func (o WebAppAuthSettingsSlotOutput) ToWebAppAuthSettingsSlotOutputWithContext(ctx context.Context) WebAppAuthSettingsSlotOutput

type WebAppAuthSettingsSlotState added in v0.6.0

type WebAppAuthSettingsSlotState struct {
	// Login parameters to send to the OpenID Connect authorization endpoint when
	// a user logs in. Each parameter must be in the form "key=value".
	AdditionalLoginParams pulumi.StringArrayInput
	// Allowed audience values to consider when validating JWTs issued by
	// Azure Active Directory. Note that the <code>ClientID</code> value is always considered an
	// allowed audience, regardless of this setting.
	AllowedAudiences pulumi.StringArrayInput
	// External URLs that can be redirected to as part of logging in or logging out of the app. Note that the query string part of the URL is ignored.
	// This is an advanced setting typically only needed by Windows Store application backends.
	// Note that URLs within the current domain are always implicitly allowed.
	AllowedExternalRedirectUrls pulumi.StringArrayInput
	// The Client ID of this relying party application, known as the client_id.
	// This setting is required for enabling OpenID Connection authentication with Azure Active Directory or
	// other 3rd party OpenID Connect providers.
	// More information on OpenID Connect: http://openid.net/specs/openid-connect-core-1_0.html
	ClientId pulumi.StringPtrInput
	// The Client Secret of this relying party application (in Azure Active Directory, this is also referred to as the Key).
	// This setting is optional. If no client secret is configured, the OpenID Connect implicit auth flow is used to authenticate end users.
	// Otherwise, the OpenID Connect Authorization Code Flow is used to authenticate end users.
	// More information on OpenID Connect: http://openid.net/specs/openid-connect-core-1_0.html
	ClientSecret pulumi.StringPtrInput
	// An alternative to the client secret, that is the thumbprint of a certificate used for signing purposes. This property acts as
	// a replacement for the Client Secret. It is also optional.
	ClientSecretCertificateThumbprint pulumi.StringPtrInput
	// The default authentication provider to use when multiple providers are configured.
	// This setting is only needed if multiple providers are configured and the unauthenticated client
	// action is set to "RedirectToLoginPage".
	DefaultProvider pulumi.StringPtrInput
	// <code>true</code> if the Authentication / Authorization feature is enabled for the current app; otherwise, <code>false</code>.
	Enabled pulumi.BoolPtrInput
	// The App ID of the Facebook app used for login.
	// This setting is required for enabling Facebook Login.
	// Facebook Login documentation: https://developers.facebook.com/docs/facebook-login
	FacebookAppId pulumi.StringPtrInput
	// The App Secret of the Facebook app used for Facebook Login.
	// This setting is required for enabling Facebook Login.
	// Facebook Login documentation: https://developers.facebook.com/docs/facebook-login
	FacebookAppSecret pulumi.StringPtrInput
	// The OAuth 2.0 scopes that will be requested as part of Facebook Login authentication.
	// This setting is optional.
	// Facebook Login documentation: https://developers.facebook.com/docs/facebook-login
	FacebookOAuthScopes pulumi.StringArrayInput
	// The OpenID Connect Client ID for the Google web application.
	// This setting is required for enabling Google Sign-In.
	// Google Sign-In documentation: https://developers.google.com/identity/sign-in/web/
	GoogleClientId pulumi.StringPtrInput
	// The client secret associated with the Google web application.
	// This setting is required for enabling Google Sign-In.
	// Google Sign-In documentation: https://developers.google.com/identity/sign-in/web/
	GoogleClientSecret pulumi.StringPtrInput
	// The OAuth 2.0 scopes that will be requested as part of Google Sign-In authentication.
	// This setting is optional. If not specified, "openid", "profile", and "email" are used as default scopes.
	// Google Sign-In documentation: https://developers.google.com/identity/sign-in/web/
	GoogleOAuthScopes pulumi.StringArrayInput
	// The OpenID Connect Issuer URI that represents the entity which issues access tokens for this application.
	// When using Azure Active Directory, this value is the URI of the directory tenant, e.g. https://sts.windows.net/{tenant-guid}/.
	// This URI is a case-sensitive identifier for the token issuer.
	// More information on OpenID Connect Discovery: http://openid.net/specs/openid-connect-discovery-1_0.html
	Issuer pulumi.StringPtrInput
	// Kind of resource.
	Kind pulumi.StringPtrInput
	// The OAuth 2.0 client ID that was created for the app used for authentication.
	// This setting is required for enabling Microsoft Account authentication.
	// Microsoft Account OAuth documentation: https://dev.onedrive.com/auth/msa_oauth.htm
	MicrosoftAccountClientId pulumi.StringPtrInput
	// The OAuth 2.0 client secret that was created for the app used for authentication.
	// This setting is required for enabling Microsoft Account authentication.
	// Microsoft Account OAuth documentation: https://dev.onedrive.com/auth/msa_oauth.htm
	MicrosoftAccountClientSecret pulumi.StringPtrInput
	// The OAuth 2.0 scopes that will be requested as part of Microsoft Account authentication.
	// This setting is optional. If not specified, "wl.basic" is used as the default scope.
	// Microsoft Account Scopes and permissions documentation: https://msdn.microsoft.com/en-us/library/dn631845.aspx
	MicrosoftAccountOAuthScopes pulumi.StringArrayInput
	// Resource Name.
	Name pulumi.StringPtrInput
	// The RuntimeVersion of the Authentication / Authorization feature in use for the current app.
	// The setting in this value can control the behavior of certain features in the Authentication / Authorization module.
	RuntimeVersion pulumi.StringPtrInput
	// The number of hours after session token expiration that a session token can be used to
	// call the token refresh API. The default is 72 hours.
	TokenRefreshExtensionHours pulumi.Float64PtrInput
	// <code>true</code> to durably store platform-specific security tokens that are obtained during login flows; otherwise, <code>false</code>.
	//  The default is <code>false</code>.
	TokenStoreEnabled pulumi.BoolPtrInput
	// The OAuth 1.0a consumer key of the Twitter application used for sign-in.
	// This setting is required for enabling Twitter Sign-In.
	// Twitter Sign-In documentation: https://dev.twitter.com/web/sign-in
	TwitterConsumerKey pulumi.StringPtrInput
	// The OAuth 1.0a consumer secret of the Twitter application used for sign-in.
	// This setting is required for enabling Twitter Sign-In.
	// Twitter Sign-In documentation: https://dev.twitter.com/web/sign-in
	TwitterConsumerSecret pulumi.StringPtrInput
	// Resource type.
	Type pulumi.StringPtrInput
	// The action to take when an unauthenticated client attempts to access the app.
	UnauthenticatedClientAction pulumi.StringPtrInput
	// Gets a value indicating whether the issuer should be a valid HTTPS url and be validated as such.
	ValidateIssuer pulumi.BoolPtrInput
}

func (WebAppAuthSettingsSlotState) ElementType added in v0.6.0

type WebAppAuthSettingsState added in v0.6.0

type WebAppAuthSettingsState struct {
	// Login parameters to send to the OpenID Connect authorization endpoint when
	// a user logs in. Each parameter must be in the form "key=value".
	AdditionalLoginParams pulumi.StringArrayInput
	// Allowed audience values to consider when validating JWTs issued by
	// Azure Active Directory. Note that the <code>ClientID</code> value is always considered an
	// allowed audience, regardless of this setting.
	AllowedAudiences pulumi.StringArrayInput
	// External URLs that can be redirected to as part of logging in or logging out of the app. Note that the query string part of the URL is ignored.
	// This is an advanced setting typically only needed by Windows Store application backends.
	// Note that URLs within the current domain are always implicitly allowed.
	AllowedExternalRedirectUrls pulumi.StringArrayInput
	// The Client ID of this relying party application, known as the client_id.
	// This setting is required for enabling OpenID Connection authentication with Azure Active Directory or
	// other 3rd party OpenID Connect providers.
	// More information on OpenID Connect: http://openid.net/specs/openid-connect-core-1_0.html
	ClientId pulumi.StringPtrInput
	// The Client Secret of this relying party application (in Azure Active Directory, this is also referred to as the Key).
	// This setting is optional. If no client secret is configured, the OpenID Connect implicit auth flow is used to authenticate end users.
	// Otherwise, the OpenID Connect Authorization Code Flow is used to authenticate end users.
	// More information on OpenID Connect: http://openid.net/specs/openid-connect-core-1_0.html
	ClientSecret pulumi.StringPtrInput
	// An alternative to the client secret, that is the thumbprint of a certificate used for signing purposes. This property acts as
	// a replacement for the Client Secret. It is also optional.
	ClientSecretCertificateThumbprint pulumi.StringPtrInput
	// The default authentication provider to use when multiple providers are configured.
	// This setting is only needed if multiple providers are configured and the unauthenticated client
	// action is set to "RedirectToLoginPage".
	DefaultProvider pulumi.StringPtrInput
	// <code>true</code> if the Authentication / Authorization feature is enabled for the current app; otherwise, <code>false</code>.
	Enabled pulumi.BoolPtrInput
	// The App ID of the Facebook app used for login.
	// This setting is required for enabling Facebook Login.
	// Facebook Login documentation: https://developers.facebook.com/docs/facebook-login
	FacebookAppId pulumi.StringPtrInput
	// The App Secret of the Facebook app used for Facebook Login.
	// This setting is required for enabling Facebook Login.
	// Facebook Login documentation: https://developers.facebook.com/docs/facebook-login
	FacebookAppSecret pulumi.StringPtrInput
	// The OAuth 2.0 scopes that will be requested as part of Facebook Login authentication.
	// This setting is optional.
	// Facebook Login documentation: https://developers.facebook.com/docs/facebook-login
	FacebookOAuthScopes pulumi.StringArrayInput
	// The OpenID Connect Client ID for the Google web application.
	// This setting is required for enabling Google Sign-In.
	// Google Sign-In documentation: https://developers.google.com/identity/sign-in/web/
	GoogleClientId pulumi.StringPtrInput
	// The client secret associated with the Google web application.
	// This setting is required for enabling Google Sign-In.
	// Google Sign-In documentation: https://developers.google.com/identity/sign-in/web/
	GoogleClientSecret pulumi.StringPtrInput
	// The OAuth 2.0 scopes that will be requested as part of Google Sign-In authentication.
	// This setting is optional. If not specified, "openid", "profile", and "email" are used as default scopes.
	// Google Sign-In documentation: https://developers.google.com/identity/sign-in/web/
	GoogleOAuthScopes pulumi.StringArrayInput
	// The OpenID Connect Issuer URI that represents the entity which issues access tokens for this application.
	// When using Azure Active Directory, this value is the URI of the directory tenant, e.g. https://sts.windows.net/{tenant-guid}/.
	// This URI is a case-sensitive identifier for the token issuer.
	// More information on OpenID Connect Discovery: http://openid.net/specs/openid-connect-discovery-1_0.html
	Issuer pulumi.StringPtrInput
	// Kind of resource.
	Kind pulumi.StringPtrInput
	// The OAuth 2.0 client ID that was created for the app used for authentication.
	// This setting is required for enabling Microsoft Account authentication.
	// Microsoft Account OAuth documentation: https://dev.onedrive.com/auth/msa_oauth.htm
	MicrosoftAccountClientId pulumi.StringPtrInput
	// The OAuth 2.0 client secret that was created for the app used for authentication.
	// This setting is required for enabling Microsoft Account authentication.
	// Microsoft Account OAuth documentation: https://dev.onedrive.com/auth/msa_oauth.htm
	MicrosoftAccountClientSecret pulumi.StringPtrInput
	// The OAuth 2.0 scopes that will be requested as part of Microsoft Account authentication.
	// This setting is optional. If not specified, "wl.basic" is used as the default scope.
	// Microsoft Account Scopes and permissions documentation: https://msdn.microsoft.com/en-us/library/dn631845.aspx
	MicrosoftAccountOAuthScopes pulumi.StringArrayInput
	// Resource Name.
	Name pulumi.StringPtrInput
	// The RuntimeVersion of the Authentication / Authorization feature in use for the current app.
	// The setting in this value can control the behavior of certain features in the Authentication / Authorization module.
	RuntimeVersion pulumi.StringPtrInput
	// The number of hours after session token expiration that a session token can be used to
	// call the token refresh API. The default is 72 hours.
	TokenRefreshExtensionHours pulumi.Float64PtrInput
	// <code>true</code> to durably store platform-specific security tokens that are obtained during login flows; otherwise, <code>false</code>.
	//  The default is <code>false</code>.
	TokenStoreEnabled pulumi.BoolPtrInput
	// The OAuth 1.0a consumer key of the Twitter application used for sign-in.
	// This setting is required for enabling Twitter Sign-In.
	// Twitter Sign-In documentation: https://dev.twitter.com/web/sign-in
	TwitterConsumerKey pulumi.StringPtrInput
	// The OAuth 1.0a consumer secret of the Twitter application used for sign-in.
	// This setting is required for enabling Twitter Sign-In.
	// Twitter Sign-In documentation: https://dev.twitter.com/web/sign-in
	TwitterConsumerSecret pulumi.StringPtrInput
	// Resource type.
	Type pulumi.StringPtrInput
	// The action to take when an unauthenticated client attempts to access the app.
	UnauthenticatedClientAction pulumi.StringPtrInput
	// Gets a value indicating whether the issuer should be a valid HTTPS url and be validated as such.
	ValidateIssuer pulumi.BoolPtrInput
}

func (WebAppAuthSettingsState) ElementType added in v0.6.0

func (WebAppAuthSettingsState) ElementType() reflect.Type

type WebAppAzureStorageAccounts added in v0.6.0

type WebAppAzureStorageAccounts struct {
	pulumi.CustomResourceState

	// Kind of resource.
	Kind pulumi.StringPtrOutput `pulumi:"kind"`
	// Resource Name.
	Name pulumi.StringOutput `pulumi:"name"`
	// Azure storage accounts.
	Properties AzureStorageInfoValueResponseMapOutput `pulumi:"properties"`
	// Resource type.
	Type pulumi.StringOutput `pulumi:"type"`
}

AzureStorageInfo dictionary resource.

func GetWebAppAzureStorageAccounts added in v0.6.0

func GetWebAppAzureStorageAccounts(ctx *pulumi.Context,
	name string, id pulumi.IDInput, state *WebAppAzureStorageAccountsState, opts ...pulumi.ResourceOption) (*WebAppAzureStorageAccounts, error)

GetWebAppAzureStorageAccounts gets an existing WebAppAzureStorageAccounts 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 NewWebAppAzureStorageAccounts added in v0.6.0

func NewWebAppAzureStorageAccounts(ctx *pulumi.Context,
	name string, args *WebAppAzureStorageAccountsArgs, opts ...pulumi.ResourceOption) (*WebAppAzureStorageAccounts, error)

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

func (*WebAppAzureStorageAccounts) ElementType added in v0.6.0

func (*WebAppAzureStorageAccounts) ElementType() reflect.Type

func (*WebAppAzureStorageAccounts) ToWebAppAzureStorageAccountsOutput added in v0.6.0

func (i *WebAppAzureStorageAccounts) ToWebAppAzureStorageAccountsOutput() WebAppAzureStorageAccountsOutput

func (*WebAppAzureStorageAccounts) ToWebAppAzureStorageAccountsOutputWithContext added in v0.6.0

func (i *WebAppAzureStorageAccounts) ToWebAppAzureStorageAccountsOutputWithContext(ctx context.Context) WebAppAzureStorageAccountsOutput

type WebAppAzureStorageAccountsArgs added in v0.6.0

type WebAppAzureStorageAccountsArgs struct {
	// Kind of resource.
	Kind pulumi.StringPtrInput
	// Name of the app.
	Name pulumi.StringInput
	// Azure storage accounts.
	Properties AzureStorageInfoValueMapInput
	// Name of the resource group to which the resource belongs.
	ResourceGroupName pulumi.StringInput
}

The set of arguments for constructing a WebAppAzureStorageAccounts resource.

func (WebAppAzureStorageAccountsArgs) ElementType added in v0.6.0

type WebAppAzureStorageAccountsInput added in v0.6.0

type WebAppAzureStorageAccountsInput interface {
	pulumi.Input

	ToWebAppAzureStorageAccountsOutput() WebAppAzureStorageAccountsOutput
	ToWebAppAzureStorageAccountsOutputWithContext(ctx context.Context) WebAppAzureStorageAccountsOutput
}

type WebAppAzureStorageAccountsOutput added in v0.6.0

type WebAppAzureStorageAccountsOutput struct {
	*pulumi.OutputState
}

func (WebAppAzureStorageAccountsOutput) ElementType added in v0.6.0

func (WebAppAzureStorageAccountsOutput) ToWebAppAzureStorageAccountsOutput added in v0.6.0

func (o WebAppAzureStorageAccountsOutput) ToWebAppAzureStorageAccountsOutput() WebAppAzureStorageAccountsOutput

func (WebAppAzureStorageAccountsOutput) ToWebAppAzureStorageAccountsOutputWithContext added in v0.6.0

func (o WebAppAzureStorageAccountsOutput) ToWebAppAzureStorageAccountsOutputWithContext(ctx context.Context) WebAppAzureStorageAccountsOutput

type WebAppAzureStorageAccountsSlot added in v0.6.0

type WebAppAzureStorageAccountsSlot struct {
	pulumi.CustomResourceState

	// Kind of resource.
	Kind pulumi.StringPtrOutput `pulumi:"kind"`
	// Resource Name.
	Name pulumi.StringOutput `pulumi:"name"`
	// Azure storage accounts.
	Properties AzureStorageInfoValueResponseMapOutput `pulumi:"properties"`
	// Resource type.
	Type pulumi.StringOutput `pulumi:"type"`
}

AzureStorageInfo dictionary resource.

func GetWebAppAzureStorageAccountsSlot added in v0.6.0

func GetWebAppAzureStorageAccountsSlot(ctx *pulumi.Context,
	name string, id pulumi.IDInput, state *WebAppAzureStorageAccountsSlotState, opts ...pulumi.ResourceOption) (*WebAppAzureStorageAccountsSlot, error)

GetWebAppAzureStorageAccountsSlot gets an existing WebAppAzureStorageAccountsSlot 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 NewWebAppAzureStorageAccountsSlot added in v0.6.0

func NewWebAppAzureStorageAccountsSlot(ctx *pulumi.Context,
	name string, args *WebAppAzureStorageAccountsSlotArgs, opts ...pulumi.ResourceOption) (*WebAppAzureStorageAccountsSlot, error)

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

func (*WebAppAzureStorageAccountsSlot) ElementType added in v0.6.0

func (*WebAppAzureStorageAccountsSlot) ToWebAppAzureStorageAccountsSlotOutput added in v0.6.0

func (i *WebAppAzureStorageAccountsSlot) ToWebAppAzureStorageAccountsSlotOutput() WebAppAzureStorageAccountsSlotOutput

func (*WebAppAzureStorageAccountsSlot) ToWebAppAzureStorageAccountsSlotOutputWithContext added in v0.6.0

func (i *WebAppAzureStorageAccountsSlot) ToWebAppAzureStorageAccountsSlotOutputWithContext(ctx context.Context) WebAppAzureStorageAccountsSlotOutput

type WebAppAzureStorageAccountsSlotArgs added in v0.6.0

type WebAppAzureStorageAccountsSlotArgs struct {
	// Kind of resource.
	Kind pulumi.StringPtrInput
	// Name of the app.
	Name pulumi.StringInput
	// Azure storage accounts.
	Properties AzureStorageInfoValueMapInput
	// Name of the resource group to which the resource belongs.
	ResourceGroupName pulumi.StringInput
	// Name of the deployment slot. If a slot is not specified, the API will update the Azure storage account configurations for the production slot.
	Slot pulumi.StringInput
}

The set of arguments for constructing a WebAppAzureStorageAccountsSlot resource.

func (WebAppAzureStorageAccountsSlotArgs) ElementType added in v0.6.0

type WebAppAzureStorageAccountsSlotInput added in v0.6.0

type WebAppAzureStorageAccountsSlotInput interface {
	pulumi.Input

	ToWebAppAzureStorageAccountsSlotOutput() WebAppAzureStorageAccountsSlotOutput
	ToWebAppAzureStorageAccountsSlotOutputWithContext(ctx context.Context) WebAppAzureStorageAccountsSlotOutput
}

type WebAppAzureStorageAccountsSlotOutput added in v0.6.0

type WebAppAzureStorageAccountsSlotOutput struct {
	*pulumi.OutputState
}

func (WebAppAzureStorageAccountsSlotOutput) ElementType added in v0.6.0

func (WebAppAzureStorageAccountsSlotOutput) ToWebAppAzureStorageAccountsSlotOutput added in v0.6.0

func (o WebAppAzureStorageAccountsSlotOutput) ToWebAppAzureStorageAccountsSlotOutput() WebAppAzureStorageAccountsSlotOutput

func (WebAppAzureStorageAccountsSlotOutput) ToWebAppAzureStorageAccountsSlotOutputWithContext added in v0.6.0

func (o WebAppAzureStorageAccountsSlotOutput) ToWebAppAzureStorageAccountsSlotOutputWithContext(ctx context.Context) WebAppAzureStorageAccountsSlotOutput

type WebAppAzureStorageAccountsSlotState added in v0.6.0

type WebAppAzureStorageAccountsSlotState struct {
	// Kind of resource.
	Kind pulumi.StringPtrInput
	// Resource Name.
	Name pulumi.StringPtrInput
	// Azure storage accounts.
	Properties AzureStorageInfoValueResponseMapInput
	// Resource type.
	Type pulumi.StringPtrInput
}

func (WebAppAzureStorageAccountsSlotState) ElementType added in v0.6.0

type WebAppAzureStorageAccountsState added in v0.6.0

type WebAppAzureStorageAccountsState struct {
	// Kind of resource.
	Kind pulumi.StringPtrInput
	// Resource Name.
	Name pulumi.StringPtrInput
	// Azure storage accounts.
	Properties AzureStorageInfoValueResponseMapInput
	// Resource type.
	Type pulumi.StringPtrInput
}

func (WebAppAzureStorageAccountsState) ElementType added in v0.6.0

type WebAppBackupConfiguration added in v0.6.0

type WebAppBackupConfiguration struct {
	pulumi.CustomResourceState

	// Name of the backup.
	BackupName pulumi.StringPtrOutput `pulumi:"backupName"`
	// Schedule for the backup if it is executed periodically.
	BackupSchedule BackupScheduleResponsePtrOutput `pulumi:"backupSchedule"`
	// Databases included in the backup.
	Databases DatabaseBackupSettingResponseArrayOutput `pulumi:"databases"`
	// True if the backup schedule is enabled (must be included in that case), false if the backup schedule should be disabled.
	Enabled pulumi.BoolPtrOutput `pulumi:"enabled"`
	// Kind of resource.
	Kind pulumi.StringPtrOutput `pulumi:"kind"`
	// Resource Name.
	Name pulumi.StringOutput `pulumi:"name"`
	// SAS URL to the container.
	StorageAccountUrl pulumi.StringOutput `pulumi:"storageAccountUrl"`
	// Resource type.
	Type pulumi.StringOutput `pulumi:"type"`
}

Description of a backup which will be performed.

func GetWebAppBackupConfiguration added in v0.6.0

func GetWebAppBackupConfiguration(ctx *pulumi.Context,
	name string, id pulumi.IDInput, state *WebAppBackupConfigurationState, opts ...pulumi.ResourceOption) (*WebAppBackupConfiguration, error)

GetWebAppBackupConfiguration gets an existing WebAppBackupConfiguration 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 NewWebAppBackupConfiguration added in v0.6.0

func NewWebAppBackupConfiguration(ctx *pulumi.Context,
	name string, args *WebAppBackupConfigurationArgs, opts ...pulumi.ResourceOption) (*WebAppBackupConfiguration, error)

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

func (*WebAppBackupConfiguration) ElementType added in v0.6.0

func (*WebAppBackupConfiguration) ElementType() reflect.Type

func (*WebAppBackupConfiguration) ToWebAppBackupConfigurationOutput added in v0.6.0

func (i *WebAppBackupConfiguration) ToWebAppBackupConfigurationOutput() WebAppBackupConfigurationOutput

func (*WebAppBackupConfiguration) ToWebAppBackupConfigurationOutputWithContext added in v0.6.0

func (i *WebAppBackupConfiguration) ToWebAppBackupConfigurationOutputWithContext(ctx context.Context) WebAppBackupConfigurationOutput

type WebAppBackupConfigurationArgs added in v0.6.0

type WebAppBackupConfigurationArgs struct {
	// Name of the backup.
	BackupName pulumi.StringPtrInput
	// Schedule for the backup if it is executed periodically.
	BackupSchedule BackupSchedulePtrInput
	// Databases included in the backup.
	Databases DatabaseBackupSettingArrayInput
	// True if the backup schedule is enabled (must be included in that case), false if the backup schedule should be disabled.
	Enabled pulumi.BoolPtrInput
	// Kind of resource.
	Kind pulumi.StringPtrInput
	// Name of the app.
	Name pulumi.StringInput
	// Name of the resource group to which the resource belongs.
	ResourceGroupName pulumi.StringInput
	// SAS URL to the container.
	StorageAccountUrl pulumi.StringInput
}

The set of arguments for constructing a WebAppBackupConfiguration resource.

func (WebAppBackupConfigurationArgs) ElementType added in v0.6.0

type WebAppBackupConfigurationInput added in v0.6.0

type WebAppBackupConfigurationInput interface {
	pulumi.Input

	ToWebAppBackupConfigurationOutput() WebAppBackupConfigurationOutput
	ToWebAppBackupConfigurationOutputWithContext(ctx context.Context) WebAppBackupConfigurationOutput
}

type WebAppBackupConfigurationOutput added in v0.6.0

type WebAppBackupConfigurationOutput struct {
	*pulumi.OutputState
}

func (WebAppBackupConfigurationOutput) ElementType added in v0.6.0

func (WebAppBackupConfigurationOutput) ToWebAppBackupConfigurationOutput added in v0.6.0

func (o WebAppBackupConfigurationOutput) ToWebAppBackupConfigurationOutput() WebAppBackupConfigurationOutput

func (WebAppBackupConfigurationOutput) ToWebAppBackupConfigurationOutputWithContext added in v0.6.0

func (o WebAppBackupConfigurationOutput) ToWebAppBackupConfigurationOutputWithContext(ctx context.Context) WebAppBackupConfigurationOutput

type WebAppBackupConfigurationSlot added in v0.6.0

type WebAppBackupConfigurationSlot struct {
	pulumi.CustomResourceState

	// Name of the backup.
	BackupName pulumi.StringPtrOutput `pulumi:"backupName"`
	// Schedule for the backup if it is executed periodically.
	BackupSchedule BackupScheduleResponsePtrOutput `pulumi:"backupSchedule"`
	// Databases included in the backup.
	Databases DatabaseBackupSettingResponseArrayOutput `pulumi:"databases"`
	// True if the backup schedule is enabled (must be included in that case), false if the backup schedule should be disabled.
	Enabled pulumi.BoolPtrOutput `pulumi:"enabled"`
	// Kind of resource.
	Kind pulumi.StringPtrOutput `pulumi:"kind"`
	// Resource Name.
	Name pulumi.StringOutput `pulumi:"name"`
	// SAS URL to the container.
	StorageAccountUrl pulumi.StringOutput `pulumi:"storageAccountUrl"`
	// Resource type.
	Type pulumi.StringOutput `pulumi:"type"`
}

Description of a backup which will be performed.

func GetWebAppBackupConfigurationSlot added in v0.6.0

func GetWebAppBackupConfigurationSlot(ctx *pulumi.Context,
	name string, id pulumi.IDInput, state *WebAppBackupConfigurationSlotState, opts ...pulumi.ResourceOption) (*WebAppBackupConfigurationSlot, error)

GetWebAppBackupConfigurationSlot gets an existing WebAppBackupConfigurationSlot 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 NewWebAppBackupConfigurationSlot added in v0.6.0

func NewWebAppBackupConfigurationSlot(ctx *pulumi.Context,
	name string, args *WebAppBackupConfigurationSlotArgs, opts ...pulumi.ResourceOption) (*WebAppBackupConfigurationSlot, error)

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

func (*WebAppBackupConfigurationSlot) ElementType added in v0.6.0

func (*WebAppBackupConfigurationSlot) ToWebAppBackupConfigurationSlotOutput added in v0.6.0

func (i *WebAppBackupConfigurationSlot) ToWebAppBackupConfigurationSlotOutput() WebAppBackupConfigurationSlotOutput

func (*WebAppBackupConfigurationSlot) ToWebAppBackupConfigurationSlotOutputWithContext added in v0.6.0

func (i *WebAppBackupConfigurationSlot) ToWebAppBackupConfigurationSlotOutputWithContext(ctx context.Context) WebAppBackupConfigurationSlotOutput

type WebAppBackupConfigurationSlotArgs added in v0.6.0

type WebAppBackupConfigurationSlotArgs struct {
	// Name of the backup.
	BackupName pulumi.StringPtrInput
	// Schedule for the backup if it is executed periodically.
	BackupSchedule BackupSchedulePtrInput
	// Databases included in the backup.
	Databases DatabaseBackupSettingArrayInput
	// True if the backup schedule is enabled (must be included in that case), false if the backup schedule should be disabled.
	Enabled pulumi.BoolPtrInput
	// Kind of resource.
	Kind pulumi.StringPtrInput
	// Name of the app.
	Name pulumi.StringInput
	// Name of the resource group to which the resource belongs.
	ResourceGroupName pulumi.StringInput
	// Name of the deployment slot. If a slot is not specified, the API will update the backup configuration for the production slot.
	Slot pulumi.StringInput
	// SAS URL to the container.
	StorageAccountUrl pulumi.StringInput
}

The set of arguments for constructing a WebAppBackupConfigurationSlot resource.

func (WebAppBackupConfigurationSlotArgs) ElementType added in v0.6.0

type WebAppBackupConfigurationSlotInput added in v0.6.0

type WebAppBackupConfigurationSlotInput interface {
	pulumi.Input

	ToWebAppBackupConfigurationSlotOutput() WebAppBackupConfigurationSlotOutput
	ToWebAppBackupConfigurationSlotOutputWithContext(ctx context.Context) WebAppBackupConfigurationSlotOutput
}

type WebAppBackupConfigurationSlotOutput added in v0.6.0

type WebAppBackupConfigurationSlotOutput struct {
	*pulumi.OutputState
}

func (WebAppBackupConfigurationSlotOutput) ElementType added in v0.6.0

func (WebAppBackupConfigurationSlotOutput) ToWebAppBackupConfigurationSlotOutput added in v0.6.0

func (o WebAppBackupConfigurationSlotOutput) ToWebAppBackupConfigurationSlotOutput() WebAppBackupConfigurationSlotOutput

func (WebAppBackupConfigurationSlotOutput) ToWebAppBackupConfigurationSlotOutputWithContext added in v0.6.0

func (o WebAppBackupConfigurationSlotOutput) ToWebAppBackupConfigurationSlotOutputWithContext(ctx context.Context) WebAppBackupConfigurationSlotOutput

type WebAppBackupConfigurationSlotState added in v0.6.0

type WebAppBackupConfigurationSlotState struct {
	// Name of the backup.
	BackupName pulumi.StringPtrInput
	// Schedule for the backup if it is executed periodically.
	BackupSchedule BackupScheduleResponsePtrInput
	// Databases included in the backup.
	Databases DatabaseBackupSettingResponseArrayInput
	// True if the backup schedule is enabled (must be included in that case), false if the backup schedule should be disabled.
	Enabled pulumi.BoolPtrInput
	// Kind of resource.
	Kind pulumi.StringPtrInput
	// Resource Name.
	Name pulumi.StringPtrInput
	// SAS URL to the container.
	StorageAccountUrl pulumi.StringPtrInput
	// Resource type.
	Type pulumi.StringPtrInput
}

func (WebAppBackupConfigurationSlotState) ElementType added in v0.6.0

type WebAppBackupConfigurationState added in v0.6.0

type WebAppBackupConfigurationState struct {
	// Name of the backup.
	BackupName pulumi.StringPtrInput
	// Schedule for the backup if it is executed periodically.
	BackupSchedule BackupScheduleResponsePtrInput
	// Databases included in the backup.
	Databases DatabaseBackupSettingResponseArrayInput
	// True if the backup schedule is enabled (must be included in that case), false if the backup schedule should be disabled.
	Enabled pulumi.BoolPtrInput
	// Kind of resource.
	Kind pulumi.StringPtrInput
	// Resource Name.
	Name pulumi.StringPtrInput
	// SAS URL to the container.
	StorageAccountUrl pulumi.StringPtrInput
	// Resource type.
	Type pulumi.StringPtrInput
}

func (WebAppBackupConfigurationState) ElementType added in v0.6.0

type WebAppConnectionStrings added in v0.6.0

type WebAppConnectionStrings struct {
	pulumi.CustomResourceState

	// Kind of resource.
	Kind pulumi.StringPtrOutput `pulumi:"kind"`
	// Resource Name.
	Name pulumi.StringOutput `pulumi:"name"`
	// Connection strings.
	Properties ConnStringValueTypePairResponseMapOutput `pulumi:"properties"`
	// Resource type.
	Type pulumi.StringOutput `pulumi:"type"`
}

String dictionary resource.

func GetWebAppConnectionStrings added in v0.6.0

func GetWebAppConnectionStrings(ctx *pulumi.Context,
	name string, id pulumi.IDInput, state *WebAppConnectionStringsState, opts ...pulumi.ResourceOption) (*WebAppConnectionStrings, error)

GetWebAppConnectionStrings gets an existing WebAppConnectionStrings 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 NewWebAppConnectionStrings added in v0.6.0

func NewWebAppConnectionStrings(ctx *pulumi.Context,
	name string, args *WebAppConnectionStringsArgs, opts ...pulumi.ResourceOption) (*WebAppConnectionStrings, error)

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

func (*WebAppConnectionStrings) ElementType added in v0.6.0

func (*WebAppConnectionStrings) ElementType() reflect.Type

func (*WebAppConnectionStrings) ToWebAppConnectionStringsOutput added in v0.6.0

func (i *WebAppConnectionStrings) ToWebAppConnectionStringsOutput() WebAppConnectionStringsOutput

func (*WebAppConnectionStrings) ToWebAppConnectionStringsOutputWithContext added in v0.6.0

func (i *WebAppConnectionStrings) ToWebAppConnectionStringsOutputWithContext(ctx context.Context) WebAppConnectionStringsOutput

type WebAppConnectionStringsArgs added in v0.6.0

type WebAppConnectionStringsArgs struct {
	// Kind of resource.
	Kind pulumi.StringPtrInput
	// Name of the app.
	Name pulumi.StringInput
	// Connection strings.
	Properties ConnStringValueTypePairMapInput
	// Name of the resource group to which the resource belongs.
	ResourceGroupName pulumi.StringInput
}

The set of arguments for constructing a WebAppConnectionStrings resource.

func (WebAppConnectionStringsArgs) ElementType added in v0.6.0

type WebAppConnectionStringsInput added in v0.6.0

type WebAppConnectionStringsInput interface {
	pulumi.Input

	ToWebAppConnectionStringsOutput() WebAppConnectionStringsOutput
	ToWebAppConnectionStringsOutputWithContext(ctx context.Context) WebAppConnectionStringsOutput
}

type WebAppConnectionStringsOutput added in v0.6.0

type WebAppConnectionStringsOutput struct {
	*pulumi.OutputState
}

func (WebAppConnectionStringsOutput) ElementType added in v0.6.0

func (WebAppConnectionStringsOutput) ToWebAppConnectionStringsOutput added in v0.6.0

func (o WebAppConnectionStringsOutput) ToWebAppConnectionStringsOutput() WebAppConnectionStringsOutput

func (WebAppConnectionStringsOutput) ToWebAppConnectionStringsOutputWithContext added in v0.6.0

func (o WebAppConnectionStringsOutput) ToWebAppConnectionStringsOutputWithContext(ctx context.Context) WebAppConnectionStringsOutput

type WebAppConnectionStringsSlot added in v0.6.0

type WebAppConnectionStringsSlot struct {
	pulumi.CustomResourceState

	// Kind of resource.
	Kind pulumi.StringPtrOutput `pulumi:"kind"`
	// Resource Name.
	Name pulumi.StringOutput `pulumi:"name"`
	// Connection strings.
	Properties ConnStringValueTypePairResponseMapOutput `pulumi:"properties"`
	// Resource type.
	Type pulumi.StringOutput `pulumi:"type"`
}

String dictionary resource.

func GetWebAppConnectionStringsSlot added in v0.6.0

func GetWebAppConnectionStringsSlot(ctx *pulumi.Context,
	name string, id pulumi.IDInput, state *WebAppConnectionStringsSlotState, opts ...pulumi.ResourceOption) (*WebAppConnectionStringsSlot, error)

GetWebAppConnectionStringsSlot gets an existing WebAppConnectionStringsSlot 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 NewWebAppConnectionStringsSlot added in v0.6.0

func NewWebAppConnectionStringsSlot(ctx *pulumi.Context,
	name string, args *WebAppConnectionStringsSlotArgs, opts ...pulumi.ResourceOption) (*WebAppConnectionStringsSlot, error)

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

func (*WebAppConnectionStringsSlot) ElementType added in v0.6.0

func (*WebAppConnectionStringsSlot) ElementType() reflect.Type

func (*WebAppConnectionStringsSlot) ToWebAppConnectionStringsSlotOutput added in v0.6.0

func (i *WebAppConnectionStringsSlot) ToWebAppConnectionStringsSlotOutput() WebAppConnectionStringsSlotOutput

func (*WebAppConnectionStringsSlot) ToWebAppConnectionStringsSlotOutputWithContext added in v0.6.0

func (i *WebAppConnectionStringsSlot) ToWebAppConnectionStringsSlotOutputWithContext(ctx context.Context) WebAppConnectionStringsSlotOutput

type WebAppConnectionStringsSlotArgs added in v0.6.0

type WebAppConnectionStringsSlotArgs struct {
	// Kind of resource.
	Kind pulumi.StringPtrInput
	// Name of the app.
	Name pulumi.StringInput
	// Connection strings.
	Properties ConnStringValueTypePairMapInput
	// Name of the resource group to which the resource belongs.
	ResourceGroupName pulumi.StringInput
	// Name of the deployment slot. If a slot is not specified, the API will update the connection settings for the production slot.
	Slot pulumi.StringInput
}

The set of arguments for constructing a WebAppConnectionStringsSlot resource.

func (WebAppConnectionStringsSlotArgs) ElementType added in v0.6.0

type WebAppConnectionStringsSlotInput added in v0.6.0

type WebAppConnectionStringsSlotInput interface {
	pulumi.Input

	ToWebAppConnectionStringsSlotOutput() WebAppConnectionStringsSlotOutput
	ToWebAppConnectionStringsSlotOutputWithContext(ctx context.Context) WebAppConnectionStringsSlotOutput
}

type WebAppConnectionStringsSlotOutput added in v0.6.0

type WebAppConnectionStringsSlotOutput struct {
	*pulumi.OutputState
}

func (WebAppConnectionStringsSlotOutput) ElementType added in v0.6.0

func (WebAppConnectionStringsSlotOutput) ToWebAppConnectionStringsSlotOutput added in v0.6.0

func (o WebAppConnectionStringsSlotOutput) ToWebAppConnectionStringsSlotOutput() WebAppConnectionStringsSlotOutput

func (WebAppConnectionStringsSlotOutput) ToWebAppConnectionStringsSlotOutputWithContext added in v0.6.0

func (o WebAppConnectionStringsSlotOutput) ToWebAppConnectionStringsSlotOutputWithContext(ctx context.Context) WebAppConnectionStringsSlotOutput

type WebAppConnectionStringsSlotState added in v0.6.0

type WebAppConnectionStringsSlotState struct {
	// Kind of resource.
	Kind pulumi.StringPtrInput
	// Resource Name.
	Name pulumi.StringPtrInput
	// Connection strings.
	Properties ConnStringValueTypePairResponseMapInput
	// Resource type.
	Type pulumi.StringPtrInput
}

func (WebAppConnectionStringsSlotState) ElementType added in v0.6.0

type WebAppConnectionStringsState added in v0.6.0

type WebAppConnectionStringsState struct {
	// Kind of resource.
	Kind pulumi.StringPtrInput
	// Resource Name.
	Name pulumi.StringPtrInput
	// Connection strings.
	Properties ConnStringValueTypePairResponseMapInput
	// Resource type.
	Type pulumi.StringPtrInput
}

func (WebAppConnectionStringsState) ElementType added in v0.6.0

type WebAppDeployment

type WebAppDeployment struct {
	pulumi.CustomResourceState

	// True if deployment is currently active, false if completed and null if not started.
	Active pulumi.BoolPtrOutput `pulumi:"active"`
	// Who authored the deployment.
	Author pulumi.StringPtrOutput `pulumi:"author"`
	// Author email.
	AuthorEmail pulumi.StringPtrOutput `pulumi:"authorEmail"`
	// Who performed the deployment.
	Deployer pulumi.StringPtrOutput `pulumi:"deployer"`
	// Details on deployment.
	Details pulumi.StringPtrOutput `pulumi:"details"`
	// End time.
	EndTime pulumi.StringPtrOutput `pulumi:"endTime"`
	// Kind of resource.
	Kind pulumi.StringPtrOutput `pulumi:"kind"`
	// Details about deployment status.
	Message pulumi.StringPtrOutput `pulumi:"message"`
	// Resource Name.
	Name pulumi.StringOutput `pulumi:"name"`
	// Start time.
	StartTime pulumi.StringPtrOutput `pulumi:"startTime"`
	// Deployment status.
	Status pulumi.IntPtrOutput `pulumi:"status"`
	// Resource type.
	Type pulumi.StringOutput `pulumi:"type"`
}

User credentials used for publishing activity.

func GetWebAppDeployment

func GetWebAppDeployment(ctx *pulumi.Context,
	name string, id pulumi.IDInput, state *WebAppDeploymentState, opts ...pulumi.ResourceOption) (*WebAppDeployment, error)

GetWebAppDeployment gets an existing WebAppDeployment 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 NewWebAppDeployment

func NewWebAppDeployment(ctx *pulumi.Context,
	name string, args *WebAppDeploymentArgs, opts ...pulumi.ResourceOption) (*WebAppDeployment, error)

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

func (*WebAppDeployment) ElementType added in v0.2.6

func (*WebAppDeployment) ElementType() reflect.Type

func (*WebAppDeployment) ToWebAppDeploymentOutput added in v0.2.6

func (i *WebAppDeployment) ToWebAppDeploymentOutput() WebAppDeploymentOutput

func (*WebAppDeployment) ToWebAppDeploymentOutputWithContext added in v0.2.6

func (i *WebAppDeployment) ToWebAppDeploymentOutputWithContext(ctx context.Context) WebAppDeploymentOutput

type WebAppDeploymentArgs

type WebAppDeploymentArgs struct {
	// True if deployment is currently active, false if completed and null if not started.
	Active pulumi.BoolPtrInput
	// Who authored the deployment.
	Author pulumi.StringPtrInput
	// Author email.
	AuthorEmail pulumi.StringPtrInput
	// Who performed the deployment.
	Deployer pulumi.StringPtrInput
	// Details on deployment.
	Details pulumi.StringPtrInput
	// End time.
	EndTime pulumi.StringPtrInput
	// ID of an existing deployment.
	Id pulumi.StringInput
	// Kind of resource.
	Kind pulumi.StringPtrInput
	// Details about deployment status.
	Message pulumi.StringPtrInput
	// Name of the app.
	Name pulumi.StringInput
	// Name of the resource group to which the resource belongs.
	ResourceGroupName pulumi.StringInput
	// Start time.
	StartTime pulumi.StringPtrInput
	// Deployment status.
	Status pulumi.IntPtrInput
}

The set of arguments for constructing a WebAppDeployment resource.

func (WebAppDeploymentArgs) ElementType

func (WebAppDeploymentArgs) ElementType() reflect.Type

type WebAppDeploymentInput added in v0.2.6

type WebAppDeploymentInput interface {
	pulumi.Input

	ToWebAppDeploymentOutput() WebAppDeploymentOutput
	ToWebAppDeploymentOutputWithContext(ctx context.Context) WebAppDeploymentOutput
}

type WebAppDeploymentOutput added in v0.2.6

type WebAppDeploymentOutput struct {
	*pulumi.OutputState
}

func (WebAppDeploymentOutput) ElementType added in v0.2.6

func (WebAppDeploymentOutput) ElementType() reflect.Type

func (WebAppDeploymentOutput) ToWebAppDeploymentOutput added in v0.2.6

func (o WebAppDeploymentOutput) ToWebAppDeploymentOutput() WebAppDeploymentOutput

func (WebAppDeploymentOutput) ToWebAppDeploymentOutputWithContext added in v0.2.6

func (o WebAppDeploymentOutput) ToWebAppDeploymentOutputWithContext(ctx context.Context) WebAppDeploymentOutput

type WebAppDeploymentSlot

type WebAppDeploymentSlot struct {
	pulumi.CustomResourceState

	// True if deployment is currently active, false if completed and null if not started.
	Active pulumi.BoolPtrOutput `pulumi:"active"`
	// Who authored the deployment.
	Author pulumi.StringPtrOutput `pulumi:"author"`
	// Author email.
	AuthorEmail pulumi.StringPtrOutput `pulumi:"authorEmail"`
	// Who performed the deployment.
	Deployer pulumi.StringPtrOutput `pulumi:"deployer"`
	// Details on deployment.
	Details pulumi.StringPtrOutput `pulumi:"details"`
	// End time.
	EndTime pulumi.StringPtrOutput `pulumi:"endTime"`
	// Kind of resource.
	Kind pulumi.StringPtrOutput `pulumi:"kind"`
	// Details about deployment status.
	Message pulumi.StringPtrOutput `pulumi:"message"`
	// Resource Name.
	Name pulumi.StringOutput `pulumi:"name"`
	// Start time.
	StartTime pulumi.StringPtrOutput `pulumi:"startTime"`
	// Deployment status.
	Status pulumi.IntPtrOutput `pulumi:"status"`
	// Resource type.
	Type pulumi.StringOutput `pulumi:"type"`
}

User credentials used for publishing activity.

func GetWebAppDeploymentSlot

func GetWebAppDeploymentSlot(ctx *pulumi.Context,
	name string, id pulumi.IDInput, state *WebAppDeploymentSlotState, opts ...pulumi.ResourceOption) (*WebAppDeploymentSlot, error)

GetWebAppDeploymentSlot gets an existing WebAppDeploymentSlot 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 NewWebAppDeploymentSlot

func NewWebAppDeploymentSlot(ctx *pulumi.Context,
	name string, args *WebAppDeploymentSlotArgs, opts ...pulumi.ResourceOption) (*WebAppDeploymentSlot, error)

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

func (*WebAppDeploymentSlot) ElementType added in v0.2.6

func (*WebAppDeploymentSlot) ElementType() reflect.Type

func (*WebAppDeploymentSlot) ToWebAppDeploymentSlotOutput added in v0.2.6

func (i *WebAppDeploymentSlot) ToWebAppDeploymentSlotOutput() WebAppDeploymentSlotOutput

func (*WebAppDeploymentSlot) ToWebAppDeploymentSlotOutputWithContext added in v0.2.6

func (i *WebAppDeploymentSlot) ToWebAppDeploymentSlotOutputWithContext(ctx context.Context) WebAppDeploymentSlotOutput

type WebAppDeploymentSlotArgs

type WebAppDeploymentSlotArgs struct {
	// True if deployment is currently active, false if completed and null if not started.
	Active pulumi.BoolPtrInput
	// Who authored the deployment.
	Author pulumi.StringPtrInput
	// Author email.
	AuthorEmail pulumi.StringPtrInput
	// Who performed the deployment.
	Deployer pulumi.StringPtrInput
	// Details on deployment.
	Details pulumi.StringPtrInput
	// End time.
	EndTime pulumi.StringPtrInput
	// ID of an existing deployment.
	Id pulumi.StringInput
	// Kind of resource.
	Kind pulumi.StringPtrInput
	// Details about deployment status.
	Message pulumi.StringPtrInput
	// Name of the app.
	Name pulumi.StringInput
	// Name of the resource group to which the resource belongs.
	ResourceGroupName pulumi.StringInput
	// Name of the deployment slot. If a slot is not specified, the API creates a deployment for the production slot.
	Slot pulumi.StringInput
	// Start time.
	StartTime pulumi.StringPtrInput
	// Deployment status.
	Status pulumi.IntPtrInput
}

The set of arguments for constructing a WebAppDeploymentSlot resource.

func (WebAppDeploymentSlotArgs) ElementType

func (WebAppDeploymentSlotArgs) ElementType() reflect.Type

type WebAppDeploymentSlotInput added in v0.2.6

type WebAppDeploymentSlotInput interface {
	pulumi.Input

	ToWebAppDeploymentSlotOutput() WebAppDeploymentSlotOutput
	ToWebAppDeploymentSlotOutputWithContext(ctx context.Context) WebAppDeploymentSlotOutput
}

type WebAppDeploymentSlotOutput added in v0.2.6

type WebAppDeploymentSlotOutput struct {
	*pulumi.OutputState
}

func (WebAppDeploymentSlotOutput) ElementType added in v0.2.6

func (WebAppDeploymentSlotOutput) ElementType() reflect.Type

func (WebAppDeploymentSlotOutput) ToWebAppDeploymentSlotOutput added in v0.2.6

func (o WebAppDeploymentSlotOutput) ToWebAppDeploymentSlotOutput() WebAppDeploymentSlotOutput

func (WebAppDeploymentSlotOutput) ToWebAppDeploymentSlotOutputWithContext added in v0.2.6

func (o WebAppDeploymentSlotOutput) ToWebAppDeploymentSlotOutputWithContext(ctx context.Context) WebAppDeploymentSlotOutput

type WebAppDeploymentSlotState

type WebAppDeploymentSlotState struct {
	// True if deployment is currently active, false if completed and null if not started.
	Active pulumi.BoolPtrInput
	// Who authored the deployment.
	Author pulumi.StringPtrInput
	// Author email.
	AuthorEmail pulumi.StringPtrInput
	// Who performed the deployment.
	Deployer pulumi.StringPtrInput
	// Details on deployment.
	Details pulumi.StringPtrInput
	// End time.
	EndTime pulumi.StringPtrInput
	// Kind of resource.
	Kind pulumi.StringPtrInput
	// Details about deployment status.
	Message pulumi.StringPtrInput
	// Resource Name.
	Name pulumi.StringPtrInput
	// Start time.
	StartTime pulumi.StringPtrInput
	// Deployment status.
	Status pulumi.IntPtrInput
	// Resource type.
	Type pulumi.StringPtrInput
}

func (WebAppDeploymentSlotState) ElementType

func (WebAppDeploymentSlotState) ElementType() reflect.Type

type WebAppDeploymentState

type WebAppDeploymentState struct {
	// True if deployment is currently active, false if completed and null if not started.
	Active pulumi.BoolPtrInput
	// Who authored the deployment.
	Author pulumi.StringPtrInput
	// Author email.
	AuthorEmail pulumi.StringPtrInput
	// Who performed the deployment.
	Deployer pulumi.StringPtrInput
	// Details on deployment.
	Details pulumi.StringPtrInput
	// End time.
	EndTime pulumi.StringPtrInput
	// Kind of resource.
	Kind pulumi.StringPtrInput
	// Details about deployment status.
	Message pulumi.StringPtrInput
	// Resource Name.
	Name pulumi.StringPtrInput
	// Start time.
	StartTime pulumi.StringPtrInput
	// Deployment status.
	Status pulumi.IntPtrInput
	// Resource type.
	Type pulumi.StringPtrInput
}

func (WebAppDeploymentState) ElementType

func (WebAppDeploymentState) ElementType() reflect.Type

type WebAppDiagnosticLogsConfiguration added in v0.3.1

type WebAppDiagnosticLogsConfiguration struct {
	pulumi.CustomResourceState

	// Application logs configuration.
	ApplicationLogs ApplicationLogsConfigResponsePtrOutput `pulumi:"applicationLogs"`
	// Detailed error messages configuration.
	DetailedErrorMessages EnabledConfigResponsePtrOutput `pulumi:"detailedErrorMessages"`
	// Failed requests tracing configuration.
	FailedRequestsTracing EnabledConfigResponsePtrOutput `pulumi:"failedRequestsTracing"`
	// HTTP logs configuration.
	HttpLogs HttpLogsConfigResponsePtrOutput `pulumi:"httpLogs"`
	// Kind of resource.
	Kind pulumi.StringPtrOutput `pulumi:"kind"`
	// Resource Name.
	Name pulumi.StringOutput `pulumi:"name"`
	// Resource type.
	Type pulumi.StringOutput `pulumi:"type"`
}

Configuration of App Service site logs.

func GetWebAppDiagnosticLogsConfiguration added in v0.3.1

func GetWebAppDiagnosticLogsConfiguration(ctx *pulumi.Context,
	name string, id pulumi.IDInput, state *WebAppDiagnosticLogsConfigurationState, opts ...pulumi.ResourceOption) (*WebAppDiagnosticLogsConfiguration, error)

GetWebAppDiagnosticLogsConfiguration gets an existing WebAppDiagnosticLogsConfiguration 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 NewWebAppDiagnosticLogsConfiguration added in v0.3.1

func NewWebAppDiagnosticLogsConfiguration(ctx *pulumi.Context,
	name string, args *WebAppDiagnosticLogsConfigurationArgs, opts ...pulumi.ResourceOption) (*WebAppDiagnosticLogsConfiguration, error)

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

func (*WebAppDiagnosticLogsConfiguration) ElementType added in v0.3.1

func (*WebAppDiagnosticLogsConfiguration) ToWebAppDiagnosticLogsConfigurationOutput added in v0.3.1

func (i *WebAppDiagnosticLogsConfiguration) ToWebAppDiagnosticLogsConfigurationOutput() WebAppDiagnosticLogsConfigurationOutput

func (*WebAppDiagnosticLogsConfiguration) ToWebAppDiagnosticLogsConfigurationOutputWithContext added in v0.3.1

func (i *WebAppDiagnosticLogsConfiguration) ToWebAppDiagnosticLogsConfigurationOutputWithContext(ctx context.Context) WebAppDiagnosticLogsConfigurationOutput

type WebAppDiagnosticLogsConfigurationArgs added in v0.3.1

type WebAppDiagnosticLogsConfigurationArgs struct {
	// Application logs configuration.
	ApplicationLogs ApplicationLogsConfigPtrInput
	// Detailed error messages configuration.
	DetailedErrorMessages EnabledConfigPtrInput
	// Failed requests tracing configuration.
	FailedRequestsTracing EnabledConfigPtrInput
	// HTTP logs configuration.
	HttpLogs HttpLogsConfigPtrInput
	// Kind of resource.
	Kind pulumi.StringPtrInput
	// Name of the app.
	Name pulumi.StringInput
	// Name of the resource group to which the resource belongs.
	ResourceGroupName pulumi.StringInput
}

The set of arguments for constructing a WebAppDiagnosticLogsConfiguration resource.

func (WebAppDiagnosticLogsConfigurationArgs) ElementType added in v0.3.1

type WebAppDiagnosticLogsConfigurationInput added in v0.3.1

type WebAppDiagnosticLogsConfigurationInput interface {
	pulumi.Input

	ToWebAppDiagnosticLogsConfigurationOutput() WebAppDiagnosticLogsConfigurationOutput
	ToWebAppDiagnosticLogsConfigurationOutputWithContext(ctx context.Context) WebAppDiagnosticLogsConfigurationOutput
}

type WebAppDiagnosticLogsConfigurationOutput added in v0.3.1

type WebAppDiagnosticLogsConfigurationOutput struct {
	*pulumi.OutputState
}

func (WebAppDiagnosticLogsConfigurationOutput) ElementType added in v0.3.1

func (WebAppDiagnosticLogsConfigurationOutput) ToWebAppDiagnosticLogsConfigurationOutput added in v0.3.1

func (o WebAppDiagnosticLogsConfigurationOutput) ToWebAppDiagnosticLogsConfigurationOutput() WebAppDiagnosticLogsConfigurationOutput

func (WebAppDiagnosticLogsConfigurationOutput) ToWebAppDiagnosticLogsConfigurationOutputWithContext added in v0.3.1

func (o WebAppDiagnosticLogsConfigurationOutput) ToWebAppDiagnosticLogsConfigurationOutputWithContext(ctx context.Context) WebAppDiagnosticLogsConfigurationOutput

type WebAppDiagnosticLogsConfigurationState added in v0.3.1

type WebAppDiagnosticLogsConfigurationState struct {
	// Application logs configuration.
	ApplicationLogs ApplicationLogsConfigResponsePtrInput
	// Detailed error messages configuration.
	DetailedErrorMessages EnabledConfigResponsePtrInput
	// Failed requests tracing configuration.
	FailedRequestsTracing EnabledConfigResponsePtrInput
	// HTTP logs configuration.
	HttpLogs HttpLogsConfigResponsePtrInput
	// Kind of resource.
	Kind pulumi.StringPtrInput
	// Resource Name.
	Name pulumi.StringPtrInput
	// Resource type.
	Type pulumi.StringPtrInput
}

func (WebAppDiagnosticLogsConfigurationState) ElementType added in v0.3.1

type WebAppDomainOwnershipIdentifier

type WebAppDomainOwnershipIdentifier struct {
	pulumi.CustomResourceState

	// Kind of resource.
	Kind pulumi.StringPtrOutput `pulumi:"kind"`
	// Resource Name.
	Name pulumi.StringOutput `pulumi:"name"`
	// Resource type.
	Type pulumi.StringOutput `pulumi:"type"`
}

A domain specific resource identifier.

func GetWebAppDomainOwnershipIdentifier

func GetWebAppDomainOwnershipIdentifier(ctx *pulumi.Context,
	name string, id pulumi.IDInput, state *WebAppDomainOwnershipIdentifierState, opts ...pulumi.ResourceOption) (*WebAppDomainOwnershipIdentifier, error)

GetWebAppDomainOwnershipIdentifier gets an existing WebAppDomainOwnershipIdentifier 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 NewWebAppDomainOwnershipIdentifier

func NewWebAppDomainOwnershipIdentifier(ctx *pulumi.Context,
	name string, args *WebAppDomainOwnershipIdentifierArgs, opts ...pulumi.ResourceOption) (*WebAppDomainOwnershipIdentifier, error)

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

func (*WebAppDomainOwnershipIdentifier) ElementType added in v0.2.6

func (*WebAppDomainOwnershipIdentifier) ToWebAppDomainOwnershipIdentifierOutput added in v0.2.6

func (i *WebAppDomainOwnershipIdentifier) ToWebAppDomainOwnershipIdentifierOutput() WebAppDomainOwnershipIdentifierOutput

func (*WebAppDomainOwnershipIdentifier) ToWebAppDomainOwnershipIdentifierOutputWithContext added in v0.2.6

func (i *WebAppDomainOwnershipIdentifier) ToWebAppDomainOwnershipIdentifierOutputWithContext(ctx context.Context) WebAppDomainOwnershipIdentifierOutput

type WebAppDomainOwnershipIdentifierArgs

type WebAppDomainOwnershipIdentifierArgs struct {
	// Name of domain ownership identifier.
	DomainOwnershipIdentifierName pulumi.StringInput
	// String representation of the identity.
	Id pulumi.StringPtrInput
	// Kind of resource.
	Kind pulumi.StringPtrInput
	// Name of the app.
	Name pulumi.StringInput
	// Name of the resource group to which the resource belongs.
	ResourceGroupName pulumi.StringInput
}

The set of arguments for constructing a WebAppDomainOwnershipIdentifier resource.

func (WebAppDomainOwnershipIdentifierArgs) ElementType

type WebAppDomainOwnershipIdentifierInput added in v0.2.6

type WebAppDomainOwnershipIdentifierInput interface {
	pulumi.Input

	ToWebAppDomainOwnershipIdentifierOutput() WebAppDomainOwnershipIdentifierOutput
	ToWebAppDomainOwnershipIdentifierOutputWithContext(ctx context.Context) WebAppDomainOwnershipIdentifierOutput
}

type WebAppDomainOwnershipIdentifierOutput added in v0.2.6

type WebAppDomainOwnershipIdentifierOutput struct {
	*pulumi.OutputState
}

func (WebAppDomainOwnershipIdentifierOutput) ElementType added in v0.2.6

func (WebAppDomainOwnershipIdentifierOutput) ToWebAppDomainOwnershipIdentifierOutput added in v0.2.6

func (o WebAppDomainOwnershipIdentifierOutput) ToWebAppDomainOwnershipIdentifierOutput() WebAppDomainOwnershipIdentifierOutput

func (WebAppDomainOwnershipIdentifierOutput) ToWebAppDomainOwnershipIdentifierOutputWithContext added in v0.2.6

func (o WebAppDomainOwnershipIdentifierOutput) ToWebAppDomainOwnershipIdentifierOutputWithContext(ctx context.Context) WebAppDomainOwnershipIdentifierOutput

type WebAppDomainOwnershipIdentifierSlot

type WebAppDomainOwnershipIdentifierSlot struct {
	pulumi.CustomResourceState

	// Kind of resource.
	Kind pulumi.StringPtrOutput `pulumi:"kind"`
	// Resource Name.
	Name pulumi.StringOutput `pulumi:"name"`
	// Resource type.
	Type pulumi.StringOutput `pulumi:"type"`
}

A domain specific resource identifier.

func GetWebAppDomainOwnershipIdentifierSlot

func GetWebAppDomainOwnershipIdentifierSlot(ctx *pulumi.Context,
	name string, id pulumi.IDInput, state *WebAppDomainOwnershipIdentifierSlotState, opts ...pulumi.ResourceOption) (*WebAppDomainOwnershipIdentifierSlot, error)

GetWebAppDomainOwnershipIdentifierSlot gets an existing WebAppDomainOwnershipIdentifierSlot 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 NewWebAppDomainOwnershipIdentifierSlot

func NewWebAppDomainOwnershipIdentifierSlot(ctx *pulumi.Context,
	name string, args *WebAppDomainOwnershipIdentifierSlotArgs, opts ...pulumi.ResourceOption) (*WebAppDomainOwnershipIdentifierSlot, error)

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

func (*WebAppDomainOwnershipIdentifierSlot) ElementType added in v0.2.6

func (*WebAppDomainOwnershipIdentifierSlot) ToWebAppDomainOwnershipIdentifierSlotOutput added in v0.2.6

func (i *WebAppDomainOwnershipIdentifierSlot) ToWebAppDomainOwnershipIdentifierSlotOutput() WebAppDomainOwnershipIdentifierSlotOutput

func (*WebAppDomainOwnershipIdentifierSlot) ToWebAppDomainOwnershipIdentifierSlotOutputWithContext added in v0.2.6

func (i *WebAppDomainOwnershipIdentifierSlot) ToWebAppDomainOwnershipIdentifierSlotOutputWithContext(ctx context.Context) WebAppDomainOwnershipIdentifierSlotOutput

type WebAppDomainOwnershipIdentifierSlotArgs

type WebAppDomainOwnershipIdentifierSlotArgs struct {
	// Name of domain ownership identifier.
	DomainOwnershipIdentifierName pulumi.StringInput
	// String representation of the identity.
	Id pulumi.StringPtrInput
	// Kind of resource.
	Kind pulumi.StringPtrInput
	// Name of the app.
	Name pulumi.StringInput
	// Name of the resource group to which the resource belongs.
	ResourceGroupName pulumi.StringInput
	// Name of the deployment slot. If a slot is not specified, the API will delete the binding for the production slot.
	Slot pulumi.StringInput
}

The set of arguments for constructing a WebAppDomainOwnershipIdentifierSlot resource.

func (WebAppDomainOwnershipIdentifierSlotArgs) ElementType

type WebAppDomainOwnershipIdentifierSlotInput added in v0.2.6

type WebAppDomainOwnershipIdentifierSlotInput interface {
	pulumi.Input

	ToWebAppDomainOwnershipIdentifierSlotOutput() WebAppDomainOwnershipIdentifierSlotOutput
	ToWebAppDomainOwnershipIdentifierSlotOutputWithContext(ctx context.Context) WebAppDomainOwnershipIdentifierSlotOutput
}

type WebAppDomainOwnershipIdentifierSlotOutput added in v0.2.6

type WebAppDomainOwnershipIdentifierSlotOutput struct {
	*pulumi.OutputState
}

func (WebAppDomainOwnershipIdentifierSlotOutput) ElementType added in v0.2.6

func (WebAppDomainOwnershipIdentifierSlotOutput) ToWebAppDomainOwnershipIdentifierSlotOutput added in v0.2.6

func (o WebAppDomainOwnershipIdentifierSlotOutput) ToWebAppDomainOwnershipIdentifierSlotOutput() WebAppDomainOwnershipIdentifierSlotOutput

func (WebAppDomainOwnershipIdentifierSlotOutput) ToWebAppDomainOwnershipIdentifierSlotOutputWithContext added in v0.2.6

func (o WebAppDomainOwnershipIdentifierSlotOutput) ToWebAppDomainOwnershipIdentifierSlotOutputWithContext(ctx context.Context) WebAppDomainOwnershipIdentifierSlotOutput

type WebAppDomainOwnershipIdentifierSlotState

type WebAppDomainOwnershipIdentifierSlotState struct {
	// Kind of resource.
	Kind pulumi.StringPtrInput
	// Resource Name.
	Name pulumi.StringPtrInput
	// Resource type.
	Type pulumi.StringPtrInput
}

func (WebAppDomainOwnershipIdentifierSlotState) ElementType

type WebAppDomainOwnershipIdentifierState

type WebAppDomainOwnershipIdentifierState struct {
	// Kind of resource.
	Kind pulumi.StringPtrInput
	// Resource Name.
	Name pulumi.StringPtrInput
	// Resource type.
	Type pulumi.StringPtrInput
}

func (WebAppDomainOwnershipIdentifierState) ElementType

type WebAppFunction

type WebAppFunction struct {
	pulumi.CustomResourceState

	// Config information.
	Config pulumi.AnyOutput `pulumi:"config"`
	// Config URI.
	ConfigHref pulumi.StringPtrOutput `pulumi:"configHref"`
	// File list.
	Files pulumi.StringMapOutput `pulumi:"files"`
	// Function App ID.
	FunctionAppId pulumi.StringPtrOutput `pulumi:"functionAppId"`
	// Function URI.
	Href pulumi.StringPtrOutput `pulumi:"href"`
	// The invocation URL
	InvokeUrlTemplate pulumi.StringPtrOutput `pulumi:"invokeUrlTemplate"`
	// Value indicating whether the function is disabled
	IsDisabled pulumi.BoolPtrOutput `pulumi:"isDisabled"`
	// Kind of resource.
	Kind pulumi.StringPtrOutput `pulumi:"kind"`
	// The function language
	Language pulumi.StringPtrOutput `pulumi:"language"`
	// Resource Name.
	Name pulumi.StringOutput `pulumi:"name"`
	// Script URI.
	ScriptHref pulumi.StringPtrOutput `pulumi:"scriptHref"`
	// Script root path URI.
	ScriptRootPathHref pulumi.StringPtrOutput `pulumi:"scriptRootPathHref"`
	// Secrets file URI.
	SecretsFileHref pulumi.StringPtrOutput `pulumi:"secretsFileHref"`
	// Test data used when testing via the Azure Portal.
	TestData pulumi.StringPtrOutput `pulumi:"testData"`
	// Test data URI.
	TestDataHref pulumi.StringPtrOutput `pulumi:"testDataHref"`
	// Resource type.
	Type pulumi.StringOutput `pulumi:"type"`
}

Function information.

func GetWebAppFunction

func GetWebAppFunction(ctx *pulumi.Context,
	name string, id pulumi.IDInput, state *WebAppFunctionState, opts ...pulumi.ResourceOption) (*WebAppFunction, error)

GetWebAppFunction gets an existing WebAppFunction 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 NewWebAppFunction

func NewWebAppFunction(ctx *pulumi.Context,
	name string, args *WebAppFunctionArgs, opts ...pulumi.ResourceOption) (*WebAppFunction, error)

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

func (*WebAppFunction) ElementType added in v0.2.6

func (*WebAppFunction) ElementType() reflect.Type

func (*WebAppFunction) ToWebAppFunctionOutput added in v0.2.6

func (i *WebAppFunction) ToWebAppFunctionOutput() WebAppFunctionOutput

func (*WebAppFunction) ToWebAppFunctionOutputWithContext added in v0.2.6

func (i *WebAppFunction) ToWebAppFunctionOutputWithContext(ctx context.Context) WebAppFunctionOutput

type WebAppFunctionArgs

type WebAppFunctionArgs struct {
	// Config information.
	Config pulumi.Input
	// Config URI.
	ConfigHref pulumi.StringPtrInput
	// File list.
	Files pulumi.StringMapInput
	// Function App ID.
	FunctionAppId pulumi.StringPtrInput
	// Function name.
	FunctionName pulumi.StringInput
	// Function URI.
	Href pulumi.StringPtrInput
	// The invocation URL
	InvokeUrlTemplate pulumi.StringPtrInput
	// Value indicating whether the function is disabled
	IsDisabled pulumi.BoolPtrInput
	// Kind of resource.
	Kind pulumi.StringPtrInput
	// The function language
	Language pulumi.StringPtrInput
	// Site name.
	Name pulumi.StringInput
	// Name of the resource group to which the resource belongs.
	ResourceGroupName pulumi.StringInput
	// Script URI.
	ScriptHref pulumi.StringPtrInput
	// Script root path URI.
	ScriptRootPathHref pulumi.StringPtrInput
	// Secrets file URI.
	SecretsFileHref pulumi.StringPtrInput
	// Test data used when testing via the Azure Portal.
	TestData pulumi.StringPtrInput
	// Test data URI.
	TestDataHref pulumi.StringPtrInput
}

The set of arguments for constructing a WebAppFunction resource.

func (WebAppFunctionArgs) ElementType

func (WebAppFunctionArgs) ElementType() reflect.Type

type WebAppFunctionInput added in v0.2.6

type WebAppFunctionInput interface {
	pulumi.Input

	ToWebAppFunctionOutput() WebAppFunctionOutput
	ToWebAppFunctionOutputWithContext(ctx context.Context) WebAppFunctionOutput
}

type WebAppFunctionOutput added in v0.2.6

type WebAppFunctionOutput struct {
	*pulumi.OutputState
}

func (WebAppFunctionOutput) ElementType added in v0.2.6

func (WebAppFunctionOutput) ElementType() reflect.Type

func (WebAppFunctionOutput) ToWebAppFunctionOutput added in v0.2.6

func (o WebAppFunctionOutput) ToWebAppFunctionOutput() WebAppFunctionOutput

func (WebAppFunctionOutput) ToWebAppFunctionOutputWithContext added in v0.2.6

func (o WebAppFunctionOutput) ToWebAppFunctionOutputWithContext(ctx context.Context) WebAppFunctionOutput

type WebAppFunctionState

type WebAppFunctionState struct {
	// Config information.
	Config pulumi.Input
	// Config URI.
	ConfigHref pulumi.StringPtrInput
	// File list.
	Files pulumi.StringMapInput
	// Function App ID.
	FunctionAppId pulumi.StringPtrInput
	// Function URI.
	Href pulumi.StringPtrInput
	// The invocation URL
	InvokeUrlTemplate pulumi.StringPtrInput
	// Value indicating whether the function is disabled
	IsDisabled pulumi.BoolPtrInput
	// Kind of resource.
	Kind pulumi.StringPtrInput
	// The function language
	Language pulumi.StringPtrInput
	// Resource Name.
	Name pulumi.StringPtrInput
	// Script URI.
	ScriptHref pulumi.StringPtrInput
	// Script root path URI.
	ScriptRootPathHref pulumi.StringPtrInput
	// Secrets file URI.
	SecretsFileHref pulumi.StringPtrInput
	// Test data used when testing via the Azure Portal.
	TestData pulumi.StringPtrInput
	// Test data URI.
	TestDataHref pulumi.StringPtrInput
	// Resource type.
	Type pulumi.StringPtrInput
}

func (WebAppFunctionState) ElementType

func (WebAppFunctionState) ElementType() reflect.Type

type WebAppHostNameBinding

type WebAppHostNameBinding struct {
	pulumi.CustomResourceState

	// Azure resource name.
	AzureResourceName pulumi.StringPtrOutput `pulumi:"azureResourceName"`
	// Azure resource type.
	AzureResourceType pulumi.StringPtrOutput `pulumi:"azureResourceType"`
	// Custom DNS record type.
	CustomHostNameDnsRecordType pulumi.StringPtrOutput `pulumi:"customHostNameDnsRecordType"`
	// Fully qualified ARM domain resource URI.
	DomainId pulumi.StringPtrOutput `pulumi:"domainId"`
	// Hostname type.
	HostNameType pulumi.StringPtrOutput `pulumi:"hostNameType"`
	// Kind of resource.
	Kind pulumi.StringPtrOutput `pulumi:"kind"`
	// Resource Name.
	Name pulumi.StringOutput `pulumi:"name"`
	// App Service app name.
	SiteName pulumi.StringPtrOutput `pulumi:"siteName"`
	// SSL type
	SslState pulumi.StringPtrOutput `pulumi:"sslState"`
	// SSL certificate thumbprint
	Thumbprint pulumi.StringPtrOutput `pulumi:"thumbprint"`
	// Resource type.
	Type pulumi.StringOutput `pulumi:"type"`
	// Virtual IP address assigned to the hostname if IP based SSL is enabled.
	VirtualIP pulumi.StringOutput `pulumi:"virtualIP"`
}

A hostname binding object.

func GetWebAppHostNameBinding

func GetWebAppHostNameBinding(ctx *pulumi.Context,
	name string, id pulumi.IDInput, state *WebAppHostNameBindingState, opts ...pulumi.ResourceOption) (*WebAppHostNameBinding, error)

GetWebAppHostNameBinding gets an existing WebAppHostNameBinding 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 NewWebAppHostNameBinding

func NewWebAppHostNameBinding(ctx *pulumi.Context,
	name string, args *WebAppHostNameBindingArgs, opts ...pulumi.ResourceOption) (*WebAppHostNameBinding, error)

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

func (*WebAppHostNameBinding) ElementType added in v0.2.6

func (*WebAppHostNameBinding) ElementType() reflect.Type

func (*WebAppHostNameBinding) ToWebAppHostNameBindingOutput added in v0.2.6

func (i *WebAppHostNameBinding) ToWebAppHostNameBindingOutput() WebAppHostNameBindingOutput

func (*WebAppHostNameBinding) ToWebAppHostNameBindingOutputWithContext added in v0.2.6

func (i *WebAppHostNameBinding) ToWebAppHostNameBindingOutputWithContext(ctx context.Context) WebAppHostNameBindingOutput

type WebAppHostNameBindingArgs

type WebAppHostNameBindingArgs struct {
	// Azure resource name.
	AzureResourceName pulumi.StringPtrInput
	// Azure resource type.
	AzureResourceType *AzureResourceType
	// Custom DNS record type.
	CustomHostNameDnsRecordType *CustomHostNameDnsRecordType
	// Fully qualified ARM domain resource URI.
	DomainId pulumi.StringPtrInput
	// Hostname in the hostname binding.
	HostName pulumi.StringInput
	// Hostname type.
	HostNameType *HostNameType
	// Kind of resource.
	Kind pulumi.StringPtrInput
	// Name of the app.
	Name pulumi.StringInput
	// Name of the resource group to which the resource belongs.
	ResourceGroupName pulumi.StringInput
	// App Service app name.
	SiteName pulumi.StringPtrInput
	// SSL type
	SslState *SslState
	// SSL certificate thumbprint
	Thumbprint pulumi.StringPtrInput
}

The set of arguments for constructing a WebAppHostNameBinding resource.

func (WebAppHostNameBindingArgs) ElementType

func (WebAppHostNameBindingArgs) ElementType() reflect.Type

type WebAppHostNameBindingInput added in v0.2.6

type WebAppHostNameBindingInput interface {
	pulumi.Input

	ToWebAppHostNameBindingOutput() WebAppHostNameBindingOutput
	ToWebAppHostNameBindingOutputWithContext(ctx context.Context) WebAppHostNameBindingOutput
}

type WebAppHostNameBindingOutput added in v0.2.6

type WebAppHostNameBindingOutput struct {
	*pulumi.OutputState
}

func (WebAppHostNameBindingOutput) ElementType added in v0.2.6

func (WebAppHostNameBindingOutput) ToWebAppHostNameBindingOutput added in v0.2.6

func (o WebAppHostNameBindingOutput) ToWebAppHostNameBindingOutput() WebAppHostNameBindingOutput

func (WebAppHostNameBindingOutput) ToWebAppHostNameBindingOutputWithContext added in v0.2.6

func (o WebAppHostNameBindingOutput) ToWebAppHostNameBindingOutputWithContext(ctx context.Context) WebAppHostNameBindingOutput

type WebAppHostNameBindingSlot

type WebAppHostNameBindingSlot struct {
	pulumi.CustomResourceState

	// Azure resource name.
	AzureResourceName pulumi.StringPtrOutput `pulumi:"azureResourceName"`
	// Azure resource type.
	AzureResourceType pulumi.StringPtrOutput `pulumi:"azureResourceType"`
	// Custom DNS record type.
	CustomHostNameDnsRecordType pulumi.StringPtrOutput `pulumi:"customHostNameDnsRecordType"`
	// Fully qualified ARM domain resource URI.
	DomainId pulumi.StringPtrOutput `pulumi:"domainId"`
	// Hostname type.
	HostNameType pulumi.StringPtrOutput `pulumi:"hostNameType"`
	// Kind of resource.
	Kind pulumi.StringPtrOutput `pulumi:"kind"`
	// Resource Name.
	Name pulumi.StringOutput `pulumi:"name"`
	// App Service app name.
	SiteName pulumi.StringPtrOutput `pulumi:"siteName"`
	// SSL type
	SslState pulumi.StringPtrOutput `pulumi:"sslState"`
	// SSL certificate thumbprint
	Thumbprint pulumi.StringPtrOutput `pulumi:"thumbprint"`
	// Resource type.
	Type pulumi.StringOutput `pulumi:"type"`
	// Virtual IP address assigned to the hostname if IP based SSL is enabled.
	VirtualIP pulumi.StringOutput `pulumi:"virtualIP"`
}

A hostname binding object.

func GetWebAppHostNameBindingSlot

func GetWebAppHostNameBindingSlot(ctx *pulumi.Context,
	name string, id pulumi.IDInput, state *WebAppHostNameBindingSlotState, opts ...pulumi.ResourceOption) (*WebAppHostNameBindingSlot, error)

GetWebAppHostNameBindingSlot gets an existing WebAppHostNameBindingSlot 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 NewWebAppHostNameBindingSlot

func NewWebAppHostNameBindingSlot(ctx *pulumi.Context,
	name string, args *WebAppHostNameBindingSlotArgs, opts ...pulumi.ResourceOption) (*WebAppHostNameBindingSlot, error)

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

func (*WebAppHostNameBindingSlot) ElementType added in v0.2.6

func (*WebAppHostNameBindingSlot) ElementType() reflect.Type

func (*WebAppHostNameBindingSlot) ToWebAppHostNameBindingSlotOutput added in v0.2.6

func (i *WebAppHostNameBindingSlot) ToWebAppHostNameBindingSlotOutput() WebAppHostNameBindingSlotOutput

func (*WebAppHostNameBindingSlot) ToWebAppHostNameBindingSlotOutputWithContext added in v0.2.6

func (i *WebAppHostNameBindingSlot) ToWebAppHostNameBindingSlotOutputWithContext(ctx context.Context) WebAppHostNameBindingSlotOutput

type WebAppHostNameBindingSlotArgs

type WebAppHostNameBindingSlotArgs struct {
	// Azure resource name.
	AzureResourceName pulumi.StringPtrInput
	// Azure resource type.
	AzureResourceType *AzureResourceType
	// Custom DNS record type.
	CustomHostNameDnsRecordType *CustomHostNameDnsRecordType
	// Fully qualified ARM domain resource URI.
	DomainId pulumi.StringPtrInput
	// Hostname in the hostname binding.
	HostName pulumi.StringInput
	// Hostname type.
	HostNameType *HostNameType
	// Kind of resource.
	Kind pulumi.StringPtrInput
	// Name of the app.
	Name pulumi.StringInput
	// Name of the resource group to which the resource belongs.
	ResourceGroupName pulumi.StringInput
	// App Service app name.
	SiteName pulumi.StringPtrInput
	// Name of the deployment slot. If a slot is not specified, the API will create a binding for the production slot.
	Slot pulumi.StringInput
	// SSL type
	SslState *SslState
	// SSL certificate thumbprint
	Thumbprint pulumi.StringPtrInput
}

The set of arguments for constructing a WebAppHostNameBindingSlot resource.

func (WebAppHostNameBindingSlotArgs) ElementType

type WebAppHostNameBindingSlotInput added in v0.2.6

type WebAppHostNameBindingSlotInput interface {
	pulumi.Input

	ToWebAppHostNameBindingSlotOutput() WebAppHostNameBindingSlotOutput
	ToWebAppHostNameBindingSlotOutputWithContext(ctx context.Context) WebAppHostNameBindingSlotOutput
}

type WebAppHostNameBindingSlotOutput added in v0.2.6

type WebAppHostNameBindingSlotOutput struct {
	*pulumi.OutputState
}

func (WebAppHostNameBindingSlotOutput) ElementType added in v0.2.6

func (WebAppHostNameBindingSlotOutput) ToWebAppHostNameBindingSlotOutput added in v0.2.6

func (o WebAppHostNameBindingSlotOutput) ToWebAppHostNameBindingSlotOutput() WebAppHostNameBindingSlotOutput

func (WebAppHostNameBindingSlotOutput) ToWebAppHostNameBindingSlotOutputWithContext added in v0.2.6

func (o WebAppHostNameBindingSlotOutput) ToWebAppHostNameBindingSlotOutputWithContext(ctx context.Context) WebAppHostNameBindingSlotOutput

type WebAppHostNameBindingSlotState

type WebAppHostNameBindingSlotState struct {
	// Azure resource name.
	AzureResourceName pulumi.StringPtrInput
	// Azure resource type.
	AzureResourceType pulumi.StringPtrInput
	// Custom DNS record type.
	CustomHostNameDnsRecordType pulumi.StringPtrInput
	// Fully qualified ARM domain resource URI.
	DomainId pulumi.StringPtrInput
	// Hostname type.
	HostNameType pulumi.StringPtrInput
	// Kind of resource.
	Kind pulumi.StringPtrInput
	// Resource Name.
	Name pulumi.StringPtrInput
	// App Service app name.
	SiteName pulumi.StringPtrInput
	// SSL type
	SslState pulumi.StringPtrInput
	// SSL certificate thumbprint
	Thumbprint pulumi.StringPtrInput
	// Resource type.
	Type pulumi.StringPtrInput
	// Virtual IP address assigned to the hostname if IP based SSL is enabled.
	VirtualIP pulumi.StringPtrInput
}

func (WebAppHostNameBindingSlotState) ElementType

type WebAppHostNameBindingState

type WebAppHostNameBindingState struct {
	// Azure resource name.
	AzureResourceName pulumi.StringPtrInput
	// Azure resource type.
	AzureResourceType pulumi.StringPtrInput
	// Custom DNS record type.
	CustomHostNameDnsRecordType pulumi.StringPtrInput
	// Fully qualified ARM domain resource URI.
	DomainId pulumi.StringPtrInput
	// Hostname type.
	HostNameType pulumi.StringPtrInput
	// Kind of resource.
	Kind pulumi.StringPtrInput
	// Resource Name.
	Name pulumi.StringPtrInput
	// App Service app name.
	SiteName pulumi.StringPtrInput
	// SSL type
	SslState pulumi.StringPtrInput
	// SSL certificate thumbprint
	Thumbprint pulumi.StringPtrInput
	// Resource type.
	Type pulumi.StringPtrInput
	// Virtual IP address assigned to the hostname if IP based SSL is enabled.
	VirtualIP pulumi.StringPtrInput
}

func (WebAppHostNameBindingState) ElementType

func (WebAppHostNameBindingState) ElementType() reflect.Type

type WebAppHybridConnection

type WebAppHybridConnection struct {
	pulumi.CustomResourceState

	// The hostname of the endpoint.
	Hostname pulumi.StringPtrOutput `pulumi:"hostname"`
	// Kind of resource.
	Kind pulumi.StringPtrOutput `pulumi:"kind"`
	// Resource Name.
	Name pulumi.StringOutput `pulumi:"name"`
	// The port of the endpoint.
	Port pulumi.IntPtrOutput `pulumi:"port"`
	// The ARM URI to the Service Bus relay.
	RelayArmUri pulumi.StringPtrOutput `pulumi:"relayArmUri"`
	// The name of the Service Bus relay.
	RelayName pulumi.StringPtrOutput `pulumi:"relayName"`
	// The name of the Service Bus key which has Send permissions. This is used to authenticate to Service Bus.
	SendKeyName pulumi.StringPtrOutput `pulumi:"sendKeyName"`
	// The value of the Service Bus key. This is used to authenticate to Service Bus. In ARM this key will not be returned
	// normally, use the POST /listKeys API instead.
	SendKeyValue pulumi.StringPtrOutput `pulumi:"sendKeyValue"`
	// The name of the Service Bus namespace.
	ServiceBusNamespace pulumi.StringPtrOutput `pulumi:"serviceBusNamespace"`
	// The suffix for the service bus endpoint. By default this is .servicebus.windows.net
	ServiceBusSuffix pulumi.StringPtrOutput `pulumi:"serviceBusSuffix"`
	// Resource type.
	Type pulumi.StringOutput `pulumi:"type"`
}

Hybrid Connection contract. This is used to configure a Hybrid Connection.

func GetWebAppHybridConnection

func GetWebAppHybridConnection(ctx *pulumi.Context,
	name string, id pulumi.IDInput, state *WebAppHybridConnectionState, opts ...pulumi.ResourceOption) (*WebAppHybridConnection, error)

GetWebAppHybridConnection gets an existing WebAppHybridConnection 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 NewWebAppHybridConnection

func NewWebAppHybridConnection(ctx *pulumi.Context,
	name string, args *WebAppHybridConnectionArgs, opts ...pulumi.ResourceOption) (*WebAppHybridConnection, error)

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

func (*WebAppHybridConnection) ElementType added in v0.2.6

func (*WebAppHybridConnection) ElementType() reflect.Type

func (*WebAppHybridConnection) ToWebAppHybridConnectionOutput added in v0.2.6

func (i *WebAppHybridConnection) ToWebAppHybridConnectionOutput() WebAppHybridConnectionOutput

func (*WebAppHybridConnection) ToWebAppHybridConnectionOutputWithContext added in v0.2.6

func (i *WebAppHybridConnection) ToWebAppHybridConnectionOutputWithContext(ctx context.Context) WebAppHybridConnectionOutput

type WebAppHybridConnectionArgs

type WebAppHybridConnectionArgs struct {
	// The hostname of the endpoint.
	Hostname pulumi.StringPtrInput
	// Kind of resource.
	Kind pulumi.StringPtrInput
	// The name of the web app.
	Name pulumi.StringInput
	// The namespace for this hybrid connection.
	NamespaceName pulumi.StringInput
	// The port of the endpoint.
	Port pulumi.IntPtrInput
	// The ARM URI to the Service Bus relay.
	RelayArmUri pulumi.StringPtrInput
	// The name of the Service Bus relay.
	RelayName pulumi.StringInput
	// Name of the resource group to which the resource belongs.
	ResourceGroupName pulumi.StringInput
	// The name of the Service Bus key which has Send permissions. This is used to authenticate to Service Bus.
	SendKeyName pulumi.StringPtrInput
	// The value of the Service Bus key. This is used to authenticate to Service Bus. In ARM this key will not be returned
	// normally, use the POST /listKeys API instead.
	SendKeyValue pulumi.StringPtrInput
	// The name of the Service Bus namespace.
	ServiceBusNamespace pulumi.StringPtrInput
	// The suffix for the service bus endpoint. By default this is .servicebus.windows.net
	ServiceBusSuffix pulumi.StringPtrInput
}

The set of arguments for constructing a WebAppHybridConnection resource.

func (WebAppHybridConnectionArgs) ElementType

func (WebAppHybridConnectionArgs) ElementType() reflect.Type

type WebAppHybridConnectionInput added in v0.2.6

type WebAppHybridConnectionInput interface {
	pulumi.Input

	ToWebAppHybridConnectionOutput() WebAppHybridConnectionOutput
	ToWebAppHybridConnectionOutputWithContext(ctx context.Context) WebAppHybridConnectionOutput
}

type WebAppHybridConnectionOutput added in v0.2.6

type WebAppHybridConnectionOutput struct {
	*pulumi.OutputState
}

func (WebAppHybridConnectionOutput) ElementType added in v0.2.6

func (WebAppHybridConnectionOutput) ToWebAppHybridConnectionOutput added in v0.2.6

func (o WebAppHybridConnectionOutput) ToWebAppHybridConnectionOutput() WebAppHybridConnectionOutput

func (WebAppHybridConnectionOutput) ToWebAppHybridConnectionOutputWithContext added in v0.2.6

func (o WebAppHybridConnectionOutput) ToWebAppHybridConnectionOutputWithContext(ctx context.Context) WebAppHybridConnectionOutput

type WebAppHybridConnectionSlot

type WebAppHybridConnectionSlot struct {
	pulumi.CustomResourceState

	// The hostname of the endpoint.
	Hostname pulumi.StringPtrOutput `pulumi:"hostname"`
	// Kind of resource.
	Kind pulumi.StringPtrOutput `pulumi:"kind"`
	// Resource Name.
	Name pulumi.StringOutput `pulumi:"name"`
	// The port of the endpoint.
	Port pulumi.IntPtrOutput `pulumi:"port"`
	// The ARM URI to the Service Bus relay.
	RelayArmUri pulumi.StringPtrOutput `pulumi:"relayArmUri"`
	// The name of the Service Bus relay.
	RelayName pulumi.StringPtrOutput `pulumi:"relayName"`
	// The name of the Service Bus key which has Send permissions. This is used to authenticate to Service Bus.
	SendKeyName pulumi.StringPtrOutput `pulumi:"sendKeyName"`
	// The value of the Service Bus key. This is used to authenticate to Service Bus. In ARM this key will not be returned
	// normally, use the POST /listKeys API instead.
	SendKeyValue pulumi.StringPtrOutput `pulumi:"sendKeyValue"`
	// The name of the Service Bus namespace.
	ServiceBusNamespace pulumi.StringPtrOutput `pulumi:"serviceBusNamespace"`
	// The suffix for the service bus endpoint. By default this is .servicebus.windows.net
	ServiceBusSuffix pulumi.StringPtrOutput `pulumi:"serviceBusSuffix"`
	// Resource type.
	Type pulumi.StringOutput `pulumi:"type"`
}

Hybrid Connection contract. This is used to configure a Hybrid Connection.

func GetWebAppHybridConnectionSlot

func GetWebAppHybridConnectionSlot(ctx *pulumi.Context,
	name string, id pulumi.IDInput, state *WebAppHybridConnectionSlotState, opts ...pulumi.ResourceOption) (*WebAppHybridConnectionSlot, error)

GetWebAppHybridConnectionSlot gets an existing WebAppHybridConnectionSlot 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 NewWebAppHybridConnectionSlot

func NewWebAppHybridConnectionSlot(ctx *pulumi.Context,
	name string, args *WebAppHybridConnectionSlotArgs, opts ...pulumi.ResourceOption) (*WebAppHybridConnectionSlot, error)

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

func (*WebAppHybridConnectionSlot) ElementType added in v0.2.6

func (*WebAppHybridConnectionSlot) ElementType() reflect.Type

func (*WebAppHybridConnectionSlot) ToWebAppHybridConnectionSlotOutput added in v0.2.6

func (i *WebAppHybridConnectionSlot) ToWebAppHybridConnectionSlotOutput() WebAppHybridConnectionSlotOutput

func (*WebAppHybridConnectionSlot) ToWebAppHybridConnectionSlotOutputWithContext added in v0.2.6

func (i *WebAppHybridConnectionSlot) ToWebAppHybridConnectionSlotOutputWithContext(ctx context.Context) WebAppHybridConnectionSlotOutput

type WebAppHybridConnectionSlotArgs

type WebAppHybridConnectionSlotArgs struct {
	// The hostname of the endpoint.
	Hostname pulumi.StringPtrInput
	// Kind of resource.
	Kind pulumi.StringPtrInput
	// The name of the web app.
	Name pulumi.StringInput
	// The namespace for this hybrid connection.
	NamespaceName pulumi.StringInput
	// The port of the endpoint.
	Port pulumi.IntPtrInput
	// The ARM URI to the Service Bus relay.
	RelayArmUri pulumi.StringPtrInput
	// The name of the Service Bus relay.
	RelayName pulumi.StringInput
	// Name of the resource group to which the resource belongs.
	ResourceGroupName pulumi.StringInput
	// The name of the Service Bus key which has Send permissions. This is used to authenticate to Service Bus.
	SendKeyName pulumi.StringPtrInput
	// The value of the Service Bus key. This is used to authenticate to Service Bus. In ARM this key will not be returned
	// normally, use the POST /listKeys API instead.
	SendKeyValue pulumi.StringPtrInput
	// The name of the Service Bus namespace.
	ServiceBusNamespace pulumi.StringPtrInput
	// The suffix for the service bus endpoint. By default this is .servicebus.windows.net
	ServiceBusSuffix pulumi.StringPtrInput
	// The name of the slot for the web app.
	Slot pulumi.StringInput
}

The set of arguments for constructing a WebAppHybridConnectionSlot resource.

func (WebAppHybridConnectionSlotArgs) ElementType

type WebAppHybridConnectionSlotInput added in v0.2.6

type WebAppHybridConnectionSlotInput interface {
	pulumi.Input

	ToWebAppHybridConnectionSlotOutput() WebAppHybridConnectionSlotOutput
	ToWebAppHybridConnectionSlotOutputWithContext(ctx context.Context) WebAppHybridConnectionSlotOutput
}

type WebAppHybridConnectionSlotOutput added in v0.2.6

type WebAppHybridConnectionSlotOutput struct {
	*pulumi.OutputState
}

func (WebAppHybridConnectionSlotOutput) ElementType added in v0.2.6

func (WebAppHybridConnectionSlotOutput) ToWebAppHybridConnectionSlotOutput added in v0.2.6

func (o WebAppHybridConnectionSlotOutput) ToWebAppHybridConnectionSlotOutput() WebAppHybridConnectionSlotOutput

func (WebAppHybridConnectionSlotOutput) ToWebAppHybridConnectionSlotOutputWithContext added in v0.2.6

func (o WebAppHybridConnectionSlotOutput) ToWebAppHybridConnectionSlotOutputWithContext(ctx context.Context) WebAppHybridConnectionSlotOutput

type WebAppHybridConnectionSlotState

type WebAppHybridConnectionSlotState struct {
	// The hostname of the endpoint.
	Hostname pulumi.StringPtrInput
	// Kind of resource.
	Kind pulumi.StringPtrInput
	// Resource Name.
	Name pulumi.StringPtrInput
	// The port of the endpoint.
	Port pulumi.IntPtrInput
	// The ARM URI to the Service Bus relay.
	RelayArmUri pulumi.StringPtrInput
	// The name of the Service Bus relay.
	RelayName pulumi.StringPtrInput
	// The name of the Service Bus key which has Send permissions. This is used to authenticate to Service Bus.
	SendKeyName pulumi.StringPtrInput
	// The value of the Service Bus key. This is used to authenticate to Service Bus. In ARM this key will not be returned
	// normally, use the POST /listKeys API instead.
	SendKeyValue pulumi.StringPtrInput
	// The name of the Service Bus namespace.
	ServiceBusNamespace pulumi.StringPtrInput
	// The suffix for the service bus endpoint. By default this is .servicebus.windows.net
	ServiceBusSuffix pulumi.StringPtrInput
	// Resource type.
	Type pulumi.StringPtrInput
}

func (WebAppHybridConnectionSlotState) ElementType

type WebAppHybridConnectionState

type WebAppHybridConnectionState struct {
	// The hostname of the endpoint.
	Hostname pulumi.StringPtrInput
	// Kind of resource.
	Kind pulumi.StringPtrInput
	// Resource Name.
	Name pulumi.StringPtrInput
	// The port of the endpoint.
	Port pulumi.IntPtrInput
	// The ARM URI to the Service Bus relay.
	RelayArmUri pulumi.StringPtrInput
	// The name of the Service Bus relay.
	RelayName pulumi.StringPtrInput
	// The name of the Service Bus key which has Send permissions. This is used to authenticate to Service Bus.
	SendKeyName pulumi.StringPtrInput
	// The value of the Service Bus key. This is used to authenticate to Service Bus. In ARM this key will not be returned
	// normally, use the POST /listKeys API instead.
	SendKeyValue pulumi.StringPtrInput
	// The name of the Service Bus namespace.
	ServiceBusNamespace pulumi.StringPtrInput
	// The suffix for the service bus endpoint. By default this is .servicebus.windows.net
	ServiceBusSuffix pulumi.StringPtrInput
	// Resource type.
	Type pulumi.StringPtrInput
}

func (WebAppHybridConnectionState) ElementType

type WebAppInput added in v0.2.6

type WebAppInput interface {
	pulumi.Input

	ToWebAppOutput() WebAppOutput
	ToWebAppOutputWithContext(ctx context.Context) WebAppOutput
}

type WebAppInstanceFunctionSlot

type WebAppInstanceFunctionSlot struct {
	pulumi.CustomResourceState

	// Config information.
	Config pulumi.AnyOutput `pulumi:"config"`
	// Config URI.
	ConfigHref pulumi.StringPtrOutput `pulumi:"configHref"`
	// File list.
	Files pulumi.StringMapOutput `pulumi:"files"`
	// Function App ID.
	FunctionAppId pulumi.StringPtrOutput `pulumi:"functionAppId"`
	// Function URI.
	Href pulumi.StringPtrOutput `pulumi:"href"`
	// The invocation URL
	InvokeUrlTemplate pulumi.StringPtrOutput `pulumi:"invokeUrlTemplate"`
	// Value indicating whether the function is disabled
	IsDisabled pulumi.BoolPtrOutput `pulumi:"isDisabled"`
	// Kind of resource.
	Kind pulumi.StringPtrOutput `pulumi:"kind"`
	// The function language
	Language pulumi.StringPtrOutput `pulumi:"language"`
	// Resource Name.
	Name pulumi.StringOutput `pulumi:"name"`
	// Script URI.
	ScriptHref pulumi.StringPtrOutput `pulumi:"scriptHref"`
	// Script root path URI.
	ScriptRootPathHref pulumi.StringPtrOutput `pulumi:"scriptRootPathHref"`
	// Secrets file URI.
	SecretsFileHref pulumi.StringPtrOutput `pulumi:"secretsFileHref"`
	// Test data used when testing via the Azure Portal.
	TestData pulumi.StringPtrOutput `pulumi:"testData"`
	// Test data URI.
	TestDataHref pulumi.StringPtrOutput `pulumi:"testDataHref"`
	// Resource type.
	Type pulumi.StringOutput `pulumi:"type"`
}

Function information.

func GetWebAppInstanceFunctionSlot

func GetWebAppInstanceFunctionSlot(ctx *pulumi.Context,
	name string, id pulumi.IDInput, state *WebAppInstanceFunctionSlotState, opts ...pulumi.ResourceOption) (*WebAppInstanceFunctionSlot, error)

GetWebAppInstanceFunctionSlot gets an existing WebAppInstanceFunctionSlot 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 NewWebAppInstanceFunctionSlot

func NewWebAppInstanceFunctionSlot(ctx *pulumi.Context,
	name string, args *WebAppInstanceFunctionSlotArgs, opts ...pulumi.ResourceOption) (*WebAppInstanceFunctionSlot, error)

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

func (*WebAppInstanceFunctionSlot) ElementType added in v0.2.6

func (*WebAppInstanceFunctionSlot) ElementType() reflect.Type

func (*WebAppInstanceFunctionSlot) ToWebAppInstanceFunctionSlotOutput added in v0.2.6

func (i *WebAppInstanceFunctionSlot) ToWebAppInstanceFunctionSlotOutput() WebAppInstanceFunctionSlotOutput

func (*WebAppInstanceFunctionSlot) ToWebAppInstanceFunctionSlotOutputWithContext added in v0.2.6

func (i *WebAppInstanceFunctionSlot) ToWebAppInstanceFunctionSlotOutputWithContext(ctx context.Context) WebAppInstanceFunctionSlotOutput

type WebAppInstanceFunctionSlotArgs

type WebAppInstanceFunctionSlotArgs struct {
	// Config information.
	Config pulumi.Input
	// Config URI.
	ConfigHref pulumi.StringPtrInput
	// File list.
	Files pulumi.StringMapInput
	// Function App ID.
	FunctionAppId pulumi.StringPtrInput
	// Function name.
	FunctionName pulumi.StringInput
	// Function URI.
	Href pulumi.StringPtrInput
	// The invocation URL
	InvokeUrlTemplate pulumi.StringPtrInput
	// Value indicating whether the function is disabled
	IsDisabled pulumi.BoolPtrInput
	// Kind of resource.
	Kind pulumi.StringPtrInput
	// The function language
	Language pulumi.StringPtrInput
	// Site name.
	Name pulumi.StringInput
	// Name of the resource group to which the resource belongs.
	ResourceGroupName pulumi.StringInput
	// Script URI.
	ScriptHref pulumi.StringPtrInput
	// Script root path URI.
	ScriptRootPathHref pulumi.StringPtrInput
	// Secrets file URI.
	SecretsFileHref pulumi.StringPtrInput
	// Name of the deployment slot.
	Slot pulumi.StringInput
	// Test data used when testing via the Azure Portal.
	TestData pulumi.StringPtrInput
	// Test data URI.
	TestDataHref pulumi.StringPtrInput
}

The set of arguments for constructing a WebAppInstanceFunctionSlot resource.

func (WebAppInstanceFunctionSlotArgs) ElementType

type WebAppInstanceFunctionSlotInput added in v0.2.6

type WebAppInstanceFunctionSlotInput interface {
	pulumi.Input

	ToWebAppInstanceFunctionSlotOutput() WebAppInstanceFunctionSlotOutput
	ToWebAppInstanceFunctionSlotOutputWithContext(ctx context.Context) WebAppInstanceFunctionSlotOutput
}

type WebAppInstanceFunctionSlotOutput added in v0.2.6

type WebAppInstanceFunctionSlotOutput struct {
	*pulumi.OutputState
}

func (WebAppInstanceFunctionSlotOutput) ElementType added in v0.2.6

func (WebAppInstanceFunctionSlotOutput) ToWebAppInstanceFunctionSlotOutput added in v0.2.6

func (o WebAppInstanceFunctionSlotOutput) ToWebAppInstanceFunctionSlotOutput() WebAppInstanceFunctionSlotOutput

func (WebAppInstanceFunctionSlotOutput) ToWebAppInstanceFunctionSlotOutputWithContext added in v0.2.6

func (o WebAppInstanceFunctionSlotOutput) ToWebAppInstanceFunctionSlotOutputWithContext(ctx context.Context) WebAppInstanceFunctionSlotOutput

type WebAppInstanceFunctionSlotState

type WebAppInstanceFunctionSlotState struct {
	// Config information.
	Config pulumi.Input
	// Config URI.
	ConfigHref pulumi.StringPtrInput
	// File list.
	Files pulumi.StringMapInput
	// Function App ID.
	FunctionAppId pulumi.StringPtrInput
	// Function URI.
	Href pulumi.StringPtrInput
	// The invocation URL
	InvokeUrlTemplate pulumi.StringPtrInput
	// Value indicating whether the function is disabled
	IsDisabled pulumi.BoolPtrInput
	// Kind of resource.
	Kind pulumi.StringPtrInput
	// The function language
	Language pulumi.StringPtrInput
	// Resource Name.
	Name pulumi.StringPtrInput
	// Script URI.
	ScriptHref pulumi.StringPtrInput
	// Script root path URI.
	ScriptRootPathHref pulumi.StringPtrInput
	// Secrets file URI.
	SecretsFileHref pulumi.StringPtrInput
	// Test data used when testing via the Azure Portal.
	TestData pulumi.StringPtrInput
	// Test data URI.
	TestDataHref pulumi.StringPtrInput
	// Resource type.
	Type pulumi.StringPtrInput
}

func (WebAppInstanceFunctionSlotState) ElementType

type WebAppMetadata added in v0.6.0

type WebAppMetadata struct {
	pulumi.CustomResourceState

	// Kind of resource.
	Kind pulumi.StringPtrOutput `pulumi:"kind"`
	// Resource Name.
	Name pulumi.StringOutput `pulumi:"name"`
	// Settings.
	Properties pulumi.StringMapOutput `pulumi:"properties"`
	// Resource type.
	Type pulumi.StringOutput `pulumi:"type"`
}

String dictionary resource.

func GetWebAppMetadata added in v0.6.0

func GetWebAppMetadata(ctx *pulumi.Context,
	name string, id pulumi.IDInput, state *WebAppMetadataState, opts ...pulumi.ResourceOption) (*WebAppMetadata, error)

GetWebAppMetadata gets an existing WebAppMetadata 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 NewWebAppMetadata added in v0.6.0

func NewWebAppMetadata(ctx *pulumi.Context,
	name string, args *WebAppMetadataArgs, opts ...pulumi.ResourceOption) (*WebAppMetadata, error)

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

func (*WebAppMetadata) ElementType added in v0.6.0

func (*WebAppMetadata) ElementType() reflect.Type

func (*WebAppMetadata) ToWebAppMetadataOutput added in v0.6.0

func (i *WebAppMetadata) ToWebAppMetadataOutput() WebAppMetadataOutput

func (*WebAppMetadata) ToWebAppMetadataOutputWithContext added in v0.6.0

func (i *WebAppMetadata) ToWebAppMetadataOutputWithContext(ctx context.Context) WebAppMetadataOutput

type WebAppMetadataArgs added in v0.6.0

type WebAppMetadataArgs struct {
	// Kind of resource.
	Kind pulumi.StringPtrInput
	// Name of the app.
	Name pulumi.StringInput
	// Settings.
	Properties pulumi.StringMapInput
	// Name of the resource group to which the resource belongs.
	ResourceGroupName pulumi.StringInput
}

The set of arguments for constructing a WebAppMetadata resource.

func (WebAppMetadataArgs) ElementType added in v0.6.0

func (WebAppMetadataArgs) ElementType() reflect.Type

type WebAppMetadataInput added in v0.6.0

type WebAppMetadataInput interface {
	pulumi.Input

	ToWebAppMetadataOutput() WebAppMetadataOutput
	ToWebAppMetadataOutputWithContext(ctx context.Context) WebAppMetadataOutput
}

type WebAppMetadataOutput added in v0.6.0

type WebAppMetadataOutput struct {
	*pulumi.OutputState
}

func (WebAppMetadataOutput) ElementType added in v0.6.0

func (WebAppMetadataOutput) ElementType() reflect.Type

func (WebAppMetadataOutput) ToWebAppMetadataOutput added in v0.6.0

func (o WebAppMetadataOutput) ToWebAppMetadataOutput() WebAppMetadataOutput

func (WebAppMetadataOutput) ToWebAppMetadataOutputWithContext added in v0.6.0

func (o WebAppMetadataOutput) ToWebAppMetadataOutputWithContext(ctx context.Context) WebAppMetadataOutput

type WebAppMetadataSlot added in v0.6.0

type WebAppMetadataSlot struct {
	pulumi.CustomResourceState

	// Kind of resource.
	Kind pulumi.StringPtrOutput `pulumi:"kind"`
	// Resource Name.
	Name pulumi.StringOutput `pulumi:"name"`
	// Settings.
	Properties pulumi.StringMapOutput `pulumi:"properties"`
	// Resource type.
	Type pulumi.StringOutput `pulumi:"type"`
}

String dictionary resource.

func GetWebAppMetadataSlot added in v0.6.0

func GetWebAppMetadataSlot(ctx *pulumi.Context,
	name string, id pulumi.IDInput, state *WebAppMetadataSlotState, opts ...pulumi.ResourceOption) (*WebAppMetadataSlot, error)

GetWebAppMetadataSlot gets an existing WebAppMetadataSlot 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 NewWebAppMetadataSlot added in v0.6.0

func NewWebAppMetadataSlot(ctx *pulumi.Context,
	name string, args *WebAppMetadataSlotArgs, opts ...pulumi.ResourceOption) (*WebAppMetadataSlot, error)

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

func (*WebAppMetadataSlot) ElementType added in v0.6.0

func (*WebAppMetadataSlot) ElementType() reflect.Type

func (*WebAppMetadataSlot) ToWebAppMetadataSlotOutput added in v0.6.0

func (i *WebAppMetadataSlot) ToWebAppMetadataSlotOutput() WebAppMetadataSlotOutput

func (*WebAppMetadataSlot) ToWebAppMetadataSlotOutputWithContext added in v0.6.0

func (i *WebAppMetadataSlot) ToWebAppMetadataSlotOutputWithContext(ctx context.Context) WebAppMetadataSlotOutput

type WebAppMetadataSlotArgs added in v0.6.0

type WebAppMetadataSlotArgs struct {
	// Kind of resource.
	Kind pulumi.StringPtrInput
	// Name of the app.
	Name pulumi.StringInput
	// Settings.
	Properties pulumi.StringMapInput
	// Name of the resource group to which the resource belongs.
	ResourceGroupName pulumi.StringInput
	// Name of the deployment slot. If a slot is not specified, the API will update the metadata for the production slot.
	Slot pulumi.StringInput
}

The set of arguments for constructing a WebAppMetadataSlot resource.

func (WebAppMetadataSlotArgs) ElementType added in v0.6.0

func (WebAppMetadataSlotArgs) ElementType() reflect.Type

type WebAppMetadataSlotInput added in v0.6.0

type WebAppMetadataSlotInput interface {
	pulumi.Input

	ToWebAppMetadataSlotOutput() WebAppMetadataSlotOutput
	ToWebAppMetadataSlotOutputWithContext(ctx context.Context) WebAppMetadataSlotOutput
}

type WebAppMetadataSlotOutput added in v0.6.0

type WebAppMetadataSlotOutput struct {
	*pulumi.OutputState
}

func (WebAppMetadataSlotOutput) ElementType added in v0.6.0

func (WebAppMetadataSlotOutput) ElementType() reflect.Type

func (WebAppMetadataSlotOutput) ToWebAppMetadataSlotOutput added in v0.6.0

func (o WebAppMetadataSlotOutput) ToWebAppMetadataSlotOutput() WebAppMetadataSlotOutput

func (WebAppMetadataSlotOutput) ToWebAppMetadataSlotOutputWithContext added in v0.6.0

func (o WebAppMetadataSlotOutput) ToWebAppMetadataSlotOutputWithContext(ctx context.Context) WebAppMetadataSlotOutput

type WebAppMetadataSlotState added in v0.6.0

type WebAppMetadataSlotState struct {
	// Kind of resource.
	Kind pulumi.StringPtrInput
	// Resource Name.
	Name pulumi.StringPtrInput
	// Settings.
	Properties pulumi.StringMapInput
	// Resource type.
	Type pulumi.StringPtrInput
}

func (WebAppMetadataSlotState) ElementType added in v0.6.0

func (WebAppMetadataSlotState) ElementType() reflect.Type

type WebAppMetadataState added in v0.6.0

type WebAppMetadataState struct {
	// Kind of resource.
	Kind pulumi.StringPtrInput
	// Resource Name.
	Name pulumi.StringPtrInput
	// Settings.
	Properties pulumi.StringMapInput
	// Resource type.
	Type pulumi.StringPtrInput
}

func (WebAppMetadataState) ElementType added in v0.6.0

func (WebAppMetadataState) ElementType() reflect.Type

type WebAppOutput added in v0.2.6

type WebAppOutput struct {
	*pulumi.OutputState
}

func (WebAppOutput) ElementType added in v0.2.6

func (WebAppOutput) ElementType() reflect.Type

func (WebAppOutput) ToWebAppOutput added in v0.2.6

func (o WebAppOutput) ToWebAppOutput() WebAppOutput

func (WebAppOutput) ToWebAppOutputWithContext added in v0.2.6

func (o WebAppOutput) ToWebAppOutputWithContext(ctx context.Context) WebAppOutput

type WebAppPremierAddOn

type WebAppPremierAddOn struct {
	pulumi.CustomResourceState

	// Kind of resource.
	Kind pulumi.StringPtrOutput `pulumi:"kind"`
	// Resource Location.
	Location pulumi.StringOutput `pulumi:"location"`
	// Premier add on Marketplace offer.
	MarketplaceOffer pulumi.StringPtrOutput `pulumi:"marketplaceOffer"`
	// Premier add on Marketplace publisher.
	MarketplacePublisher pulumi.StringPtrOutput `pulumi:"marketplacePublisher"`
	// Resource Name.
	Name pulumi.StringOutput `pulumi:"name"`
	// Premier add on Product.
	Product pulumi.StringPtrOutput `pulumi:"product"`
	// Premier add on SKU.
	Sku pulumi.StringPtrOutput `pulumi:"sku"`
	// Resource tags.
	Tags pulumi.StringMapOutput `pulumi:"tags"`
	// Resource type.
	Type pulumi.StringOutput `pulumi:"type"`
	// Premier add on Vendor.
	Vendor pulumi.StringPtrOutput `pulumi:"vendor"`
}

Premier add-on.

func GetWebAppPremierAddOn

func GetWebAppPremierAddOn(ctx *pulumi.Context,
	name string, id pulumi.IDInput, state *WebAppPremierAddOnState, opts ...pulumi.ResourceOption) (*WebAppPremierAddOn, error)

GetWebAppPremierAddOn gets an existing WebAppPremierAddOn 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 NewWebAppPremierAddOn

func NewWebAppPremierAddOn(ctx *pulumi.Context,
	name string, args *WebAppPremierAddOnArgs, opts ...pulumi.ResourceOption) (*WebAppPremierAddOn, error)

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

func (*WebAppPremierAddOn) ElementType added in v0.2.6

func (*WebAppPremierAddOn) ElementType() reflect.Type

func (*WebAppPremierAddOn) ToWebAppPremierAddOnOutput added in v0.2.6

func (i *WebAppPremierAddOn) ToWebAppPremierAddOnOutput() WebAppPremierAddOnOutput

func (*WebAppPremierAddOn) ToWebAppPremierAddOnOutputWithContext added in v0.2.6

func (i *WebAppPremierAddOn) ToWebAppPremierAddOnOutputWithContext(ctx context.Context) WebAppPremierAddOnOutput

type WebAppPremierAddOnArgs

type WebAppPremierAddOnArgs struct {
	// Kind of resource.
	Kind pulumi.StringPtrInput
	// Resource Location.
	Location pulumi.StringPtrInput
	// Premier add on Marketplace offer.
	MarketplaceOffer pulumi.StringPtrInput
	// Premier add on Marketplace publisher.
	MarketplacePublisher pulumi.StringPtrInput
	// Name of the app.
	Name pulumi.StringInput
	// Add-on name.
	PremierAddOnName pulumi.StringInput
	// Premier add on Product.
	Product pulumi.StringPtrInput
	// Name of the resource group to which the resource belongs.
	ResourceGroupName pulumi.StringInput
	// Premier add on SKU.
	Sku pulumi.StringPtrInput
	// Resource tags.
	Tags pulumi.StringMapInput
	// Premier add on Vendor.
	Vendor pulumi.StringPtrInput
}

The set of arguments for constructing a WebAppPremierAddOn resource.

func (WebAppPremierAddOnArgs) ElementType

func (WebAppPremierAddOnArgs) ElementType() reflect.Type

type WebAppPremierAddOnInput added in v0.2.6

type WebAppPremierAddOnInput interface {
	pulumi.Input

	ToWebAppPremierAddOnOutput() WebAppPremierAddOnOutput
	ToWebAppPremierAddOnOutputWithContext(ctx context.Context) WebAppPremierAddOnOutput
}

type WebAppPremierAddOnOutput added in v0.2.6

type WebAppPremierAddOnOutput struct {
	*pulumi.OutputState
}

func (WebAppPremierAddOnOutput) ElementType added in v0.2.6

func (WebAppPremierAddOnOutput) ElementType() reflect.Type

func (WebAppPremierAddOnOutput) ToWebAppPremierAddOnOutput added in v0.2.6

func (o WebAppPremierAddOnOutput) ToWebAppPremierAddOnOutput() WebAppPremierAddOnOutput

func (WebAppPremierAddOnOutput) ToWebAppPremierAddOnOutputWithContext added in v0.2.6

func (o WebAppPremierAddOnOutput) ToWebAppPremierAddOnOutputWithContext(ctx context.Context) WebAppPremierAddOnOutput

type WebAppPremierAddOnSlot

type WebAppPremierAddOnSlot struct {
	pulumi.CustomResourceState

	// Kind of resource.
	Kind pulumi.StringPtrOutput `pulumi:"kind"`
	// Resource Location.
	Location pulumi.StringOutput `pulumi:"location"`
	// Premier add on Marketplace offer.
	MarketplaceOffer pulumi.StringPtrOutput `pulumi:"marketplaceOffer"`
	// Premier add on Marketplace publisher.
	MarketplacePublisher pulumi.StringPtrOutput `pulumi:"marketplacePublisher"`
	// Resource Name.
	Name pulumi.StringOutput `pulumi:"name"`
	// Premier add on Product.
	Product pulumi.StringPtrOutput `pulumi:"product"`
	// Premier add on SKU.
	Sku pulumi.StringPtrOutput `pulumi:"sku"`
	// Resource tags.
	Tags pulumi.StringMapOutput `pulumi:"tags"`
	// Resource type.
	Type pulumi.StringOutput `pulumi:"type"`
	// Premier add on Vendor.
	Vendor pulumi.StringPtrOutput `pulumi:"vendor"`
}

Premier add-on.

func GetWebAppPremierAddOnSlot

func GetWebAppPremierAddOnSlot(ctx *pulumi.Context,
	name string, id pulumi.IDInput, state *WebAppPremierAddOnSlotState, opts ...pulumi.ResourceOption) (*WebAppPremierAddOnSlot, error)

GetWebAppPremierAddOnSlot gets an existing WebAppPremierAddOnSlot 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 NewWebAppPremierAddOnSlot

func NewWebAppPremierAddOnSlot(ctx *pulumi.Context,
	name string, args *WebAppPremierAddOnSlotArgs, opts ...pulumi.ResourceOption) (*WebAppPremierAddOnSlot, error)

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

func (*WebAppPremierAddOnSlot) ElementType added in v0.2.6

func (*WebAppPremierAddOnSlot) ElementType() reflect.Type

func (*WebAppPremierAddOnSlot) ToWebAppPremierAddOnSlotOutput added in v0.2.6

func (i *WebAppPremierAddOnSlot) ToWebAppPremierAddOnSlotOutput() WebAppPremierAddOnSlotOutput

func (*WebAppPremierAddOnSlot) ToWebAppPremierAddOnSlotOutputWithContext added in v0.2.6

func (i *WebAppPremierAddOnSlot) ToWebAppPremierAddOnSlotOutputWithContext(ctx context.Context) WebAppPremierAddOnSlotOutput

type WebAppPremierAddOnSlotArgs

type WebAppPremierAddOnSlotArgs struct {
	// Kind of resource.
	Kind pulumi.StringPtrInput
	// Resource Location.
	Location pulumi.StringPtrInput
	// Premier add on Marketplace offer.
	MarketplaceOffer pulumi.StringPtrInput
	// Premier add on Marketplace publisher.
	MarketplacePublisher pulumi.StringPtrInput
	// Name of the app.
	Name pulumi.StringInput
	// Add-on name.
	PremierAddOnName pulumi.StringInput
	// Premier add on Product.
	Product pulumi.StringPtrInput
	// Name of the resource group to which the resource belongs.
	ResourceGroupName pulumi.StringInput
	// Premier add on SKU.
	Sku pulumi.StringPtrInput
	// Name of the deployment slot. If a slot is not specified, the API will update the named add-on for the production slot.
	Slot pulumi.StringInput
	// Resource tags.
	Tags pulumi.StringMapInput
	// Premier add on Vendor.
	Vendor pulumi.StringPtrInput
}

The set of arguments for constructing a WebAppPremierAddOnSlot resource.

func (WebAppPremierAddOnSlotArgs) ElementType

func (WebAppPremierAddOnSlotArgs) ElementType() reflect.Type

type WebAppPremierAddOnSlotInput added in v0.2.6

type WebAppPremierAddOnSlotInput interface {
	pulumi.Input

	ToWebAppPremierAddOnSlotOutput() WebAppPremierAddOnSlotOutput
	ToWebAppPremierAddOnSlotOutputWithContext(ctx context.Context) WebAppPremierAddOnSlotOutput
}

type WebAppPremierAddOnSlotOutput added in v0.2.6

type WebAppPremierAddOnSlotOutput struct {
	*pulumi.OutputState
}

func (WebAppPremierAddOnSlotOutput) ElementType added in v0.2.6

func (WebAppPremierAddOnSlotOutput) ToWebAppPremierAddOnSlotOutput added in v0.2.6

func (o WebAppPremierAddOnSlotOutput) ToWebAppPremierAddOnSlotOutput() WebAppPremierAddOnSlotOutput

func (WebAppPremierAddOnSlotOutput) ToWebAppPremierAddOnSlotOutputWithContext added in v0.2.6

func (o WebAppPremierAddOnSlotOutput) ToWebAppPremierAddOnSlotOutputWithContext(ctx context.Context) WebAppPremierAddOnSlotOutput

type WebAppPremierAddOnSlotState

type WebAppPremierAddOnSlotState struct {
	// Kind of resource.
	Kind pulumi.StringPtrInput
	// Resource Location.
	Location pulumi.StringPtrInput
	// Premier add on Marketplace offer.
	MarketplaceOffer pulumi.StringPtrInput
	// Premier add on Marketplace publisher.
	MarketplacePublisher pulumi.StringPtrInput
	// Resource Name.
	Name pulumi.StringPtrInput
	// Premier add on Product.
	Product pulumi.StringPtrInput
	// Premier add on SKU.
	Sku pulumi.StringPtrInput
	// Resource tags.
	Tags pulumi.StringMapInput
	// Resource type.
	Type pulumi.StringPtrInput
	// Premier add on Vendor.
	Vendor pulumi.StringPtrInput
}

func (WebAppPremierAddOnSlotState) ElementType

type WebAppPremierAddOnState

type WebAppPremierAddOnState struct {
	// Kind of resource.
	Kind pulumi.StringPtrInput
	// Resource Location.
	Location pulumi.StringPtrInput
	// Premier add on Marketplace offer.
	MarketplaceOffer pulumi.StringPtrInput
	// Premier add on Marketplace publisher.
	MarketplacePublisher pulumi.StringPtrInput
	// Resource Name.
	Name pulumi.StringPtrInput
	// Premier add on Product.
	Product pulumi.StringPtrInput
	// Premier add on SKU.
	Sku pulumi.StringPtrInput
	// Resource tags.
	Tags pulumi.StringMapInput
	// Resource type.
	Type pulumi.StringPtrInput
	// Premier add on Vendor.
	Vendor pulumi.StringPtrInput
}

func (WebAppPremierAddOnState) ElementType

func (WebAppPremierAddOnState) ElementType() reflect.Type

type WebAppPublicCertificate

type WebAppPublicCertificate struct {
	pulumi.CustomResourceState

	// Public Certificate byte array
	Blob pulumi.StringPtrOutput `pulumi:"blob"`
	// Kind of resource.
	Kind pulumi.StringPtrOutput `pulumi:"kind"`
	// Resource Name.
	Name pulumi.StringOutput `pulumi:"name"`
	// Public Certificate Location
	PublicCertificateLocation pulumi.StringPtrOutput `pulumi:"publicCertificateLocation"`
	// Certificate Thumbprint
	Thumbprint pulumi.StringOutput `pulumi:"thumbprint"`
	// Resource type.
	Type pulumi.StringOutput `pulumi:"type"`
}

Public certificate object

func GetWebAppPublicCertificate

func GetWebAppPublicCertificate(ctx *pulumi.Context,
	name string, id pulumi.IDInput, state *WebAppPublicCertificateState, opts ...pulumi.ResourceOption) (*WebAppPublicCertificate, error)

GetWebAppPublicCertificate gets an existing WebAppPublicCertificate 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 NewWebAppPublicCertificate

func NewWebAppPublicCertificate(ctx *pulumi.Context,
	name string, args *WebAppPublicCertificateArgs, opts ...pulumi.ResourceOption) (*WebAppPublicCertificate, error)

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

func (*WebAppPublicCertificate) ElementType added in v0.2.6

func (*WebAppPublicCertificate) ElementType() reflect.Type

func (*WebAppPublicCertificate) ToWebAppPublicCertificateOutput added in v0.2.6

func (i *WebAppPublicCertificate) ToWebAppPublicCertificateOutput() WebAppPublicCertificateOutput

func (*WebAppPublicCertificate) ToWebAppPublicCertificateOutputWithContext added in v0.2.6

func (i *WebAppPublicCertificate) ToWebAppPublicCertificateOutputWithContext(ctx context.Context) WebAppPublicCertificateOutput

type WebAppPublicCertificateArgs

type WebAppPublicCertificateArgs struct {
	// Public Certificate byte array
	Blob pulumi.StringPtrInput
	// Kind of resource.
	Kind pulumi.StringPtrInput
	// Name of the app.
	Name pulumi.StringInput
	// Public Certificate Location
	PublicCertificateLocation *PublicCertificateLocation
	// Public certificate name.
	PublicCertificateName pulumi.StringInput
	// Name of the resource group to which the resource belongs.
	ResourceGroupName pulumi.StringInput
}

The set of arguments for constructing a WebAppPublicCertificate resource.

func (WebAppPublicCertificateArgs) ElementType

type WebAppPublicCertificateInput added in v0.2.6

type WebAppPublicCertificateInput interface {
	pulumi.Input

	ToWebAppPublicCertificateOutput() WebAppPublicCertificateOutput
	ToWebAppPublicCertificateOutputWithContext(ctx context.Context) WebAppPublicCertificateOutput
}

type WebAppPublicCertificateOutput added in v0.2.6

type WebAppPublicCertificateOutput struct {
	*pulumi.OutputState
}

func (WebAppPublicCertificateOutput) ElementType added in v0.2.6

func (WebAppPublicCertificateOutput) ToWebAppPublicCertificateOutput added in v0.2.6

func (o WebAppPublicCertificateOutput) ToWebAppPublicCertificateOutput() WebAppPublicCertificateOutput

func (WebAppPublicCertificateOutput) ToWebAppPublicCertificateOutputWithContext added in v0.2.6

func (o WebAppPublicCertificateOutput) ToWebAppPublicCertificateOutputWithContext(ctx context.Context) WebAppPublicCertificateOutput

type WebAppPublicCertificateSlot

type WebAppPublicCertificateSlot struct {
	pulumi.CustomResourceState

	// Public Certificate byte array
	Blob pulumi.StringPtrOutput `pulumi:"blob"`
	// Kind of resource.
	Kind pulumi.StringPtrOutput `pulumi:"kind"`
	// Resource Name.
	Name pulumi.StringOutput `pulumi:"name"`
	// Public Certificate Location
	PublicCertificateLocation pulumi.StringPtrOutput `pulumi:"publicCertificateLocation"`
	// Certificate Thumbprint
	Thumbprint pulumi.StringOutput `pulumi:"thumbprint"`
	// Resource type.
	Type pulumi.StringOutput `pulumi:"type"`
}

Public certificate object

func GetWebAppPublicCertificateSlot

func GetWebAppPublicCertificateSlot(ctx *pulumi.Context,
	name string, id pulumi.IDInput, state *WebAppPublicCertificateSlotState, opts ...pulumi.ResourceOption) (*WebAppPublicCertificateSlot, error)

GetWebAppPublicCertificateSlot gets an existing WebAppPublicCertificateSlot 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 NewWebAppPublicCertificateSlot

func NewWebAppPublicCertificateSlot(ctx *pulumi.Context,
	name string, args *WebAppPublicCertificateSlotArgs, opts ...pulumi.ResourceOption) (*WebAppPublicCertificateSlot, error)

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

func (*WebAppPublicCertificateSlot) ElementType added in v0.2.6

func (*WebAppPublicCertificateSlot) ElementType() reflect.Type

func (*WebAppPublicCertificateSlot) ToWebAppPublicCertificateSlotOutput added in v0.2.6

func (i *WebAppPublicCertificateSlot) ToWebAppPublicCertificateSlotOutput() WebAppPublicCertificateSlotOutput

func (*WebAppPublicCertificateSlot) ToWebAppPublicCertificateSlotOutputWithContext added in v0.2.6

func (i *WebAppPublicCertificateSlot) ToWebAppPublicCertificateSlotOutputWithContext(ctx context.Context) WebAppPublicCertificateSlotOutput

type WebAppPublicCertificateSlotArgs

type WebAppPublicCertificateSlotArgs struct {
	// Public Certificate byte array
	Blob pulumi.StringPtrInput
	// Kind of resource.
	Kind pulumi.StringPtrInput
	// Name of the app.
	Name pulumi.StringInput
	// Public Certificate Location
	PublicCertificateLocation *PublicCertificateLocation
	// Public certificate name.
	PublicCertificateName pulumi.StringInput
	// Name of the resource group to which the resource belongs.
	ResourceGroupName pulumi.StringInput
	// Name of the deployment slot. If a slot is not specified, the API will create a binding for the production slot.
	Slot pulumi.StringInput
}

The set of arguments for constructing a WebAppPublicCertificateSlot resource.

func (WebAppPublicCertificateSlotArgs) ElementType

type WebAppPublicCertificateSlotInput added in v0.2.6

type WebAppPublicCertificateSlotInput interface {
	pulumi.Input

	ToWebAppPublicCertificateSlotOutput() WebAppPublicCertificateSlotOutput
	ToWebAppPublicCertificateSlotOutputWithContext(ctx context.Context) WebAppPublicCertificateSlotOutput
}

type WebAppPublicCertificateSlotOutput added in v0.2.6

type WebAppPublicCertificateSlotOutput struct {
	*pulumi.OutputState
}

func (WebAppPublicCertificateSlotOutput) ElementType added in v0.2.6

func (WebAppPublicCertificateSlotOutput) ToWebAppPublicCertificateSlotOutput added in v0.2.6

func (o WebAppPublicCertificateSlotOutput) ToWebAppPublicCertificateSlotOutput() WebAppPublicCertificateSlotOutput

func (WebAppPublicCertificateSlotOutput) ToWebAppPublicCertificateSlotOutputWithContext added in v0.2.6

func (o WebAppPublicCertificateSlotOutput) ToWebAppPublicCertificateSlotOutputWithContext(ctx context.Context) WebAppPublicCertificateSlotOutput

type WebAppPublicCertificateSlotState

type WebAppPublicCertificateSlotState struct {
	// Public Certificate byte array
	Blob pulumi.StringPtrInput
	// Kind of resource.
	Kind pulumi.StringPtrInput
	// Resource Name.
	Name pulumi.StringPtrInput
	// Public Certificate Location
	PublicCertificateLocation pulumi.StringPtrInput
	// Certificate Thumbprint
	Thumbprint pulumi.StringPtrInput
	// Resource type.
	Type pulumi.StringPtrInput
}

func (WebAppPublicCertificateSlotState) ElementType

type WebAppPublicCertificateState

type WebAppPublicCertificateState struct {
	// Public Certificate byte array
	Blob pulumi.StringPtrInput
	// Kind of resource.
	Kind pulumi.StringPtrInput
	// Resource Name.
	Name pulumi.StringPtrInput
	// Public Certificate Location
	PublicCertificateLocation pulumi.StringPtrInput
	// Certificate Thumbprint
	Thumbprint pulumi.StringPtrInput
	// Resource type.
	Type pulumi.StringPtrInput
}

func (WebAppPublicCertificateState) ElementType

type WebAppRelayServiceConnection

type WebAppRelayServiceConnection struct {
	pulumi.CustomResourceState

	BiztalkUri             pulumi.StringPtrOutput `pulumi:"biztalkUri"`
	EntityConnectionString pulumi.StringPtrOutput `pulumi:"entityConnectionString"`
	EntityName             pulumi.StringPtrOutput `pulumi:"entityName"`
	Hostname               pulumi.StringPtrOutput `pulumi:"hostname"`
	// Kind of resource.
	Kind pulumi.StringPtrOutput `pulumi:"kind"`
	// Resource Name.
	Name                     pulumi.StringOutput    `pulumi:"name"`
	Port                     pulumi.IntPtrOutput    `pulumi:"port"`
	ResourceConnectionString pulumi.StringPtrOutput `pulumi:"resourceConnectionString"`
	ResourceType             pulumi.StringPtrOutput `pulumi:"resourceType"`
	// Resource type.
	Type pulumi.StringOutput `pulumi:"type"`
}

Hybrid Connection for an App Service app.

func GetWebAppRelayServiceConnection

func GetWebAppRelayServiceConnection(ctx *pulumi.Context,
	name string, id pulumi.IDInput, state *WebAppRelayServiceConnectionState, opts ...pulumi.ResourceOption) (*WebAppRelayServiceConnection, error)

GetWebAppRelayServiceConnection gets an existing WebAppRelayServiceConnection 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 NewWebAppRelayServiceConnection

func NewWebAppRelayServiceConnection(ctx *pulumi.Context,
	name string, args *WebAppRelayServiceConnectionArgs, opts ...pulumi.ResourceOption) (*WebAppRelayServiceConnection, error)

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

func (*WebAppRelayServiceConnection) ElementType added in v0.2.6

func (*WebAppRelayServiceConnection) ElementType() reflect.Type

func (*WebAppRelayServiceConnection) ToWebAppRelayServiceConnectionOutput added in v0.2.6

func (i *WebAppRelayServiceConnection) ToWebAppRelayServiceConnectionOutput() WebAppRelayServiceConnectionOutput

func (*WebAppRelayServiceConnection) ToWebAppRelayServiceConnectionOutputWithContext added in v0.2.6

func (i *WebAppRelayServiceConnection) ToWebAppRelayServiceConnectionOutputWithContext(ctx context.Context) WebAppRelayServiceConnectionOutput

type WebAppRelayServiceConnectionArgs

type WebAppRelayServiceConnectionArgs struct {
	BiztalkUri             pulumi.StringPtrInput
	EntityConnectionString pulumi.StringPtrInput
	EntityName             pulumi.StringInput
	Hostname               pulumi.StringPtrInput
	// Kind of resource.
	Kind pulumi.StringPtrInput
	// Name of the app.
	Name                     pulumi.StringInput
	Port                     pulumi.IntPtrInput
	ResourceConnectionString pulumi.StringPtrInput
	// Name of the resource group to which the resource belongs.
	ResourceGroupName pulumi.StringInput
	ResourceType      pulumi.StringPtrInput
}

The set of arguments for constructing a WebAppRelayServiceConnection resource.

func (WebAppRelayServiceConnectionArgs) ElementType

type WebAppRelayServiceConnectionInput added in v0.2.6

type WebAppRelayServiceConnectionInput interface {
	pulumi.Input

	ToWebAppRelayServiceConnectionOutput() WebAppRelayServiceConnectionOutput
	ToWebAppRelayServiceConnectionOutputWithContext(ctx context.Context) WebAppRelayServiceConnectionOutput
}

type WebAppRelayServiceConnectionOutput added in v0.2.6

type WebAppRelayServiceConnectionOutput struct {
	*pulumi.OutputState
}

func (WebAppRelayServiceConnectionOutput) ElementType added in v0.2.6

func (WebAppRelayServiceConnectionOutput) ToWebAppRelayServiceConnectionOutput added in v0.2.6

func (o WebAppRelayServiceConnectionOutput) ToWebAppRelayServiceConnectionOutput() WebAppRelayServiceConnectionOutput

func (WebAppRelayServiceConnectionOutput) ToWebAppRelayServiceConnectionOutputWithContext added in v0.2.6

func (o WebAppRelayServiceConnectionOutput) ToWebAppRelayServiceConnectionOutputWithContext(ctx context.Context) WebAppRelayServiceConnectionOutput

type WebAppRelayServiceConnectionSlot

type WebAppRelayServiceConnectionSlot struct {
	pulumi.CustomResourceState

	BiztalkUri             pulumi.StringPtrOutput `pulumi:"biztalkUri"`
	EntityConnectionString pulumi.StringPtrOutput `pulumi:"entityConnectionString"`
	EntityName             pulumi.StringPtrOutput `pulumi:"entityName"`
	Hostname               pulumi.StringPtrOutput `pulumi:"hostname"`
	// Kind of resource.
	Kind pulumi.StringPtrOutput `pulumi:"kind"`
	// Resource Name.
	Name                     pulumi.StringOutput    `pulumi:"name"`
	Port                     pulumi.IntPtrOutput    `pulumi:"port"`
	ResourceConnectionString pulumi.StringPtrOutput `pulumi:"resourceConnectionString"`
	ResourceType             pulumi.StringPtrOutput `pulumi:"resourceType"`
	// Resource type.
	Type pulumi.StringOutput `pulumi:"type"`
}

Hybrid Connection for an App Service app.

func GetWebAppRelayServiceConnectionSlot

func GetWebAppRelayServiceConnectionSlot(ctx *pulumi.Context,
	name string, id pulumi.IDInput, state *WebAppRelayServiceConnectionSlotState, opts ...pulumi.ResourceOption) (*WebAppRelayServiceConnectionSlot, error)

GetWebAppRelayServiceConnectionSlot gets an existing WebAppRelayServiceConnectionSlot 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 NewWebAppRelayServiceConnectionSlot

func NewWebAppRelayServiceConnectionSlot(ctx *pulumi.Context,
	name string, args *WebAppRelayServiceConnectionSlotArgs, opts ...pulumi.ResourceOption) (*WebAppRelayServiceConnectionSlot, error)

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

func (*WebAppRelayServiceConnectionSlot) ElementType added in v0.2.6

func (*WebAppRelayServiceConnectionSlot) ToWebAppRelayServiceConnectionSlotOutput added in v0.2.6

func (i *WebAppRelayServiceConnectionSlot) ToWebAppRelayServiceConnectionSlotOutput() WebAppRelayServiceConnectionSlotOutput

func (*WebAppRelayServiceConnectionSlot) ToWebAppRelayServiceConnectionSlotOutputWithContext added in v0.2.6

func (i *WebAppRelayServiceConnectionSlot) ToWebAppRelayServiceConnectionSlotOutputWithContext(ctx context.Context) WebAppRelayServiceConnectionSlotOutput

type WebAppRelayServiceConnectionSlotArgs

type WebAppRelayServiceConnectionSlotArgs struct {
	BiztalkUri             pulumi.StringPtrInput
	EntityConnectionString pulumi.StringPtrInput
	EntityName             pulumi.StringInput
	Hostname               pulumi.StringPtrInput
	// Kind of resource.
	Kind pulumi.StringPtrInput
	// Name of the app.
	Name                     pulumi.StringInput
	Port                     pulumi.IntPtrInput
	ResourceConnectionString pulumi.StringPtrInput
	// Name of the resource group to which the resource belongs.
	ResourceGroupName pulumi.StringInput
	ResourceType      pulumi.StringPtrInput
	// Name of the deployment slot. If a slot is not specified, the API will create or update a hybrid connection for the production slot.
	Slot pulumi.StringInput
}

The set of arguments for constructing a WebAppRelayServiceConnectionSlot resource.

func (WebAppRelayServiceConnectionSlotArgs) ElementType

type WebAppRelayServiceConnectionSlotInput added in v0.2.6

type WebAppRelayServiceConnectionSlotInput interface {
	pulumi.Input

	ToWebAppRelayServiceConnectionSlotOutput() WebAppRelayServiceConnectionSlotOutput
	ToWebAppRelayServiceConnectionSlotOutputWithContext(ctx context.Context) WebAppRelayServiceConnectionSlotOutput
}

type WebAppRelayServiceConnectionSlotOutput added in v0.2.6

type WebAppRelayServiceConnectionSlotOutput struct {
	*pulumi.OutputState
}

func (WebAppRelayServiceConnectionSlotOutput) ElementType added in v0.2.6

func (WebAppRelayServiceConnectionSlotOutput) ToWebAppRelayServiceConnectionSlotOutput added in v0.2.6

func (o WebAppRelayServiceConnectionSlotOutput) ToWebAppRelayServiceConnectionSlotOutput() WebAppRelayServiceConnectionSlotOutput

func (WebAppRelayServiceConnectionSlotOutput) ToWebAppRelayServiceConnectionSlotOutputWithContext added in v0.2.6

func (o WebAppRelayServiceConnectionSlotOutput) ToWebAppRelayServiceConnectionSlotOutputWithContext(ctx context.Context) WebAppRelayServiceConnectionSlotOutput

type WebAppRelayServiceConnectionSlotState

type WebAppRelayServiceConnectionSlotState struct {
	BiztalkUri             pulumi.StringPtrInput
	EntityConnectionString pulumi.StringPtrInput
	EntityName             pulumi.StringPtrInput
	Hostname               pulumi.StringPtrInput
	// Kind of resource.
	Kind pulumi.StringPtrInput
	// Resource Name.
	Name                     pulumi.StringPtrInput
	Port                     pulumi.IntPtrInput
	ResourceConnectionString pulumi.StringPtrInput
	ResourceType             pulumi.StringPtrInput
	// Resource type.
	Type pulumi.StringPtrInput
}

func (WebAppRelayServiceConnectionSlotState) ElementType

type WebAppRelayServiceConnectionState

type WebAppRelayServiceConnectionState struct {
	BiztalkUri             pulumi.StringPtrInput
	EntityConnectionString pulumi.StringPtrInput
	EntityName             pulumi.StringPtrInput
	Hostname               pulumi.StringPtrInput
	// Kind of resource.
	Kind pulumi.StringPtrInput
	// Resource Name.
	Name                     pulumi.StringPtrInput
	Port                     pulumi.IntPtrInput
	ResourceConnectionString pulumi.StringPtrInput
	ResourceType             pulumi.StringPtrInput
	// Resource type.
	Type pulumi.StringPtrInput
}

func (WebAppRelayServiceConnectionState) ElementType

type WebAppSiteExtension

type WebAppSiteExtension struct {
	pulumi.CustomResourceState

	// List of authors.
	Authors pulumi.StringArrayOutput `pulumi:"authors"`
	// Site Extension comment.
	Comment pulumi.StringPtrOutput `pulumi:"comment"`
	// Detailed description.
	Description pulumi.StringPtrOutput `pulumi:"description"`
	// Count of downloads.
	DownloadCount pulumi.IntPtrOutput `pulumi:"downloadCount"`
	// Site extension ID.
	ExtensionId pulumi.StringPtrOutput `pulumi:"extensionId"`
	// Site extension type.
	ExtensionType pulumi.StringPtrOutput `pulumi:"extensionType"`
	// Extension URL.
	ExtensionUrl pulumi.StringPtrOutput `pulumi:"extensionUrl"`
	// Feed URL.
	FeedUrl pulumi.StringPtrOutput `pulumi:"feedUrl"`
	// Icon URL.
	IconUrl pulumi.StringPtrOutput `pulumi:"iconUrl"`
	// Installed timestamp.
	InstalledDateTime pulumi.StringPtrOutput `pulumi:"installedDateTime"`
	// Installer command line parameters.
	InstallerCommandLineParams pulumi.StringPtrOutput `pulumi:"installerCommandLineParams"`
	// Kind of resource.
	Kind pulumi.StringPtrOutput `pulumi:"kind"`
	// License URL.
	LicenseUrl pulumi.StringPtrOutput `pulumi:"licenseUrl"`
	// <code>true</code> if the local version is the latest version; <code>false</code> otherwise.
	LocalIsLatestVersion pulumi.BoolPtrOutput `pulumi:"localIsLatestVersion"`
	// Local path.
	LocalPath pulumi.StringPtrOutput `pulumi:"localPath"`
	// Resource Name.
	Name pulumi.StringOutput `pulumi:"name"`
	// Project URL.
	ProjectUrl pulumi.StringPtrOutput `pulumi:"projectUrl"`
	// Provisioning state.
	ProvisioningState pulumi.StringPtrOutput `pulumi:"provisioningState"`
	// Published timestamp.
	PublishedDateTime pulumi.StringPtrOutput `pulumi:"publishedDateTime"`
	// Summary description.
	Summary pulumi.StringPtrOutput `pulumi:"summary"`
	Title   pulumi.StringPtrOutput `pulumi:"title"`
	// Resource type.
	Type pulumi.StringOutput `pulumi:"type"`
	// Version information.
	Version pulumi.StringPtrOutput `pulumi:"version"`
}

Site Extension Information.

func GetWebAppSiteExtension

func GetWebAppSiteExtension(ctx *pulumi.Context,
	name string, id pulumi.IDInput, state *WebAppSiteExtensionState, opts ...pulumi.ResourceOption) (*WebAppSiteExtension, error)

GetWebAppSiteExtension gets an existing WebAppSiteExtension 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 NewWebAppSiteExtension

func NewWebAppSiteExtension(ctx *pulumi.Context,
	name string, args *WebAppSiteExtensionArgs, opts ...pulumi.ResourceOption) (*WebAppSiteExtension, error)

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

func (*WebAppSiteExtension) ElementType added in v0.2.6

func (*WebAppSiteExtension) ElementType() reflect.Type

func (*WebAppSiteExtension) ToWebAppSiteExtensionOutput added in v0.2.6

func (i *WebAppSiteExtension) ToWebAppSiteExtensionOutput() WebAppSiteExtensionOutput

func (*WebAppSiteExtension) ToWebAppSiteExtensionOutputWithContext added in v0.2.6

func (i *WebAppSiteExtension) ToWebAppSiteExtensionOutputWithContext(ctx context.Context) WebAppSiteExtensionOutput

type WebAppSiteExtensionArgs

type WebAppSiteExtensionArgs struct {
	// Site name.
	Name pulumi.StringInput
	// Name of the resource group to which the resource belongs.
	ResourceGroupName pulumi.StringInput
	// Site extension name.
	SiteExtensionId pulumi.StringInput
}

The set of arguments for constructing a WebAppSiteExtension resource.

func (WebAppSiteExtensionArgs) ElementType

func (WebAppSiteExtensionArgs) ElementType() reflect.Type

type WebAppSiteExtensionInput added in v0.2.6

type WebAppSiteExtensionInput interface {
	pulumi.Input

	ToWebAppSiteExtensionOutput() WebAppSiteExtensionOutput
	ToWebAppSiteExtensionOutputWithContext(ctx context.Context) WebAppSiteExtensionOutput
}

type WebAppSiteExtensionOutput added in v0.2.6

type WebAppSiteExtensionOutput struct {
	*pulumi.OutputState
}

func (WebAppSiteExtensionOutput) ElementType added in v0.2.6

func (WebAppSiteExtensionOutput) ElementType() reflect.Type

func (WebAppSiteExtensionOutput) ToWebAppSiteExtensionOutput added in v0.2.6

func (o WebAppSiteExtensionOutput) ToWebAppSiteExtensionOutput() WebAppSiteExtensionOutput

func (WebAppSiteExtensionOutput) ToWebAppSiteExtensionOutputWithContext added in v0.2.6

func (o WebAppSiteExtensionOutput) ToWebAppSiteExtensionOutputWithContext(ctx context.Context) WebAppSiteExtensionOutput

type WebAppSiteExtensionSlot

type WebAppSiteExtensionSlot struct {
	pulumi.CustomResourceState

	// List of authors.
	Authors pulumi.StringArrayOutput `pulumi:"authors"`
	// Site Extension comment.
	Comment pulumi.StringPtrOutput `pulumi:"comment"`
	// Detailed description.
	Description pulumi.StringPtrOutput `pulumi:"description"`
	// Count of downloads.
	DownloadCount pulumi.IntPtrOutput `pulumi:"downloadCount"`
	// Site extension ID.
	ExtensionId pulumi.StringPtrOutput `pulumi:"extensionId"`
	// Site extension type.
	ExtensionType pulumi.StringPtrOutput `pulumi:"extensionType"`
	// Extension URL.
	ExtensionUrl pulumi.StringPtrOutput `pulumi:"extensionUrl"`
	// Feed URL.
	FeedUrl pulumi.StringPtrOutput `pulumi:"feedUrl"`
	// Icon URL.
	IconUrl pulumi.StringPtrOutput `pulumi:"iconUrl"`
	// Installed timestamp.
	InstalledDateTime pulumi.StringPtrOutput `pulumi:"installedDateTime"`
	// Installer command line parameters.
	InstallerCommandLineParams pulumi.StringPtrOutput `pulumi:"installerCommandLineParams"`
	// Kind of resource.
	Kind pulumi.StringPtrOutput `pulumi:"kind"`
	// License URL.
	LicenseUrl pulumi.StringPtrOutput `pulumi:"licenseUrl"`
	// <code>true</code> if the local version is the latest version; <code>false</code> otherwise.
	LocalIsLatestVersion pulumi.BoolPtrOutput `pulumi:"localIsLatestVersion"`
	// Local path.
	LocalPath pulumi.StringPtrOutput `pulumi:"localPath"`
	// Resource Name.
	Name pulumi.StringOutput `pulumi:"name"`
	// Project URL.
	ProjectUrl pulumi.StringPtrOutput `pulumi:"projectUrl"`
	// Provisioning state.
	ProvisioningState pulumi.StringPtrOutput `pulumi:"provisioningState"`
	// Published timestamp.
	PublishedDateTime pulumi.StringPtrOutput `pulumi:"publishedDateTime"`
	// Summary description.
	Summary pulumi.StringPtrOutput `pulumi:"summary"`
	Title   pulumi.StringPtrOutput `pulumi:"title"`
	// Resource type.
	Type pulumi.StringOutput `pulumi:"type"`
	// Version information.
	Version pulumi.StringPtrOutput `pulumi:"version"`
}

Site Extension Information.

func GetWebAppSiteExtensionSlot

func GetWebAppSiteExtensionSlot(ctx *pulumi.Context,
	name string, id pulumi.IDInput, state *WebAppSiteExtensionSlotState, opts ...pulumi.ResourceOption) (*WebAppSiteExtensionSlot, error)

GetWebAppSiteExtensionSlot gets an existing WebAppSiteExtensionSlot 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 NewWebAppSiteExtensionSlot

func NewWebAppSiteExtensionSlot(ctx *pulumi.Context,
	name string, args *WebAppSiteExtensionSlotArgs, opts ...pulumi.ResourceOption) (*WebAppSiteExtensionSlot, error)

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

func (*WebAppSiteExtensionSlot) ElementType added in v0.2.6

func (*WebAppSiteExtensionSlot) ElementType() reflect.Type

func (*WebAppSiteExtensionSlot) ToWebAppSiteExtensionSlotOutput added in v0.2.6

func (i *WebAppSiteExtensionSlot) ToWebAppSiteExtensionSlotOutput() WebAppSiteExtensionSlotOutput

func (*WebAppSiteExtensionSlot) ToWebAppSiteExtensionSlotOutputWithContext added in v0.2.6

func (i *WebAppSiteExtensionSlot) ToWebAppSiteExtensionSlotOutputWithContext(ctx context.Context) WebAppSiteExtensionSlotOutput

type WebAppSiteExtensionSlotArgs

type WebAppSiteExtensionSlotArgs struct {
	// Site name.
	Name pulumi.StringInput
	// Name of the resource group to which the resource belongs.
	ResourceGroupName pulumi.StringInput
	// Site extension name.
	SiteExtensionId pulumi.StringInput
	// Name of the deployment slot. If a slot is not specified, the API deletes a deployment for the production slot.
	Slot pulumi.StringInput
}

The set of arguments for constructing a WebAppSiteExtensionSlot resource.

func (WebAppSiteExtensionSlotArgs) ElementType

type WebAppSiteExtensionSlotInput added in v0.2.6

type WebAppSiteExtensionSlotInput interface {
	pulumi.Input

	ToWebAppSiteExtensionSlotOutput() WebAppSiteExtensionSlotOutput
	ToWebAppSiteExtensionSlotOutputWithContext(ctx context.Context) WebAppSiteExtensionSlotOutput
}

type WebAppSiteExtensionSlotOutput added in v0.2.6

type WebAppSiteExtensionSlotOutput struct {
	*pulumi.OutputState
}

func (WebAppSiteExtensionSlotOutput) ElementType added in v0.2.6

func (WebAppSiteExtensionSlotOutput) ToWebAppSiteExtensionSlotOutput added in v0.2.6

func (o WebAppSiteExtensionSlotOutput) ToWebAppSiteExtensionSlotOutput() WebAppSiteExtensionSlotOutput

func (WebAppSiteExtensionSlotOutput) ToWebAppSiteExtensionSlotOutputWithContext added in v0.2.6

func (o WebAppSiteExtensionSlotOutput) ToWebAppSiteExtensionSlotOutputWithContext(ctx context.Context) WebAppSiteExtensionSlotOutput

type WebAppSiteExtensionSlotState

type WebAppSiteExtensionSlotState struct {
	// List of authors.
	Authors pulumi.StringArrayInput
	// Site Extension comment.
	Comment pulumi.StringPtrInput
	// Detailed description.
	Description pulumi.StringPtrInput
	// Count of downloads.
	DownloadCount pulumi.IntPtrInput
	// Site extension ID.
	ExtensionId pulumi.StringPtrInput
	// Site extension type.
	ExtensionType pulumi.StringPtrInput
	// Extension URL.
	ExtensionUrl pulumi.StringPtrInput
	// Feed URL.
	FeedUrl pulumi.StringPtrInput
	// Icon URL.
	IconUrl pulumi.StringPtrInput
	// Installed timestamp.
	InstalledDateTime pulumi.StringPtrInput
	// Installer command line parameters.
	InstallerCommandLineParams pulumi.StringPtrInput
	// Kind of resource.
	Kind pulumi.StringPtrInput
	// License URL.
	LicenseUrl pulumi.StringPtrInput
	// <code>true</code> if the local version is the latest version; <code>false</code> otherwise.
	LocalIsLatestVersion pulumi.BoolPtrInput
	// Local path.
	LocalPath pulumi.StringPtrInput
	// Resource Name.
	Name pulumi.StringPtrInput
	// Project URL.
	ProjectUrl pulumi.StringPtrInput
	// Provisioning state.
	ProvisioningState pulumi.StringPtrInput
	// Published timestamp.
	PublishedDateTime pulumi.StringPtrInput
	// Summary description.
	Summary pulumi.StringPtrInput
	Title   pulumi.StringPtrInput
	// Resource type.
	Type pulumi.StringPtrInput
	// Version information.
	Version pulumi.StringPtrInput
}

func (WebAppSiteExtensionSlotState) ElementType

type WebAppSiteExtensionState

type WebAppSiteExtensionState struct {
	// List of authors.
	Authors pulumi.StringArrayInput
	// Site Extension comment.
	Comment pulumi.StringPtrInput
	// Detailed description.
	Description pulumi.StringPtrInput
	// Count of downloads.
	DownloadCount pulumi.IntPtrInput
	// Site extension ID.
	ExtensionId pulumi.StringPtrInput
	// Site extension type.
	ExtensionType pulumi.StringPtrInput
	// Extension URL.
	ExtensionUrl pulumi.StringPtrInput
	// Feed URL.
	FeedUrl pulumi.StringPtrInput
	// Icon URL.
	IconUrl pulumi.StringPtrInput
	// Installed timestamp.
	InstalledDateTime pulumi.StringPtrInput
	// Installer command line parameters.
	InstallerCommandLineParams pulumi.StringPtrInput
	// Kind of resource.
	Kind pulumi.StringPtrInput
	// License URL.
	LicenseUrl pulumi.StringPtrInput
	// <code>true</code> if the local version is the latest version; <code>false</code> otherwise.
	LocalIsLatestVersion pulumi.BoolPtrInput
	// Local path.
	LocalPath pulumi.StringPtrInput
	// Resource Name.
	Name pulumi.StringPtrInput
	// Project URL.
	ProjectUrl pulumi.StringPtrInput
	// Provisioning state.
	ProvisioningState pulumi.StringPtrInput
	// Published timestamp.
	PublishedDateTime pulumi.StringPtrInput
	// Summary description.
	Summary pulumi.StringPtrInput
	Title   pulumi.StringPtrInput
	// Resource type.
	Type pulumi.StringPtrInput
	// Version information.
	Version pulumi.StringPtrInput
}

func (WebAppSiteExtensionState) ElementType

func (WebAppSiteExtensionState) ElementType() reflect.Type

type WebAppSitePushSettings added in v0.6.0

type WebAppSitePushSettings struct {
	pulumi.CustomResourceState

	// Gets or sets a JSON string containing a list of dynamic tags that will be evaluated from user claims in the push registration endpoint.
	DynamicTagsJson pulumi.StringPtrOutput `pulumi:"dynamicTagsJson"`
	// Gets or sets a flag indicating whether the Push endpoint is enabled.
	IsPushEnabled pulumi.BoolOutput `pulumi:"isPushEnabled"`
	// Kind of resource.
	Kind pulumi.StringPtrOutput `pulumi:"kind"`
	// Resource Name.
	Name pulumi.StringOutput `pulumi:"name"`
	// Gets or sets a JSON string containing a list of tags that are whitelisted for use by the push registration endpoint.
	TagWhitelistJson pulumi.StringPtrOutput `pulumi:"tagWhitelistJson"`
	// Gets or sets a JSON string containing a list of tags that require user authentication to be used in the push registration endpoint.
	// Tags can consist of alphanumeric characters and the following:
	// '_', '@', '#', '.', ':', '-'.
	// Validation should be performed at the PushRequestHandler.
	TagsRequiringAuth pulumi.StringPtrOutput `pulumi:"tagsRequiringAuth"`
	// Resource type.
	Type pulumi.StringOutput `pulumi:"type"`
}

Push settings for the App.

func GetWebAppSitePushSettings added in v0.6.0

func GetWebAppSitePushSettings(ctx *pulumi.Context,
	name string, id pulumi.IDInput, state *WebAppSitePushSettingsState, opts ...pulumi.ResourceOption) (*WebAppSitePushSettings, error)

GetWebAppSitePushSettings gets an existing WebAppSitePushSettings 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 NewWebAppSitePushSettings added in v0.6.0

func NewWebAppSitePushSettings(ctx *pulumi.Context,
	name string, args *WebAppSitePushSettingsArgs, opts ...pulumi.ResourceOption) (*WebAppSitePushSettings, error)

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

func (*WebAppSitePushSettings) ElementType added in v0.6.0

func (*WebAppSitePushSettings) ElementType() reflect.Type

func (*WebAppSitePushSettings) ToWebAppSitePushSettingsOutput added in v0.6.0

func (i *WebAppSitePushSettings) ToWebAppSitePushSettingsOutput() WebAppSitePushSettingsOutput

func (*WebAppSitePushSettings) ToWebAppSitePushSettingsOutputWithContext added in v0.6.0

func (i *WebAppSitePushSettings) ToWebAppSitePushSettingsOutputWithContext(ctx context.Context) WebAppSitePushSettingsOutput

type WebAppSitePushSettingsArgs added in v0.6.0

type WebAppSitePushSettingsArgs struct {
	// Gets or sets a JSON string containing a list of dynamic tags that will be evaluated from user claims in the push registration endpoint.
	DynamicTagsJson pulumi.StringPtrInput
	// Gets or sets a flag indicating whether the Push endpoint is enabled.
	IsPushEnabled pulumi.BoolInput
	// Kind of resource.
	Kind pulumi.StringPtrInput
	// Name of web app.
	Name pulumi.StringInput
	// Name of the resource group to which the resource belongs.
	ResourceGroupName pulumi.StringInput
	// Gets or sets a JSON string containing a list of tags that are whitelisted for use by the push registration endpoint.
	TagWhitelistJson pulumi.StringPtrInput
	// Gets or sets a JSON string containing a list of tags that require user authentication to be used in the push registration endpoint.
	// Tags can consist of alphanumeric characters and the following:
	// '_', '@', '#', '.', ':', '-'.
	// Validation should be performed at the PushRequestHandler.
	TagsRequiringAuth pulumi.StringPtrInput
}

The set of arguments for constructing a WebAppSitePushSettings resource.

func (WebAppSitePushSettingsArgs) ElementType added in v0.6.0

func (WebAppSitePushSettingsArgs) ElementType() reflect.Type

type WebAppSitePushSettingsInput added in v0.6.0

type WebAppSitePushSettingsInput interface {
	pulumi.Input

	ToWebAppSitePushSettingsOutput() WebAppSitePushSettingsOutput
	ToWebAppSitePushSettingsOutputWithContext(ctx context.Context) WebAppSitePushSettingsOutput
}

type WebAppSitePushSettingsOutput added in v0.6.0

type WebAppSitePushSettingsOutput struct {
	*pulumi.OutputState
}

func (WebAppSitePushSettingsOutput) ElementType added in v0.6.0

func (WebAppSitePushSettingsOutput) ToWebAppSitePushSettingsOutput added in v0.6.0

func (o WebAppSitePushSettingsOutput) ToWebAppSitePushSettingsOutput() WebAppSitePushSettingsOutput

func (WebAppSitePushSettingsOutput) ToWebAppSitePushSettingsOutputWithContext added in v0.6.0

func (o WebAppSitePushSettingsOutput) ToWebAppSitePushSettingsOutputWithContext(ctx context.Context) WebAppSitePushSettingsOutput

type WebAppSitePushSettingsSlot added in v0.6.0

type WebAppSitePushSettingsSlot struct {
	pulumi.CustomResourceState

	// Gets or sets a JSON string containing a list of dynamic tags that will be evaluated from user claims in the push registration endpoint.
	DynamicTagsJson pulumi.StringPtrOutput `pulumi:"dynamicTagsJson"`
	// Gets or sets a flag indicating whether the Push endpoint is enabled.
	IsPushEnabled pulumi.BoolOutput `pulumi:"isPushEnabled"`
	// Kind of resource.
	Kind pulumi.StringPtrOutput `pulumi:"kind"`
	// Resource Name.
	Name pulumi.StringOutput `pulumi:"name"`
	// Gets or sets a JSON string containing a list of tags that are whitelisted for use by the push registration endpoint.
	TagWhitelistJson pulumi.StringPtrOutput `pulumi:"tagWhitelistJson"`
	// Gets or sets a JSON string containing a list of tags that require user authentication to be used in the push registration endpoint.
	// Tags can consist of alphanumeric characters and the following:
	// '_', '@', '#', '.', ':', '-'.
	// Validation should be performed at the PushRequestHandler.
	TagsRequiringAuth pulumi.StringPtrOutput `pulumi:"tagsRequiringAuth"`
	// Resource type.
	Type pulumi.StringOutput `pulumi:"type"`
}

Push settings for the App.

func GetWebAppSitePushSettingsSlot added in v0.6.0

func GetWebAppSitePushSettingsSlot(ctx *pulumi.Context,
	name string, id pulumi.IDInput, state *WebAppSitePushSettingsSlotState, opts ...pulumi.ResourceOption) (*WebAppSitePushSettingsSlot, error)

GetWebAppSitePushSettingsSlot gets an existing WebAppSitePushSettingsSlot 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 NewWebAppSitePushSettingsSlot added in v0.6.0

func NewWebAppSitePushSettingsSlot(ctx *pulumi.Context,
	name string, args *WebAppSitePushSettingsSlotArgs, opts ...pulumi.ResourceOption) (*WebAppSitePushSettingsSlot, error)

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

func (*WebAppSitePushSettingsSlot) ElementType added in v0.6.0

func (*WebAppSitePushSettingsSlot) ElementType() reflect.Type

func (*WebAppSitePushSettingsSlot) ToWebAppSitePushSettingsSlotOutput added in v0.6.0

func (i *WebAppSitePushSettingsSlot) ToWebAppSitePushSettingsSlotOutput() WebAppSitePushSettingsSlotOutput

func (*WebAppSitePushSettingsSlot) ToWebAppSitePushSettingsSlotOutputWithContext added in v0.6.0

func (i *WebAppSitePushSettingsSlot) ToWebAppSitePushSettingsSlotOutputWithContext(ctx context.Context) WebAppSitePushSettingsSlotOutput

type WebAppSitePushSettingsSlotArgs added in v0.6.0

type WebAppSitePushSettingsSlotArgs struct {
	// Gets or sets a JSON string containing a list of dynamic tags that will be evaluated from user claims in the push registration endpoint.
	DynamicTagsJson pulumi.StringPtrInput
	// Gets or sets a flag indicating whether the Push endpoint is enabled.
	IsPushEnabled pulumi.BoolInput
	// Kind of resource.
	Kind pulumi.StringPtrInput
	// Name of web app.
	Name pulumi.StringInput
	// Name of the resource group to which the resource belongs.
	ResourceGroupName pulumi.StringInput
	// Name of web app slot. If not specified then will default to production slot.
	Slot pulumi.StringInput
	// Gets or sets a JSON string containing a list of tags that are whitelisted for use by the push registration endpoint.
	TagWhitelistJson pulumi.StringPtrInput
	// Gets or sets a JSON string containing a list of tags that require user authentication to be used in the push registration endpoint.
	// Tags can consist of alphanumeric characters and the following:
	// '_', '@', '#', '.', ':', '-'.
	// Validation should be performed at the PushRequestHandler.
	TagsRequiringAuth pulumi.StringPtrInput
}

The set of arguments for constructing a WebAppSitePushSettingsSlot resource.

func (WebAppSitePushSettingsSlotArgs) ElementType added in v0.6.0

type WebAppSitePushSettingsSlotInput added in v0.6.0

type WebAppSitePushSettingsSlotInput interface {
	pulumi.Input

	ToWebAppSitePushSettingsSlotOutput() WebAppSitePushSettingsSlotOutput
	ToWebAppSitePushSettingsSlotOutputWithContext(ctx context.Context) WebAppSitePushSettingsSlotOutput
}

type WebAppSitePushSettingsSlotOutput added in v0.6.0

type WebAppSitePushSettingsSlotOutput struct {
	*pulumi.OutputState
}

func (WebAppSitePushSettingsSlotOutput) ElementType added in v0.6.0

func (WebAppSitePushSettingsSlotOutput) ToWebAppSitePushSettingsSlotOutput added in v0.6.0

func (o WebAppSitePushSettingsSlotOutput) ToWebAppSitePushSettingsSlotOutput() WebAppSitePushSettingsSlotOutput

func (WebAppSitePushSettingsSlotOutput) ToWebAppSitePushSettingsSlotOutputWithContext added in v0.6.0

func (o WebAppSitePushSettingsSlotOutput) ToWebAppSitePushSettingsSlotOutputWithContext(ctx context.Context) WebAppSitePushSettingsSlotOutput

type WebAppSitePushSettingsSlotState added in v0.6.0

type WebAppSitePushSettingsSlotState struct {
	// Gets or sets a JSON string containing a list of dynamic tags that will be evaluated from user claims in the push registration endpoint.
	DynamicTagsJson pulumi.StringPtrInput
	// Gets or sets a flag indicating whether the Push endpoint is enabled.
	IsPushEnabled pulumi.BoolPtrInput
	// Kind of resource.
	Kind pulumi.StringPtrInput
	// Resource Name.
	Name pulumi.StringPtrInput
	// Gets or sets a JSON string containing a list of tags that are whitelisted for use by the push registration endpoint.
	TagWhitelistJson pulumi.StringPtrInput
	// Gets or sets a JSON string containing a list of tags that require user authentication to be used in the push registration endpoint.
	// Tags can consist of alphanumeric characters and the following:
	// '_', '@', '#', '.', ':', '-'.
	// Validation should be performed at the PushRequestHandler.
	TagsRequiringAuth pulumi.StringPtrInput
	// Resource type.
	Type pulumi.StringPtrInput
}

func (WebAppSitePushSettingsSlotState) ElementType added in v0.6.0

type WebAppSitePushSettingsState added in v0.6.0

type WebAppSitePushSettingsState struct {
	// Gets or sets a JSON string containing a list of dynamic tags that will be evaluated from user claims in the push registration endpoint.
	DynamicTagsJson pulumi.StringPtrInput
	// Gets or sets a flag indicating whether the Push endpoint is enabled.
	IsPushEnabled pulumi.BoolPtrInput
	// Kind of resource.
	Kind pulumi.StringPtrInput
	// Resource Name.
	Name pulumi.StringPtrInput
	// Gets or sets a JSON string containing a list of tags that are whitelisted for use by the push registration endpoint.
	TagWhitelistJson pulumi.StringPtrInput
	// Gets or sets a JSON string containing a list of tags that require user authentication to be used in the push registration endpoint.
	// Tags can consist of alphanumeric characters and the following:
	// '_', '@', '#', '.', ':', '-'.
	// Validation should be performed at the PushRequestHandler.
	TagsRequiringAuth pulumi.StringPtrInput
	// Resource type.
	Type pulumi.StringPtrInput
}

func (WebAppSitePushSettingsState) ElementType added in v0.6.0

type WebAppSlot

type WebAppSlot struct {
	pulumi.CustomResourceState

	// Management information availability state for the app.
	AvailabilityState pulumi.StringOutput `pulumi:"availabilityState"`
	// <code>true</code> to enable client affinity; <code>false</code> to stop sending session affinity cookies, which route client requests in the same session to the same instance. Default is <code>true</code>.
	ClientAffinityEnabled pulumi.BoolPtrOutput `pulumi:"clientAffinityEnabled"`
	// <code>true</code> to enable client certificate authentication (TLS mutual authentication); otherwise, <code>false</code>. Default is <code>false</code>.
	ClientCertEnabled pulumi.BoolPtrOutput `pulumi:"clientCertEnabled"`
	// client certificate authentication comma-separated exclusion paths
	ClientCertExclusionPaths pulumi.StringPtrOutput `pulumi:"clientCertExclusionPaths"`
	// If specified during app creation, the app is cloned from a source app.
	CloningInfo CloningInfoResponsePtrOutput `pulumi:"cloningInfo"`
	// Size of the function container.
	ContainerSize pulumi.IntPtrOutput `pulumi:"containerSize"`
	// Maximum allowed daily memory-time quota (applicable on dynamic apps only).
	DailyMemoryTimeQuota pulumi.IntPtrOutput `pulumi:"dailyMemoryTimeQuota"`
	// Default hostname of the app. Read-only.
	DefaultHostName pulumi.StringOutput `pulumi:"defaultHostName"`
	// <code>true</code> if the app is enabled; otherwise, <code>false</code>. Setting this value to false disables the app (takes the app offline).
	Enabled pulumi.BoolPtrOutput `pulumi:"enabled"`
	// Enabled hostnames for the app.Hostnames need to be assigned (see HostNames) AND enabled. Otherwise,
	// the app is not served on those hostnames.
	EnabledHostNames pulumi.StringArrayOutput `pulumi:"enabledHostNames"`
	// GeoDistributions for this site
	GeoDistributions GeoDistributionResponseArrayOutput `pulumi:"geoDistributions"`
	// Hostname SSL states are used to manage the SSL bindings for app's hostnames.
	HostNameSslStates HostNameSslStateResponseArrayOutput `pulumi:"hostNameSslStates"`
	// Hostnames associated with the app.
	HostNames pulumi.StringArrayOutput `pulumi:"hostNames"`
	// <code>true</code> to disable the public hostnames of the app; otherwise, <code>false</code>.
	//  If <code>true</code>, the app is only accessible via API management process.
	HostNamesDisabled pulumi.BoolPtrOutput `pulumi:"hostNamesDisabled"`
	// App Service Environment to use for the app.
	HostingEnvironmentProfile HostingEnvironmentProfileResponsePtrOutput `pulumi:"hostingEnvironmentProfile"`
	// HttpsOnly: configures a web site to accept only https requests. Issues redirect for
	// http requests
	HttpsOnly pulumi.BoolPtrOutput `pulumi:"httpsOnly"`
	// Hyper-V sandbox.
	HyperV pulumi.BoolPtrOutput `pulumi:"hyperV"`
	// Managed service identity.
	Identity ManagedServiceIdentityResponsePtrOutput `pulumi:"identity"`
	// Specifies an operation id if this site has a pending operation.
	InProgressOperationId pulumi.StringOutput `pulumi:"inProgressOperationId"`
	// <code>true</code> if the app is a default container; otherwise, <code>false</code>.
	IsDefaultContainer pulumi.BoolOutput `pulumi:"isDefaultContainer"`
	// Obsolete: Hyper-V sandbox.
	IsXenon pulumi.BoolPtrOutput `pulumi:"isXenon"`
	// Kind of resource.
	Kind pulumi.StringPtrOutput `pulumi:"kind"`
	// Last time the app was modified, in UTC. Read-only.
	LastModifiedTimeUtc pulumi.StringOutput `pulumi:"lastModifiedTimeUtc"`
	// Resource Location.
	Location pulumi.StringOutput `pulumi:"location"`
	// Maximum number of workers.
	// This only applies to Functions container.
	MaxNumberOfWorkers pulumi.IntOutput `pulumi:"maxNumberOfWorkers"`
	// Resource Name.
	Name pulumi.StringOutput `pulumi:"name"`
	// List of IP addresses that the app uses for outbound connections (e.g. database access). Includes VIPs from tenants that site can be hosted with current settings. Read-only.
	OutboundIpAddresses pulumi.StringOutput `pulumi:"outboundIpAddresses"`
	// List of IP addresses that the app uses for outbound connections (e.g. database access). Includes VIPs from all tenants. Read-only.
	PossibleOutboundIpAddresses pulumi.StringOutput `pulumi:"possibleOutboundIpAddresses"`
	// Site redundancy mode
	RedundancyMode pulumi.StringPtrOutput `pulumi:"redundancyMode"`
	// Name of the repository site.
	RepositorySiteName pulumi.StringOutput `pulumi:"repositorySiteName"`
	// <code>true</code> if reserved; otherwise, <code>false</code>.
	Reserved pulumi.BoolPtrOutput `pulumi:"reserved"`
	// Name of the resource group the app belongs to. Read-only.
	ResourceGroup pulumi.StringOutput `pulumi:"resourceGroup"`
	// <code>true</code> to stop SCM (KUDU) site when the app is stopped; otherwise, <code>false</code>. The default is <code>false</code>.
	ScmSiteAlsoStopped pulumi.BoolPtrOutput `pulumi:"scmSiteAlsoStopped"`
	// Resource ID of the associated App Service plan, formatted as: "/subscriptions/{subscriptionID}/resourceGroups/{groupName}/providers/Microsoft.Web/serverfarms/{appServicePlanName}".
	ServerFarmId pulumi.StringPtrOutput `pulumi:"serverFarmId"`
	// Configuration of the app.
	SiteConfig SiteConfigResponsePtrOutput `pulumi:"siteConfig"`
	// Status of the last deployment slot swap operation.
	SlotSwapStatus SlotSwapStatusResponseOutput `pulumi:"slotSwapStatus"`
	// Current state of the app.
	State pulumi.StringOutput `pulumi:"state"`
	// App suspended till in case memory-time quota is exceeded.
	SuspendedTill pulumi.StringOutput `pulumi:"suspendedTill"`
	// Resource tags.
	Tags pulumi.StringMapOutput `pulumi:"tags"`
	// Specifies which deployment slot this app will swap into. Read-only.
	TargetSwapSlot pulumi.StringOutput `pulumi:"targetSwapSlot"`
	// Azure Traffic Manager hostnames associated with the app. Read-only.
	TrafficManagerHostNames pulumi.StringArrayOutput `pulumi:"trafficManagerHostNames"`
	// Resource type.
	Type pulumi.StringOutput `pulumi:"type"`
	// State indicating whether the app has exceeded its quota usage. Read-only.
	UsageState pulumi.StringOutput `pulumi:"usageState"`
}

A web app, a mobile app backend, or an API app.

func GetWebAppSlot

func GetWebAppSlot(ctx *pulumi.Context,
	name string, id pulumi.IDInput, state *WebAppSlotState, opts ...pulumi.ResourceOption) (*WebAppSlot, error)

GetWebAppSlot gets an existing WebAppSlot 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 NewWebAppSlot

func NewWebAppSlot(ctx *pulumi.Context,
	name string, args *WebAppSlotArgs, opts ...pulumi.ResourceOption) (*WebAppSlot, error)

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

func (*WebAppSlot) ElementType added in v0.2.6

func (*WebAppSlot) ElementType() reflect.Type

func (*WebAppSlot) ToWebAppSlotOutput added in v0.2.6

func (i *WebAppSlot) ToWebAppSlotOutput() WebAppSlotOutput

func (*WebAppSlot) ToWebAppSlotOutputWithContext added in v0.2.6

func (i *WebAppSlot) ToWebAppSlotOutputWithContext(ctx context.Context) WebAppSlotOutput

type WebAppSlotArgs

type WebAppSlotArgs struct {
	// <code>true</code> to enable client affinity; <code>false</code> to stop sending session affinity cookies, which route client requests in the same session to the same instance. Default is <code>true</code>.
	ClientAffinityEnabled pulumi.BoolPtrInput
	// <code>true</code> to enable client certificate authentication (TLS mutual authentication); otherwise, <code>false</code>. Default is <code>false</code>.
	ClientCertEnabled pulumi.BoolPtrInput
	// client certificate authentication comma-separated exclusion paths
	ClientCertExclusionPaths pulumi.StringPtrInput
	// If specified during app creation, the app is cloned from a source app.
	CloningInfo CloningInfoPtrInput
	// Size of the function container.
	ContainerSize pulumi.IntPtrInput
	// Maximum allowed daily memory-time quota (applicable on dynamic apps only).
	DailyMemoryTimeQuota pulumi.IntPtrInput
	// <code>true</code> if the app is enabled; otherwise, <code>false</code>. Setting this value to false disables the app (takes the app offline).
	Enabled pulumi.BoolPtrInput
	// GeoDistributions for this site
	GeoDistributions GeoDistributionArrayInput
	// Hostname SSL states are used to manage the SSL bindings for app's hostnames.
	HostNameSslStates HostNameSslStateArrayInput
	// <code>true</code> to disable the public hostnames of the app; otherwise, <code>false</code>.
	//  If <code>true</code>, the app is only accessible via API management process.
	HostNamesDisabled pulumi.BoolPtrInput
	// App Service Environment to use for the app.
	HostingEnvironmentProfile HostingEnvironmentProfilePtrInput
	// HttpsOnly: configures a web site to accept only https requests. Issues redirect for
	// http requests
	HttpsOnly pulumi.BoolPtrInput
	// Hyper-V sandbox.
	HyperV pulumi.BoolPtrInput
	// Managed service identity.
	Identity ManagedServiceIdentityPtrInput
	// Obsolete: Hyper-V sandbox.
	IsXenon pulumi.BoolPtrInput
	// Kind of resource.
	Kind pulumi.StringPtrInput
	// Resource Location.
	Location pulumi.StringPtrInput
	// Unique name of the app to create or update. To create or update a deployment slot, use the {slot} parameter.
	Name pulumi.StringInput
	// Site redundancy mode
	RedundancyMode *RedundancyMode
	// <code>true</code> if reserved; otherwise, <code>false</code>.
	Reserved pulumi.BoolPtrInput
	// Name of the resource group to which the resource belongs.
	ResourceGroupName pulumi.StringInput
	// <code>true</code> to stop SCM (KUDU) site when the app is stopped; otherwise, <code>false</code>. The default is <code>false</code>.
	ScmSiteAlsoStopped pulumi.BoolPtrInput
	// Resource ID of the associated App Service plan, formatted as: "/subscriptions/{subscriptionID}/resourceGroups/{groupName}/providers/Microsoft.Web/serverfarms/{appServicePlanName}".
	ServerFarmId pulumi.StringPtrInput
	// Configuration of the app.
	SiteConfig SiteConfigPtrInput
	// Name of the deployment slot to create or update. By default, this API attempts to create or modify the production slot.
	Slot pulumi.StringInput
	// Resource tags.
	Tags pulumi.StringMapInput
}

The set of arguments for constructing a WebAppSlot resource.

func (WebAppSlotArgs) ElementType

func (WebAppSlotArgs) ElementType() reflect.Type

type WebAppSlotConfigurationNames added in v0.2.5

type WebAppSlotConfigurationNames struct {
	pulumi.CustomResourceState

	// List of application settings names.
	AppSettingNames pulumi.StringArrayOutput `pulumi:"appSettingNames"`
	// List of external Azure storage account identifiers.
	AzureStorageConfigNames pulumi.StringArrayOutput `pulumi:"azureStorageConfigNames"`
	// List of connection string names.
	ConnectionStringNames pulumi.StringArrayOutput `pulumi:"connectionStringNames"`
	// Kind of resource.
	Kind pulumi.StringPtrOutput `pulumi:"kind"`
	// Resource Name.
	Name pulumi.StringOutput `pulumi:"name"`
	// Resource type.
	Type pulumi.StringOutput `pulumi:"type"`
}

Slot Config names azure resource.

func GetWebAppSlotConfigurationNames added in v0.2.5

func GetWebAppSlotConfigurationNames(ctx *pulumi.Context,
	name string, id pulumi.IDInput, state *WebAppSlotConfigurationNamesState, opts ...pulumi.ResourceOption) (*WebAppSlotConfigurationNames, error)

GetWebAppSlotConfigurationNames gets an existing WebAppSlotConfigurationNames 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 NewWebAppSlotConfigurationNames added in v0.2.5

func NewWebAppSlotConfigurationNames(ctx *pulumi.Context,
	name string, args *WebAppSlotConfigurationNamesArgs, opts ...pulumi.ResourceOption) (*WebAppSlotConfigurationNames, error)

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

func (*WebAppSlotConfigurationNames) ElementType added in v0.2.6

func (*WebAppSlotConfigurationNames) ElementType() reflect.Type

func (*WebAppSlotConfigurationNames) ToWebAppSlotConfigurationNamesOutput added in v0.2.6

func (i *WebAppSlotConfigurationNames) ToWebAppSlotConfigurationNamesOutput() WebAppSlotConfigurationNamesOutput

func (*WebAppSlotConfigurationNames) ToWebAppSlotConfigurationNamesOutputWithContext added in v0.2.6

func (i *WebAppSlotConfigurationNames) ToWebAppSlotConfigurationNamesOutputWithContext(ctx context.Context) WebAppSlotConfigurationNamesOutput

type WebAppSlotConfigurationNamesArgs added in v0.2.5

type WebAppSlotConfigurationNamesArgs struct {
	// List of application settings names.
	AppSettingNames pulumi.StringArrayInput
	// List of external Azure storage account identifiers.
	AzureStorageConfigNames pulumi.StringArrayInput
	// List of connection string names.
	ConnectionStringNames pulumi.StringArrayInput
	// Kind of resource.
	Kind pulumi.StringPtrInput
	// Name of the app.
	Name pulumi.StringInput
	// Name of the resource group to which the resource belongs.
	ResourceGroupName pulumi.StringInput
}

The set of arguments for constructing a WebAppSlotConfigurationNames resource.

func (WebAppSlotConfigurationNamesArgs) ElementType added in v0.2.5

type WebAppSlotConfigurationNamesInput added in v0.2.6

type WebAppSlotConfigurationNamesInput interface {
	pulumi.Input

	ToWebAppSlotConfigurationNamesOutput() WebAppSlotConfigurationNamesOutput
	ToWebAppSlotConfigurationNamesOutputWithContext(ctx context.Context) WebAppSlotConfigurationNamesOutput
}

type WebAppSlotConfigurationNamesOutput added in v0.2.6

type WebAppSlotConfigurationNamesOutput struct {
	*pulumi.OutputState
}

func (WebAppSlotConfigurationNamesOutput) ElementType added in v0.2.6

func (WebAppSlotConfigurationNamesOutput) ToWebAppSlotConfigurationNamesOutput added in v0.2.6

func (o WebAppSlotConfigurationNamesOutput) ToWebAppSlotConfigurationNamesOutput() WebAppSlotConfigurationNamesOutput

func (WebAppSlotConfigurationNamesOutput) ToWebAppSlotConfigurationNamesOutputWithContext added in v0.2.6

func (o WebAppSlotConfigurationNamesOutput) ToWebAppSlotConfigurationNamesOutputWithContext(ctx context.Context) WebAppSlotConfigurationNamesOutput

type WebAppSlotConfigurationNamesState added in v0.2.5

type WebAppSlotConfigurationNamesState struct {
	// List of application settings names.
	AppSettingNames pulumi.StringArrayInput
	// List of external Azure storage account identifiers.
	AzureStorageConfigNames pulumi.StringArrayInput
	// List of connection string names.
	ConnectionStringNames pulumi.StringArrayInput
	// Kind of resource.
	Kind pulumi.StringPtrInput
	// Resource Name.
	Name pulumi.StringPtrInput
	// Resource type.
	Type pulumi.StringPtrInput
}

func (WebAppSlotConfigurationNamesState) ElementType added in v0.2.5

type WebAppSlotInput added in v0.2.6

type WebAppSlotInput interface {
	pulumi.Input

	ToWebAppSlotOutput() WebAppSlotOutput
	ToWebAppSlotOutputWithContext(ctx context.Context) WebAppSlotOutput
}

type WebAppSlotOutput added in v0.2.6

type WebAppSlotOutput struct {
	*pulumi.OutputState
}

func (WebAppSlotOutput) ElementType added in v0.2.6

func (WebAppSlotOutput) ElementType() reflect.Type

func (WebAppSlotOutput) ToWebAppSlotOutput added in v0.2.6

func (o WebAppSlotOutput) ToWebAppSlotOutput() WebAppSlotOutput

func (WebAppSlotOutput) ToWebAppSlotOutputWithContext added in v0.2.6

func (o WebAppSlotOutput) ToWebAppSlotOutputWithContext(ctx context.Context) WebAppSlotOutput

type WebAppSlotState

type WebAppSlotState struct {
	// Management information availability state for the app.
	AvailabilityState pulumi.StringPtrInput
	// <code>true</code> to enable client affinity; <code>false</code> to stop sending session affinity cookies, which route client requests in the same session to the same instance. Default is <code>true</code>.
	ClientAffinityEnabled pulumi.BoolPtrInput
	// <code>true</code> to enable client certificate authentication (TLS mutual authentication); otherwise, <code>false</code>. Default is <code>false</code>.
	ClientCertEnabled pulumi.BoolPtrInput
	// client certificate authentication comma-separated exclusion paths
	ClientCertExclusionPaths pulumi.StringPtrInput
	// If specified during app creation, the app is cloned from a source app.
	CloningInfo CloningInfoResponsePtrInput
	// Size of the function container.
	ContainerSize pulumi.IntPtrInput
	// Maximum allowed daily memory-time quota (applicable on dynamic apps only).
	DailyMemoryTimeQuota pulumi.IntPtrInput
	// Default hostname of the app. Read-only.
	DefaultHostName pulumi.StringPtrInput
	// <code>true</code> if the app is enabled; otherwise, <code>false</code>. Setting this value to false disables the app (takes the app offline).
	Enabled pulumi.BoolPtrInput
	// Enabled hostnames for the app.Hostnames need to be assigned (see HostNames) AND enabled. Otherwise,
	// the app is not served on those hostnames.
	EnabledHostNames pulumi.StringArrayInput
	// GeoDistributions for this site
	GeoDistributions GeoDistributionResponseArrayInput
	// Hostname SSL states are used to manage the SSL bindings for app's hostnames.
	HostNameSslStates HostNameSslStateResponseArrayInput
	// Hostnames associated with the app.
	HostNames pulumi.StringArrayInput
	// <code>true</code> to disable the public hostnames of the app; otherwise, <code>false</code>.
	//  If <code>true</code>, the app is only accessible via API management process.
	HostNamesDisabled pulumi.BoolPtrInput
	// App Service Environment to use for the app.
	HostingEnvironmentProfile HostingEnvironmentProfileResponsePtrInput
	// HttpsOnly: configures a web site to accept only https requests. Issues redirect for
	// http requests
	HttpsOnly pulumi.BoolPtrInput
	// Hyper-V sandbox.
	HyperV pulumi.BoolPtrInput
	// Managed service identity.
	Identity ManagedServiceIdentityResponsePtrInput
	// Specifies an operation id if this site has a pending operation.
	InProgressOperationId pulumi.StringPtrInput
	// <code>true</code> if the app is a default container; otherwise, <code>false</code>.
	IsDefaultContainer pulumi.BoolPtrInput
	// Obsolete: Hyper-V sandbox.
	IsXenon pulumi.BoolPtrInput
	// Kind of resource.
	Kind pulumi.StringPtrInput
	// Last time the app was modified, in UTC. Read-only.
	LastModifiedTimeUtc pulumi.StringPtrInput
	// Resource Location.
	Location pulumi.StringPtrInput
	// Maximum number of workers.
	// This only applies to Functions container.
	MaxNumberOfWorkers pulumi.IntPtrInput
	// Resource Name.
	Name pulumi.StringPtrInput
	// List of IP addresses that the app uses for outbound connections (e.g. database access). Includes VIPs from tenants that site can be hosted with current settings. Read-only.
	OutboundIpAddresses pulumi.StringPtrInput
	// List of IP addresses that the app uses for outbound connections (e.g. database access). Includes VIPs from all tenants. Read-only.
	PossibleOutboundIpAddresses pulumi.StringPtrInput
	// Site redundancy mode
	RedundancyMode pulumi.StringPtrInput
	// Name of the repository site.
	RepositorySiteName pulumi.StringPtrInput
	// <code>true</code> if reserved; otherwise, <code>false</code>.
	Reserved pulumi.BoolPtrInput
	// Name of the resource group the app belongs to. Read-only.
	ResourceGroup pulumi.StringPtrInput
	// <code>true</code> to stop SCM (KUDU) site when the app is stopped; otherwise, <code>false</code>. The default is <code>false</code>.
	ScmSiteAlsoStopped pulumi.BoolPtrInput
	// Resource ID of the associated App Service plan, formatted as: "/subscriptions/{subscriptionID}/resourceGroups/{groupName}/providers/Microsoft.Web/serverfarms/{appServicePlanName}".
	ServerFarmId pulumi.StringPtrInput
	// Configuration of the app.
	SiteConfig SiteConfigResponsePtrInput
	// Status of the last deployment slot swap operation.
	SlotSwapStatus SlotSwapStatusResponsePtrInput
	// Current state of the app.
	State pulumi.StringPtrInput
	// App suspended till in case memory-time quota is exceeded.
	SuspendedTill pulumi.StringPtrInput
	// Resource tags.
	Tags pulumi.StringMapInput
	// Specifies which deployment slot this app will swap into. Read-only.
	TargetSwapSlot pulumi.StringPtrInput
	// Azure Traffic Manager hostnames associated with the app. Read-only.
	TrafficManagerHostNames pulumi.StringArrayInput
	// Resource type.
	Type pulumi.StringPtrInput
	// State indicating whether the app has exceeded its quota usage. Read-only.
	UsageState pulumi.StringPtrInput
}

func (WebAppSlotState) ElementType

func (WebAppSlotState) ElementType() reflect.Type

type WebAppSourceControl

type WebAppSourceControl struct {
	pulumi.CustomResourceState

	// Name of branch to use for deployment.
	Branch pulumi.StringPtrOutput `pulumi:"branch"`
	// <code>true</code> to enable deployment rollback; otherwise, <code>false</code>.
	DeploymentRollbackEnabled pulumi.BoolPtrOutput `pulumi:"deploymentRollbackEnabled"`
	// <code>true</code> to limit to manual integration; <code>false</code> to enable continuous integration (which configures webhooks into online repos like GitHub).
	IsManualIntegration pulumi.BoolPtrOutput `pulumi:"isManualIntegration"`
	// <code>true</code> for a Mercurial repository; <code>false</code> for a Git repository.
	IsMercurial pulumi.BoolPtrOutput `pulumi:"isMercurial"`
	// Kind of resource.
	Kind pulumi.StringPtrOutput `pulumi:"kind"`
	// Resource Name.
	Name pulumi.StringOutput `pulumi:"name"`
	// Repository or source control URL.
	RepoUrl pulumi.StringPtrOutput `pulumi:"repoUrl"`
	// Resource type.
	Type pulumi.StringOutput `pulumi:"type"`
}

Source control configuration for an app.

func GetWebAppSourceControl

func GetWebAppSourceControl(ctx *pulumi.Context,
	name string, id pulumi.IDInput, state *WebAppSourceControlState, opts ...pulumi.ResourceOption) (*WebAppSourceControl, error)

GetWebAppSourceControl gets an existing WebAppSourceControl 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 NewWebAppSourceControl

func NewWebAppSourceControl(ctx *pulumi.Context,
	name string, args *WebAppSourceControlArgs, opts ...pulumi.ResourceOption) (*WebAppSourceControl, error)

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

func (*WebAppSourceControl) ElementType added in v0.2.6

func (*WebAppSourceControl) ElementType() reflect.Type

func (*WebAppSourceControl) ToWebAppSourceControlOutput added in v0.2.6

func (i *WebAppSourceControl) ToWebAppSourceControlOutput() WebAppSourceControlOutput

func (*WebAppSourceControl) ToWebAppSourceControlOutputWithContext added in v0.2.6

func (i *WebAppSourceControl) ToWebAppSourceControlOutputWithContext(ctx context.Context) WebAppSourceControlOutput

type WebAppSourceControlArgs

type WebAppSourceControlArgs struct {
	// Name of branch to use for deployment.
	Branch pulumi.StringPtrInput
	// <code>true</code> to enable deployment rollback; otherwise, <code>false</code>.
	DeploymentRollbackEnabled pulumi.BoolPtrInput
	// <code>true</code> to limit to manual integration; <code>false</code> to enable continuous integration (which configures webhooks into online repos like GitHub).
	IsManualIntegration pulumi.BoolPtrInput
	// <code>true</code> for a Mercurial repository; <code>false</code> for a Git repository.
	IsMercurial pulumi.BoolPtrInput
	// Kind of resource.
	Kind pulumi.StringPtrInput
	// Name of the app.
	Name pulumi.StringInput
	// Repository or source control URL.
	RepoUrl pulumi.StringPtrInput
	// Name of the resource group to which the resource belongs.
	ResourceGroupName pulumi.StringInput
}

The set of arguments for constructing a WebAppSourceControl resource.

func (WebAppSourceControlArgs) ElementType

func (WebAppSourceControlArgs) ElementType() reflect.Type

type WebAppSourceControlInput added in v0.2.6

type WebAppSourceControlInput interface {
	pulumi.Input

	ToWebAppSourceControlOutput() WebAppSourceControlOutput
	ToWebAppSourceControlOutputWithContext(ctx context.Context) WebAppSourceControlOutput
}

type WebAppSourceControlOutput added in v0.2.6

type WebAppSourceControlOutput struct {
	*pulumi.OutputState
}

func (WebAppSourceControlOutput) ElementType added in v0.2.6

func (WebAppSourceControlOutput) ElementType() reflect.Type

func (WebAppSourceControlOutput) ToWebAppSourceControlOutput added in v0.2.6

func (o WebAppSourceControlOutput) ToWebAppSourceControlOutput() WebAppSourceControlOutput

func (WebAppSourceControlOutput) ToWebAppSourceControlOutputWithContext added in v0.2.6

func (o WebAppSourceControlOutput) ToWebAppSourceControlOutputWithContext(ctx context.Context) WebAppSourceControlOutput

type WebAppSourceControlSlot

type WebAppSourceControlSlot struct {
	pulumi.CustomResourceState

	// Name of branch to use for deployment.
	Branch pulumi.StringPtrOutput `pulumi:"branch"`
	// <code>true</code> to enable deployment rollback; otherwise, <code>false</code>.
	DeploymentRollbackEnabled pulumi.BoolPtrOutput `pulumi:"deploymentRollbackEnabled"`
	// <code>true</code> to limit to manual integration; <code>false</code> to enable continuous integration (which configures webhooks into online repos like GitHub).
	IsManualIntegration pulumi.BoolPtrOutput `pulumi:"isManualIntegration"`
	// <code>true</code> for a Mercurial repository; <code>false</code> for a Git repository.
	IsMercurial pulumi.BoolPtrOutput `pulumi:"isMercurial"`
	// Kind of resource.
	Kind pulumi.StringPtrOutput `pulumi:"kind"`
	// Resource Name.
	Name pulumi.StringOutput `pulumi:"name"`
	// Repository or source control URL.
	RepoUrl pulumi.StringPtrOutput `pulumi:"repoUrl"`
	// Resource type.
	Type pulumi.StringOutput `pulumi:"type"`
}

Source control configuration for an app.

func GetWebAppSourceControlSlot

func GetWebAppSourceControlSlot(ctx *pulumi.Context,
	name string, id pulumi.IDInput, state *WebAppSourceControlSlotState, opts ...pulumi.ResourceOption) (*WebAppSourceControlSlot, error)

GetWebAppSourceControlSlot gets an existing WebAppSourceControlSlot 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 NewWebAppSourceControlSlot

func NewWebAppSourceControlSlot(ctx *pulumi.Context,
	name string, args *WebAppSourceControlSlotArgs, opts ...pulumi.ResourceOption) (*WebAppSourceControlSlot, error)

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

func (*WebAppSourceControlSlot) ElementType added in v0.2.6

func (*WebAppSourceControlSlot) ElementType() reflect.Type

func (*WebAppSourceControlSlot) ToWebAppSourceControlSlotOutput added in v0.2.6

func (i *WebAppSourceControlSlot) ToWebAppSourceControlSlotOutput() WebAppSourceControlSlotOutput

func (*WebAppSourceControlSlot) ToWebAppSourceControlSlotOutputWithContext added in v0.2.6

func (i *WebAppSourceControlSlot) ToWebAppSourceControlSlotOutputWithContext(ctx context.Context) WebAppSourceControlSlotOutput

type WebAppSourceControlSlotArgs

type WebAppSourceControlSlotArgs struct {
	// Name of branch to use for deployment.
	Branch pulumi.StringPtrInput
	// <code>true</code> to enable deployment rollback; otherwise, <code>false</code>.
	DeploymentRollbackEnabled pulumi.BoolPtrInput
	// <code>true</code> to limit to manual integration; <code>false</code> to enable continuous integration (which configures webhooks into online repos like GitHub).
	IsManualIntegration pulumi.BoolPtrInput
	// <code>true</code> for a Mercurial repository; <code>false</code> for a Git repository.
	IsMercurial pulumi.BoolPtrInput
	// Kind of resource.
	Kind pulumi.StringPtrInput
	// Name of the app.
	Name pulumi.StringInput
	// Repository or source control URL.
	RepoUrl pulumi.StringPtrInput
	// Name of the resource group to which the resource belongs.
	ResourceGroupName pulumi.StringInput
	// Name of the deployment slot. If a slot is not specified, the API will update the source control configuration for the production slot.
	Slot pulumi.StringInput
}

The set of arguments for constructing a WebAppSourceControlSlot resource.

func (WebAppSourceControlSlotArgs) ElementType

type WebAppSourceControlSlotInput added in v0.2.6

type WebAppSourceControlSlotInput interface {
	pulumi.Input

	ToWebAppSourceControlSlotOutput() WebAppSourceControlSlotOutput
	ToWebAppSourceControlSlotOutputWithContext(ctx context.Context) WebAppSourceControlSlotOutput
}

type WebAppSourceControlSlotOutput added in v0.2.6

type WebAppSourceControlSlotOutput struct {
	*pulumi.OutputState
}

func (WebAppSourceControlSlotOutput) ElementType added in v0.2.6

func (WebAppSourceControlSlotOutput) ToWebAppSourceControlSlotOutput added in v0.2.6

func (o WebAppSourceControlSlotOutput) ToWebAppSourceControlSlotOutput() WebAppSourceControlSlotOutput

func (WebAppSourceControlSlotOutput) ToWebAppSourceControlSlotOutputWithContext added in v0.2.6

func (o WebAppSourceControlSlotOutput) ToWebAppSourceControlSlotOutputWithContext(ctx context.Context) WebAppSourceControlSlotOutput

type WebAppSourceControlSlotState

type WebAppSourceControlSlotState struct {
	// Name of branch to use for deployment.
	Branch pulumi.StringPtrInput
	// <code>true</code> to enable deployment rollback; otherwise, <code>false</code>.
	DeploymentRollbackEnabled pulumi.BoolPtrInput
	// <code>true</code> to limit to manual integration; <code>false</code> to enable continuous integration (which configures webhooks into online repos like GitHub).
	IsManualIntegration pulumi.BoolPtrInput
	// <code>true</code> for a Mercurial repository; <code>false</code> for a Git repository.
	IsMercurial pulumi.BoolPtrInput
	// Kind of resource.
	Kind pulumi.StringPtrInput
	// Resource Name.
	Name pulumi.StringPtrInput
	// Repository or source control URL.
	RepoUrl pulumi.StringPtrInput
	// Resource type.
	Type pulumi.StringPtrInput
}

func (WebAppSourceControlSlotState) ElementType

type WebAppSourceControlState

type WebAppSourceControlState struct {
	// Name of branch to use for deployment.
	Branch pulumi.StringPtrInput
	// <code>true</code> to enable deployment rollback; otherwise, <code>false</code>.
	DeploymentRollbackEnabled pulumi.BoolPtrInput
	// <code>true</code> to limit to manual integration; <code>false</code> to enable continuous integration (which configures webhooks into online repos like GitHub).
	IsManualIntegration pulumi.BoolPtrInput
	// <code>true</code> for a Mercurial repository; <code>false</code> for a Git repository.
	IsMercurial pulumi.BoolPtrInput
	// Kind of resource.
	Kind pulumi.StringPtrInput
	// Resource Name.
	Name pulumi.StringPtrInput
	// Repository or source control URL.
	RepoUrl pulumi.StringPtrInput
	// Resource type.
	Type pulumi.StringPtrInput
}

func (WebAppSourceControlState) ElementType

func (WebAppSourceControlState) ElementType() reflect.Type

type WebAppState

type WebAppState struct {
	// Management information availability state for the app.
	AvailabilityState pulumi.StringPtrInput
	// <code>true</code> to enable client affinity; <code>false</code> to stop sending session affinity cookies, which route client requests in the same session to the same instance. Default is <code>true</code>.
	ClientAffinityEnabled pulumi.BoolPtrInput
	// <code>true</code> to enable client certificate authentication (TLS mutual authentication); otherwise, <code>false</code>. Default is <code>false</code>.
	ClientCertEnabled pulumi.BoolPtrInput
	// client certificate authentication comma-separated exclusion paths
	ClientCertExclusionPaths pulumi.StringPtrInput
	// If specified during app creation, the app is cloned from a source app.
	CloningInfo CloningInfoResponsePtrInput
	// Size of the function container.
	ContainerSize pulumi.IntPtrInput
	// Maximum allowed daily memory-time quota (applicable on dynamic apps only).
	DailyMemoryTimeQuota pulumi.IntPtrInput
	// Default hostname of the app. Read-only.
	DefaultHostName pulumi.StringPtrInput
	// <code>true</code> if the app is enabled; otherwise, <code>false</code>. Setting this value to false disables the app (takes the app offline).
	Enabled pulumi.BoolPtrInput
	// Enabled hostnames for the app.Hostnames need to be assigned (see HostNames) AND enabled. Otherwise,
	// the app is not served on those hostnames.
	EnabledHostNames pulumi.StringArrayInput
	// GeoDistributions for this site
	GeoDistributions GeoDistributionResponseArrayInput
	// Hostname SSL states are used to manage the SSL bindings for app's hostnames.
	HostNameSslStates HostNameSslStateResponseArrayInput
	// Hostnames associated with the app.
	HostNames pulumi.StringArrayInput
	// <code>true</code> to disable the public hostnames of the app; otherwise, <code>false</code>.
	//  If <code>true</code>, the app is only accessible via API management process.
	HostNamesDisabled pulumi.BoolPtrInput
	// App Service Environment to use for the app.
	HostingEnvironmentProfile HostingEnvironmentProfileResponsePtrInput
	// HttpsOnly: configures a web site to accept only https requests. Issues redirect for
	// http requests
	HttpsOnly pulumi.BoolPtrInput
	// Hyper-V sandbox.
	HyperV pulumi.BoolPtrInput
	// Managed service identity.
	Identity ManagedServiceIdentityResponsePtrInput
	// Specifies an operation id if this site has a pending operation.
	InProgressOperationId pulumi.StringPtrInput
	// <code>true</code> if the app is a default container; otherwise, <code>false</code>.
	IsDefaultContainer pulumi.BoolPtrInput
	// Obsolete: Hyper-V sandbox.
	IsXenon pulumi.BoolPtrInput
	// Kind of resource.
	Kind pulumi.StringPtrInput
	// Last time the app was modified, in UTC. Read-only.
	LastModifiedTimeUtc pulumi.StringPtrInput
	// Resource Location.
	Location pulumi.StringPtrInput
	// Maximum number of workers.
	// This only applies to Functions container.
	MaxNumberOfWorkers pulumi.IntPtrInput
	// Resource Name.
	Name pulumi.StringPtrInput
	// List of IP addresses that the app uses for outbound connections (e.g. database access). Includes VIPs from tenants that site can be hosted with current settings. Read-only.
	OutboundIpAddresses pulumi.StringPtrInput
	// List of IP addresses that the app uses for outbound connections (e.g. database access). Includes VIPs from all tenants. Read-only.
	PossibleOutboundIpAddresses pulumi.StringPtrInput
	// Site redundancy mode
	RedundancyMode pulumi.StringPtrInput
	// Name of the repository site.
	RepositorySiteName pulumi.StringPtrInput
	// <code>true</code> if reserved; otherwise, <code>false</code>.
	Reserved pulumi.BoolPtrInput
	// Name of the resource group the app belongs to. Read-only.
	ResourceGroup pulumi.StringPtrInput
	// <code>true</code> to stop SCM (KUDU) site when the app is stopped; otherwise, <code>false</code>. The default is <code>false</code>.
	ScmSiteAlsoStopped pulumi.BoolPtrInput
	// Resource ID of the associated App Service plan, formatted as: "/subscriptions/{subscriptionID}/resourceGroups/{groupName}/providers/Microsoft.Web/serverfarms/{appServicePlanName}".
	ServerFarmId pulumi.StringPtrInput
	// Configuration of the app.
	SiteConfig SiteConfigResponsePtrInput
	// Status of the last deployment slot swap operation.
	SlotSwapStatus SlotSwapStatusResponsePtrInput
	// Current state of the app.
	State pulumi.StringPtrInput
	// App suspended till in case memory-time quota is exceeded.
	SuspendedTill pulumi.StringPtrInput
	// Resource tags.
	Tags pulumi.StringMapInput
	// Specifies which deployment slot this app will swap into. Read-only.
	TargetSwapSlot pulumi.StringPtrInput
	// Azure Traffic Manager hostnames associated with the app. Read-only.
	TrafficManagerHostNames pulumi.StringArrayInput
	// Resource type.
	Type pulumi.StringPtrInput
	// State indicating whether the app has exceeded its quota usage. Read-only.
	UsageState pulumi.StringPtrInput
}

func (WebAppState) ElementType

func (WebAppState) ElementType() reflect.Type

type WebAppSwiftVirtualNetworkConnection

type WebAppSwiftVirtualNetworkConnection struct {
	pulumi.CustomResourceState

	// Kind of resource.
	Kind pulumi.StringPtrOutput `pulumi:"kind"`
	// Resource Name.
	Name pulumi.StringOutput `pulumi:"name"`
	// The Virtual Network subnet's resource ID. This is the subnet that this Web App will join. This subnet must have a delegation to Microsoft.Web/serverFarms defined first.
	SubnetResourceId pulumi.StringPtrOutput `pulumi:"subnetResourceId"`
	// A flag that specifies if the scale unit this Web App is on supports Swift integration.
	SwiftSupported pulumi.BoolPtrOutput `pulumi:"swiftSupported"`
	// Resource type.
	Type pulumi.StringOutput `pulumi:"type"`
}

Swift Virtual Network Contract. This is used to enable the new Swift way of doing virtual network integration.

func GetWebAppSwiftVirtualNetworkConnection

func GetWebAppSwiftVirtualNetworkConnection(ctx *pulumi.Context,
	name string, id pulumi.IDInput, state *WebAppSwiftVirtualNetworkConnectionState, opts ...pulumi.ResourceOption) (*WebAppSwiftVirtualNetworkConnection, error)

GetWebAppSwiftVirtualNetworkConnection gets an existing WebAppSwiftVirtualNetworkConnection 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 NewWebAppSwiftVirtualNetworkConnection

func NewWebAppSwiftVirtualNetworkConnection(ctx *pulumi.Context,
	name string, args *WebAppSwiftVirtualNetworkConnectionArgs, opts ...pulumi.ResourceOption) (*WebAppSwiftVirtualNetworkConnection, error)

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

func (*WebAppSwiftVirtualNetworkConnection) ElementType added in v0.2.6

func (*WebAppSwiftVirtualNetworkConnection) ToWebAppSwiftVirtualNetworkConnectionOutput added in v0.2.6

func (i *WebAppSwiftVirtualNetworkConnection) ToWebAppSwiftVirtualNetworkConnectionOutput() WebAppSwiftVirtualNetworkConnectionOutput

func (*WebAppSwiftVirtualNetworkConnection) ToWebAppSwiftVirtualNetworkConnectionOutputWithContext added in v0.2.6

func (i *WebAppSwiftVirtualNetworkConnection) ToWebAppSwiftVirtualNetworkConnectionOutputWithContext(ctx context.Context) WebAppSwiftVirtualNetworkConnectionOutput

type WebAppSwiftVirtualNetworkConnectionArgs

type WebAppSwiftVirtualNetworkConnectionArgs struct {
	// Kind of resource.
	Kind pulumi.StringPtrInput
	// Name of the app.
	Name pulumi.StringInput
	// Name of the resource group to which the resource belongs.
	ResourceGroupName pulumi.StringInput
	// The Virtual Network subnet's resource ID. This is the subnet that this Web App will join. This subnet must have a delegation to Microsoft.Web/serverFarms defined first.
	SubnetResourceId pulumi.StringPtrInput
	// A flag that specifies if the scale unit this Web App is on supports Swift integration.
	SwiftSupported pulumi.BoolPtrInput
}

The set of arguments for constructing a WebAppSwiftVirtualNetworkConnection resource.

func (WebAppSwiftVirtualNetworkConnectionArgs) ElementType

type WebAppSwiftVirtualNetworkConnectionInput added in v0.2.6

type WebAppSwiftVirtualNetworkConnectionInput interface {
	pulumi.Input

	ToWebAppSwiftVirtualNetworkConnectionOutput() WebAppSwiftVirtualNetworkConnectionOutput
	ToWebAppSwiftVirtualNetworkConnectionOutputWithContext(ctx context.Context) WebAppSwiftVirtualNetworkConnectionOutput
}

type WebAppSwiftVirtualNetworkConnectionOutput added in v0.2.6

type WebAppSwiftVirtualNetworkConnectionOutput struct {
	*pulumi.OutputState
}

func (WebAppSwiftVirtualNetworkConnectionOutput) ElementType added in v0.2.6

func (WebAppSwiftVirtualNetworkConnectionOutput) ToWebAppSwiftVirtualNetworkConnectionOutput added in v0.2.6

func (o WebAppSwiftVirtualNetworkConnectionOutput) ToWebAppSwiftVirtualNetworkConnectionOutput() WebAppSwiftVirtualNetworkConnectionOutput

func (WebAppSwiftVirtualNetworkConnectionOutput) ToWebAppSwiftVirtualNetworkConnectionOutputWithContext added in v0.2.6

func (o WebAppSwiftVirtualNetworkConnectionOutput) ToWebAppSwiftVirtualNetworkConnectionOutputWithContext(ctx context.Context) WebAppSwiftVirtualNetworkConnectionOutput

type WebAppSwiftVirtualNetworkConnectionSlot

type WebAppSwiftVirtualNetworkConnectionSlot struct {
	pulumi.CustomResourceState

	// Kind of resource.
	Kind pulumi.StringPtrOutput `pulumi:"kind"`
	// Resource Name.
	Name pulumi.StringOutput `pulumi:"name"`
	// The Virtual Network subnet's resource ID. This is the subnet that this Web App will join. This subnet must have a delegation to Microsoft.Web/serverFarms defined first.
	SubnetResourceId pulumi.StringPtrOutput `pulumi:"subnetResourceId"`
	// A flag that specifies if the scale unit this Web App is on supports Swift integration.
	SwiftSupported pulumi.BoolPtrOutput `pulumi:"swiftSupported"`
	// Resource type.
	Type pulumi.StringOutput `pulumi:"type"`
}

Swift Virtual Network Contract. This is used to enable the new Swift way of doing virtual network integration.

func GetWebAppSwiftVirtualNetworkConnectionSlot

func GetWebAppSwiftVirtualNetworkConnectionSlot(ctx *pulumi.Context,
	name string, id pulumi.IDInput, state *WebAppSwiftVirtualNetworkConnectionSlotState, opts ...pulumi.ResourceOption) (*WebAppSwiftVirtualNetworkConnectionSlot, error)

GetWebAppSwiftVirtualNetworkConnectionSlot gets an existing WebAppSwiftVirtualNetworkConnectionSlot 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 NewWebAppSwiftVirtualNetworkConnectionSlot

func NewWebAppSwiftVirtualNetworkConnectionSlot(ctx *pulumi.Context,
	name string, args *WebAppSwiftVirtualNetworkConnectionSlotArgs, opts ...pulumi.ResourceOption) (*WebAppSwiftVirtualNetworkConnectionSlot, error)

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

func (*WebAppSwiftVirtualNetworkConnectionSlot) ElementType added in v0.2.6

func (*WebAppSwiftVirtualNetworkConnectionSlot) ToWebAppSwiftVirtualNetworkConnectionSlotOutput added in v0.2.6

func (i *WebAppSwiftVirtualNetworkConnectionSlot) ToWebAppSwiftVirtualNetworkConnectionSlotOutput() WebAppSwiftVirtualNetworkConnectionSlotOutput

func (*WebAppSwiftVirtualNetworkConnectionSlot) ToWebAppSwiftVirtualNetworkConnectionSlotOutputWithContext added in v0.2.6

func (i *WebAppSwiftVirtualNetworkConnectionSlot) ToWebAppSwiftVirtualNetworkConnectionSlotOutputWithContext(ctx context.Context) WebAppSwiftVirtualNetworkConnectionSlotOutput

type WebAppSwiftVirtualNetworkConnectionSlotArgs

type WebAppSwiftVirtualNetworkConnectionSlotArgs struct {
	// Kind of resource.
	Kind pulumi.StringPtrInput
	// Name of the app.
	Name pulumi.StringInput
	// Name of the resource group to which the resource belongs.
	ResourceGroupName pulumi.StringInput
	// Name of the deployment slot. If a slot is not specified, the API will add or update connections for the production slot.
	Slot pulumi.StringInput
	// The Virtual Network subnet's resource ID. This is the subnet that this Web App will join. This subnet must have a delegation to Microsoft.Web/serverFarms defined first.
	SubnetResourceId pulumi.StringPtrInput
	// A flag that specifies if the scale unit this Web App is on supports Swift integration.
	SwiftSupported pulumi.BoolPtrInput
}

The set of arguments for constructing a WebAppSwiftVirtualNetworkConnectionSlot resource.

func (WebAppSwiftVirtualNetworkConnectionSlotArgs) ElementType

type WebAppSwiftVirtualNetworkConnectionSlotInput added in v0.2.6

type WebAppSwiftVirtualNetworkConnectionSlotInput interface {
	pulumi.Input

	ToWebAppSwiftVirtualNetworkConnectionSlotOutput() WebAppSwiftVirtualNetworkConnectionSlotOutput
	ToWebAppSwiftVirtualNetworkConnectionSlotOutputWithContext(ctx context.Context) WebAppSwiftVirtualNetworkConnectionSlotOutput
}

type WebAppSwiftVirtualNetworkConnectionSlotOutput added in v0.2.6

type WebAppSwiftVirtualNetworkConnectionSlotOutput struct {
	*pulumi.OutputState
}

func (WebAppSwiftVirtualNetworkConnectionSlotOutput) ElementType added in v0.2.6

func (WebAppSwiftVirtualNetworkConnectionSlotOutput) ToWebAppSwiftVirtualNetworkConnectionSlotOutput added in v0.2.6

func (o WebAppSwiftVirtualNetworkConnectionSlotOutput) ToWebAppSwiftVirtualNetworkConnectionSlotOutput() WebAppSwiftVirtualNetworkConnectionSlotOutput

func (WebAppSwiftVirtualNetworkConnectionSlotOutput) ToWebAppSwiftVirtualNetworkConnectionSlotOutputWithContext added in v0.2.6

func (o WebAppSwiftVirtualNetworkConnectionSlotOutput) ToWebAppSwiftVirtualNetworkConnectionSlotOutputWithContext(ctx context.Context) WebAppSwiftVirtualNetworkConnectionSlotOutput

type WebAppSwiftVirtualNetworkConnectionSlotState

type WebAppSwiftVirtualNetworkConnectionSlotState struct {
	// Kind of resource.
	Kind pulumi.StringPtrInput
	// Resource Name.
	Name pulumi.StringPtrInput
	// The Virtual Network subnet's resource ID. This is the subnet that this Web App will join. This subnet must have a delegation to Microsoft.Web/serverFarms defined first.
	SubnetResourceId pulumi.StringPtrInput
	// A flag that specifies if the scale unit this Web App is on supports Swift integration.
	SwiftSupported pulumi.BoolPtrInput
	// Resource type.
	Type pulumi.StringPtrInput
}

func (WebAppSwiftVirtualNetworkConnectionSlotState) ElementType

type WebAppSwiftVirtualNetworkConnectionState

type WebAppSwiftVirtualNetworkConnectionState struct {
	// Kind of resource.
	Kind pulumi.StringPtrInput
	// Resource Name.
	Name pulumi.StringPtrInput
	// The Virtual Network subnet's resource ID. This is the subnet that this Web App will join. This subnet must have a delegation to Microsoft.Web/serverFarms defined first.
	SubnetResourceId pulumi.StringPtrInput
	// A flag that specifies if the scale unit this Web App is on supports Swift integration.
	SwiftSupported pulumi.BoolPtrInput
	// Resource type.
	Type pulumi.StringPtrInput
}

func (WebAppSwiftVirtualNetworkConnectionState) ElementType

type WebAppVnetConnection

type WebAppVnetConnection struct {
	pulumi.CustomResourceState

	// A certificate file (.cer) blob containing the public key of the private key used to authenticate a
	// Point-To-Site VPN connection.
	CertBlob pulumi.StringPtrOutput `pulumi:"certBlob"`
	// The client certificate thumbprint.
	CertThumbprint pulumi.StringOutput `pulumi:"certThumbprint"`
	// DNS servers to be used by this Virtual Network. This should be a comma-separated list of IP addresses.
	DnsServers pulumi.StringPtrOutput `pulumi:"dnsServers"`
	// Flag that is used to denote if this is VNET injection
	IsSwift pulumi.BoolPtrOutput `pulumi:"isSwift"`
	// Kind of resource.
	Kind pulumi.StringPtrOutput `pulumi:"kind"`
	// Resource Name.
	Name pulumi.StringOutput `pulumi:"name"`
	// <code>true</code> if a resync is required; otherwise, <code>false</code>.
	ResyncRequired pulumi.BoolOutput `pulumi:"resyncRequired"`
	// The routes that this Virtual Network connection uses.
	Routes VnetRouteResponseArrayOutput `pulumi:"routes"`
	// Resource type.
	Type pulumi.StringOutput `pulumi:"type"`
	// The Virtual Network's resource ID.
	VnetResourceId pulumi.StringPtrOutput `pulumi:"vnetResourceId"`
}

Virtual Network information contract.

func GetWebAppVnetConnection

func GetWebAppVnetConnection(ctx *pulumi.Context,
	name string, id pulumi.IDInput, state *WebAppVnetConnectionState, opts ...pulumi.ResourceOption) (*WebAppVnetConnection, error)

GetWebAppVnetConnection gets an existing WebAppVnetConnection 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 NewWebAppVnetConnection

func NewWebAppVnetConnection(ctx *pulumi.Context,
	name string, args *WebAppVnetConnectionArgs, opts ...pulumi.ResourceOption) (*WebAppVnetConnection, error)

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

func (*WebAppVnetConnection) ElementType added in v0.2.6

func (*WebAppVnetConnection) ElementType() reflect.Type

func (*WebAppVnetConnection) ToWebAppVnetConnectionOutput added in v0.2.6

func (i *WebAppVnetConnection) ToWebAppVnetConnectionOutput() WebAppVnetConnectionOutput

func (*WebAppVnetConnection) ToWebAppVnetConnectionOutputWithContext added in v0.2.6

func (i *WebAppVnetConnection) ToWebAppVnetConnectionOutputWithContext(ctx context.Context) WebAppVnetConnectionOutput

type WebAppVnetConnectionArgs

type WebAppVnetConnectionArgs struct {
	// A certificate file (.cer) blob containing the public key of the private key used to authenticate a
	// Point-To-Site VPN connection.
	CertBlob pulumi.StringPtrInput
	// DNS servers to be used by this Virtual Network. This should be a comma-separated list of IP addresses.
	DnsServers pulumi.StringPtrInput
	// Flag that is used to denote if this is VNET injection
	IsSwift pulumi.BoolPtrInput
	// Kind of resource.
	Kind pulumi.StringPtrInput
	// Name of the app.
	Name pulumi.StringInput
	// Name of the resource group to which the resource belongs.
	ResourceGroupName pulumi.StringInput
	// Name of an existing Virtual Network.
	VnetName pulumi.StringInput
	// The Virtual Network's resource ID.
	VnetResourceId pulumi.StringPtrInput
}

The set of arguments for constructing a WebAppVnetConnection resource.

func (WebAppVnetConnectionArgs) ElementType

func (WebAppVnetConnectionArgs) ElementType() reflect.Type

type WebAppVnetConnectionInput added in v0.2.6

type WebAppVnetConnectionInput interface {
	pulumi.Input

	ToWebAppVnetConnectionOutput() WebAppVnetConnectionOutput
	ToWebAppVnetConnectionOutputWithContext(ctx context.Context) WebAppVnetConnectionOutput
}

type WebAppVnetConnectionOutput added in v0.2.6

type WebAppVnetConnectionOutput struct {
	*pulumi.OutputState
}

func (WebAppVnetConnectionOutput) ElementType added in v0.2.6

func (WebAppVnetConnectionOutput) ElementType() reflect.Type

func (WebAppVnetConnectionOutput) ToWebAppVnetConnectionOutput added in v0.2.6

func (o WebAppVnetConnectionOutput) ToWebAppVnetConnectionOutput() WebAppVnetConnectionOutput

func (WebAppVnetConnectionOutput) ToWebAppVnetConnectionOutputWithContext added in v0.2.6

func (o WebAppVnetConnectionOutput) ToWebAppVnetConnectionOutputWithContext(ctx context.Context) WebAppVnetConnectionOutput

type WebAppVnetConnectionSlot

type WebAppVnetConnectionSlot struct {
	pulumi.CustomResourceState

	// A certificate file (.cer) blob containing the public key of the private key used to authenticate a
	// Point-To-Site VPN connection.
	CertBlob pulumi.StringPtrOutput `pulumi:"certBlob"`
	// The client certificate thumbprint.
	CertThumbprint pulumi.StringOutput `pulumi:"certThumbprint"`
	// DNS servers to be used by this Virtual Network. This should be a comma-separated list of IP addresses.
	DnsServers pulumi.StringPtrOutput `pulumi:"dnsServers"`
	// Flag that is used to denote if this is VNET injection
	IsSwift pulumi.BoolPtrOutput `pulumi:"isSwift"`
	// Kind of resource.
	Kind pulumi.StringPtrOutput `pulumi:"kind"`
	// Resource Name.
	Name pulumi.StringOutput `pulumi:"name"`
	// <code>true</code> if a resync is required; otherwise, <code>false</code>.
	ResyncRequired pulumi.BoolOutput `pulumi:"resyncRequired"`
	// The routes that this Virtual Network connection uses.
	Routes VnetRouteResponseArrayOutput `pulumi:"routes"`
	// Resource type.
	Type pulumi.StringOutput `pulumi:"type"`
	// The Virtual Network's resource ID.
	VnetResourceId pulumi.StringPtrOutput `pulumi:"vnetResourceId"`
}

Virtual Network information contract.

func GetWebAppVnetConnectionSlot

func GetWebAppVnetConnectionSlot(ctx *pulumi.Context,
	name string, id pulumi.IDInput, state *WebAppVnetConnectionSlotState, opts ...pulumi.ResourceOption) (*WebAppVnetConnectionSlot, error)

GetWebAppVnetConnectionSlot gets an existing WebAppVnetConnectionSlot 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 NewWebAppVnetConnectionSlot

func NewWebAppVnetConnectionSlot(ctx *pulumi.Context,
	name string, args *WebAppVnetConnectionSlotArgs, opts ...pulumi.ResourceOption) (*WebAppVnetConnectionSlot, error)

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

func (*WebAppVnetConnectionSlot) ElementType added in v0.2.6

func (*WebAppVnetConnectionSlot) ElementType() reflect.Type

func (*WebAppVnetConnectionSlot) ToWebAppVnetConnectionSlotOutput added in v0.2.6

func (i *WebAppVnetConnectionSlot) ToWebAppVnetConnectionSlotOutput() WebAppVnetConnectionSlotOutput

func (*WebAppVnetConnectionSlot) ToWebAppVnetConnectionSlotOutputWithContext added in v0.2.6

func (i *WebAppVnetConnectionSlot) ToWebAppVnetConnectionSlotOutputWithContext(ctx context.Context) WebAppVnetConnectionSlotOutput

type WebAppVnetConnectionSlotArgs

type WebAppVnetConnectionSlotArgs struct {
	// A certificate file (.cer) blob containing the public key of the private key used to authenticate a
	// Point-To-Site VPN connection.
	CertBlob pulumi.StringPtrInput
	// DNS servers to be used by this Virtual Network. This should be a comma-separated list of IP addresses.
	DnsServers pulumi.StringPtrInput
	// Flag that is used to denote if this is VNET injection
	IsSwift pulumi.BoolPtrInput
	// Kind of resource.
	Kind pulumi.StringPtrInput
	// Name of the app.
	Name pulumi.StringInput
	// Name of the resource group to which the resource belongs.
	ResourceGroupName pulumi.StringInput
	// Name of the deployment slot. If a slot is not specified, the API will add or update connections for the production slot.
	Slot pulumi.StringInput
	// Name of an existing Virtual Network.
	VnetName pulumi.StringInput
	// The Virtual Network's resource ID.
	VnetResourceId pulumi.StringPtrInput
}

The set of arguments for constructing a WebAppVnetConnectionSlot resource.

func (WebAppVnetConnectionSlotArgs) ElementType

type WebAppVnetConnectionSlotInput added in v0.2.6

type WebAppVnetConnectionSlotInput interface {
	pulumi.Input

	ToWebAppVnetConnectionSlotOutput() WebAppVnetConnectionSlotOutput
	ToWebAppVnetConnectionSlotOutputWithContext(ctx context.Context) WebAppVnetConnectionSlotOutput
}

type WebAppVnetConnectionSlotOutput added in v0.2.6

type WebAppVnetConnectionSlotOutput struct {
	*pulumi.OutputState
}

func (WebAppVnetConnectionSlotOutput) ElementType added in v0.2.6

func (WebAppVnetConnectionSlotOutput) ToWebAppVnetConnectionSlotOutput added in v0.2.6

func (o WebAppVnetConnectionSlotOutput) ToWebAppVnetConnectionSlotOutput() WebAppVnetConnectionSlotOutput

func (WebAppVnetConnectionSlotOutput) ToWebAppVnetConnectionSlotOutputWithContext added in v0.2.6

func (o WebAppVnetConnectionSlotOutput) ToWebAppVnetConnectionSlotOutputWithContext(ctx context.Context) WebAppVnetConnectionSlotOutput

type WebAppVnetConnectionSlotState

type WebAppVnetConnectionSlotState struct {
	// A certificate file (.cer) blob containing the public key of the private key used to authenticate a
	// Point-To-Site VPN connection.
	CertBlob pulumi.StringPtrInput
	// The client certificate thumbprint.
	CertThumbprint pulumi.StringPtrInput
	// DNS servers to be used by this Virtual Network. This should be a comma-separated list of IP addresses.
	DnsServers pulumi.StringPtrInput
	// Flag that is used to denote if this is VNET injection
	IsSwift pulumi.BoolPtrInput
	// Kind of resource.
	Kind pulumi.StringPtrInput
	// Resource Name.
	Name pulumi.StringPtrInput
	// <code>true</code> if a resync is required; otherwise, <code>false</code>.
	ResyncRequired pulumi.BoolPtrInput
	// The routes that this Virtual Network connection uses.
	Routes VnetRouteResponseArrayInput
	// Resource type.
	Type pulumi.StringPtrInput
	// The Virtual Network's resource ID.
	VnetResourceId pulumi.StringPtrInput
}

func (WebAppVnetConnectionSlotState) ElementType

type WebAppVnetConnectionState

type WebAppVnetConnectionState struct {
	// A certificate file (.cer) blob containing the public key of the private key used to authenticate a
	// Point-To-Site VPN connection.
	CertBlob pulumi.StringPtrInput
	// The client certificate thumbprint.
	CertThumbprint pulumi.StringPtrInput
	// DNS servers to be used by this Virtual Network. This should be a comma-separated list of IP addresses.
	DnsServers pulumi.StringPtrInput
	// Flag that is used to denote if this is VNET injection
	IsSwift pulumi.BoolPtrInput
	// Kind of resource.
	Kind pulumi.StringPtrInput
	// Resource Name.
	Name pulumi.StringPtrInput
	// <code>true</code> if a resync is required; otherwise, <code>false</code>.
	ResyncRequired pulumi.BoolPtrInput
	// The routes that this Virtual Network connection uses.
	Routes VnetRouteResponseArrayInput
	// Resource type.
	Type pulumi.StringPtrInput
	// The Virtual Network's resource ID.
	VnetResourceId pulumi.StringPtrInput
}

func (WebAppVnetConnectionState) ElementType

func (WebAppVnetConnectionState) ElementType() reflect.Type

type WebApplicationSettings added in v0.6.0

type WebApplicationSettings struct {
	pulumi.CustomResourceState

	// Kind of resource.
	Kind pulumi.StringPtrOutput `pulumi:"kind"`
	// Resource Name.
	Name pulumi.StringOutput `pulumi:"name"`
	// Settings.
	Properties pulumi.StringMapOutput `pulumi:"properties"`
	// Resource type.
	Type pulumi.StringOutput `pulumi:"type"`
}

String dictionary resource.

func GetWebApplicationSettings added in v0.6.0

func GetWebApplicationSettings(ctx *pulumi.Context,
	name string, id pulumi.IDInput, state *WebApplicationSettingsState, opts ...pulumi.ResourceOption) (*WebApplicationSettings, error)

GetWebApplicationSettings gets an existing WebApplicationSettings 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 NewWebApplicationSettings added in v0.6.0

func NewWebApplicationSettings(ctx *pulumi.Context,
	name string, args *WebApplicationSettingsArgs, opts ...pulumi.ResourceOption) (*WebApplicationSettings, error)

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

func (*WebApplicationSettings) ElementType added in v0.6.0

func (*WebApplicationSettings) ElementType() reflect.Type

func (*WebApplicationSettings) ToWebApplicationSettingsOutput added in v0.6.0

func (i *WebApplicationSettings) ToWebApplicationSettingsOutput() WebApplicationSettingsOutput

func (*WebApplicationSettings) ToWebApplicationSettingsOutputWithContext added in v0.6.0

func (i *WebApplicationSettings) ToWebApplicationSettingsOutputWithContext(ctx context.Context) WebApplicationSettingsOutput

type WebApplicationSettingsArgs added in v0.6.0

type WebApplicationSettingsArgs struct {
	// Kind of resource.
	Kind pulumi.StringPtrInput
	// Name of the app.
	Name pulumi.StringInput
	// Settings.
	Properties pulumi.StringMapInput
	// Name of the resource group to which the resource belongs.
	ResourceGroupName pulumi.StringInput
}

The set of arguments for constructing a WebApplicationSettings resource.

func (WebApplicationSettingsArgs) ElementType added in v0.6.0

func (WebApplicationSettingsArgs) ElementType() reflect.Type

type WebApplicationSettingsInput added in v0.6.0

type WebApplicationSettingsInput interface {
	pulumi.Input

	ToWebApplicationSettingsOutput() WebApplicationSettingsOutput
	ToWebApplicationSettingsOutputWithContext(ctx context.Context) WebApplicationSettingsOutput
}

type WebApplicationSettingsOutput added in v0.6.0

type WebApplicationSettingsOutput struct {
	*pulumi.OutputState
}

func (WebApplicationSettingsOutput) ElementType added in v0.6.0

func (WebApplicationSettingsOutput) ToWebApplicationSettingsOutput added in v0.6.0

func (o WebApplicationSettingsOutput) ToWebApplicationSettingsOutput() WebApplicationSettingsOutput

func (WebApplicationSettingsOutput) ToWebApplicationSettingsOutputWithContext added in v0.6.0

func (o WebApplicationSettingsOutput) ToWebApplicationSettingsOutputWithContext(ctx context.Context) WebApplicationSettingsOutput

type WebApplicationSettingsSlot added in v0.6.0

type WebApplicationSettingsSlot struct {
	pulumi.CustomResourceState

	// Kind of resource.
	Kind pulumi.StringPtrOutput `pulumi:"kind"`
	// Resource Name.
	Name pulumi.StringOutput `pulumi:"name"`
	// Settings.
	Properties pulumi.StringMapOutput `pulumi:"properties"`
	// Resource type.
	Type pulumi.StringOutput `pulumi:"type"`
}

String dictionary resource.

func GetWebApplicationSettingsSlot added in v0.6.0

func GetWebApplicationSettingsSlot(ctx *pulumi.Context,
	name string, id pulumi.IDInput, state *WebApplicationSettingsSlotState, opts ...pulumi.ResourceOption) (*WebApplicationSettingsSlot, error)

GetWebApplicationSettingsSlot gets an existing WebApplicationSettingsSlot 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 NewWebApplicationSettingsSlot added in v0.6.0

func NewWebApplicationSettingsSlot(ctx *pulumi.Context,
	name string, args *WebApplicationSettingsSlotArgs, opts ...pulumi.ResourceOption) (*WebApplicationSettingsSlot, error)

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

func (*WebApplicationSettingsSlot) ElementType added in v0.6.0

func (*WebApplicationSettingsSlot) ElementType() reflect.Type

func (*WebApplicationSettingsSlot) ToWebApplicationSettingsSlotOutput added in v0.6.0

func (i *WebApplicationSettingsSlot) ToWebApplicationSettingsSlotOutput() WebApplicationSettingsSlotOutput

func (*WebApplicationSettingsSlot) ToWebApplicationSettingsSlotOutputWithContext added in v0.6.0

func (i *WebApplicationSettingsSlot) ToWebApplicationSettingsSlotOutputWithContext(ctx context.Context) WebApplicationSettingsSlotOutput

type WebApplicationSettingsSlotArgs added in v0.6.0

type WebApplicationSettingsSlotArgs struct {
	// Kind of resource.
	Kind pulumi.StringPtrInput
	// Name of the app.
	Name pulumi.StringInput
	// Settings.
	Properties pulumi.StringMapInput
	// Name of the resource group to which the resource belongs.
	ResourceGroupName pulumi.StringInput
	// Name of the deployment slot. If a slot is not specified, the API will update the application settings for the production slot.
	Slot pulumi.StringInput
}

The set of arguments for constructing a WebApplicationSettingsSlot resource.

func (WebApplicationSettingsSlotArgs) ElementType added in v0.6.0

type WebApplicationSettingsSlotInput added in v0.6.0

type WebApplicationSettingsSlotInput interface {
	pulumi.Input

	ToWebApplicationSettingsSlotOutput() WebApplicationSettingsSlotOutput
	ToWebApplicationSettingsSlotOutputWithContext(ctx context.Context) WebApplicationSettingsSlotOutput
}

type WebApplicationSettingsSlotOutput added in v0.6.0

type WebApplicationSettingsSlotOutput struct {
	*pulumi.OutputState
}

func (WebApplicationSettingsSlotOutput) ElementType added in v0.6.0

func (WebApplicationSettingsSlotOutput) ToWebApplicationSettingsSlotOutput added in v0.6.0

func (o WebApplicationSettingsSlotOutput) ToWebApplicationSettingsSlotOutput() WebApplicationSettingsSlotOutput

func (WebApplicationSettingsSlotOutput) ToWebApplicationSettingsSlotOutputWithContext added in v0.6.0

func (o WebApplicationSettingsSlotOutput) ToWebApplicationSettingsSlotOutputWithContext(ctx context.Context) WebApplicationSettingsSlotOutput

type WebApplicationSettingsSlotState added in v0.6.0

type WebApplicationSettingsSlotState struct {
	// Kind of resource.
	Kind pulumi.StringPtrInput
	// Resource Name.
	Name pulumi.StringPtrInput
	// Settings.
	Properties pulumi.StringMapInput
	// Resource type.
	Type pulumi.StringPtrInput
}

func (WebApplicationSettingsSlotState) ElementType added in v0.6.0

type WebApplicationSettingsState added in v0.6.0

type WebApplicationSettingsState struct {
	// Kind of resource.
	Kind pulumi.StringPtrInput
	// Resource Name.
	Name pulumi.StringPtrInput
	// Settings.
	Properties pulumi.StringMapInput
	// Resource type.
	Type pulumi.StringPtrInput
}

func (WebApplicationSettingsState) ElementType added in v0.6.0

type WorkerPool

type WorkerPool struct {
	// Shared or dedicated app hosting.
	ComputeMode *string `pulumi:"computeMode"`
	// Number of instances in the worker pool.
	WorkerCount *int `pulumi:"workerCount"`
	// VM size of the worker pool instances.
	WorkerSize *string `pulumi:"workerSize"`
	// Worker size ID for referencing this worker pool.
	WorkerSizeId *int `pulumi:"workerSizeId"`
}

Worker pool of an App Service Environment.

type WorkerPoolArgs

type WorkerPoolArgs struct {
	// Shared or dedicated app hosting.
	ComputeMode *ComputeModeOptions `pulumi:"computeMode"`
	// Number of instances in the worker pool.
	WorkerCount pulumi.IntPtrInput `pulumi:"workerCount"`
	// VM size of the worker pool instances.
	WorkerSize pulumi.StringPtrInput `pulumi:"workerSize"`
	// Worker size ID for referencing this worker pool.
	WorkerSizeId pulumi.IntPtrInput `pulumi:"workerSizeId"`
}

Worker pool of an App Service Environment.

func (WorkerPoolArgs) ElementType

func (WorkerPoolArgs) ElementType() reflect.Type

func (WorkerPoolArgs) ToWorkerPoolOutput

func (i WorkerPoolArgs) ToWorkerPoolOutput() WorkerPoolOutput

func (WorkerPoolArgs) ToWorkerPoolOutputWithContext

func (i WorkerPoolArgs) ToWorkerPoolOutputWithContext(ctx context.Context) WorkerPoolOutput

type WorkerPoolArray

type WorkerPoolArray []WorkerPoolInput

func (WorkerPoolArray) ElementType

func (WorkerPoolArray) ElementType() reflect.Type

func (WorkerPoolArray) ToWorkerPoolArrayOutput

func (i WorkerPoolArray) ToWorkerPoolArrayOutput() WorkerPoolArrayOutput

func (WorkerPoolArray) ToWorkerPoolArrayOutputWithContext

func (i WorkerPoolArray) ToWorkerPoolArrayOutputWithContext(ctx context.Context) WorkerPoolArrayOutput

type WorkerPoolArrayInput

type WorkerPoolArrayInput interface {
	pulumi.Input

	ToWorkerPoolArrayOutput() WorkerPoolArrayOutput
	ToWorkerPoolArrayOutputWithContext(context.Context) WorkerPoolArrayOutput
}

WorkerPoolArrayInput is an input type that accepts WorkerPoolArray and WorkerPoolArrayOutput values. You can construct a concrete instance of `WorkerPoolArrayInput` via:

WorkerPoolArray{ WorkerPoolArgs{...} }

type WorkerPoolArrayOutput

type WorkerPoolArrayOutput struct{ *pulumi.OutputState }

func (WorkerPoolArrayOutput) ElementType

func (WorkerPoolArrayOutput) ElementType() reflect.Type

func (WorkerPoolArrayOutput) Index

func (WorkerPoolArrayOutput) ToWorkerPoolArrayOutput

func (o WorkerPoolArrayOutput) ToWorkerPoolArrayOutput() WorkerPoolArrayOutput

func (WorkerPoolArrayOutput) ToWorkerPoolArrayOutputWithContext

func (o WorkerPoolArrayOutput) ToWorkerPoolArrayOutputWithContext(ctx context.Context) WorkerPoolArrayOutput

type WorkerPoolInput

type WorkerPoolInput interface {
	pulumi.Input

	ToWorkerPoolOutput() WorkerPoolOutput
	ToWorkerPoolOutputWithContext(context.Context) WorkerPoolOutput
}

WorkerPoolInput is an input type that accepts WorkerPoolArgs and WorkerPoolOutput values. You can construct a concrete instance of `WorkerPoolInput` via:

WorkerPoolArgs{...}

type WorkerPoolOutput

type WorkerPoolOutput struct{ *pulumi.OutputState }

Worker pool of an App Service Environment.

func (WorkerPoolOutput) ComputeMode

func (o WorkerPoolOutput) ComputeMode() pulumi.StringPtrOutput

Shared or dedicated app hosting.

func (WorkerPoolOutput) ElementType

func (WorkerPoolOutput) ElementType() reflect.Type

func (WorkerPoolOutput) ToWorkerPoolOutput

func (o WorkerPoolOutput) ToWorkerPoolOutput() WorkerPoolOutput

func (WorkerPoolOutput) ToWorkerPoolOutputWithContext

func (o WorkerPoolOutput) ToWorkerPoolOutputWithContext(ctx context.Context) WorkerPoolOutput

func (WorkerPoolOutput) WorkerCount

func (o WorkerPoolOutput) WorkerCount() pulumi.IntPtrOutput

Number of instances in the worker pool.

func (WorkerPoolOutput) WorkerSize

func (o WorkerPoolOutput) WorkerSize() pulumi.StringPtrOutput

VM size of the worker pool instances.

func (WorkerPoolOutput) WorkerSizeId

func (o WorkerPoolOutput) WorkerSizeId() pulumi.IntPtrOutput

Worker size ID for referencing this worker pool.

type WorkerPoolResponse

type WorkerPoolResponse struct {
	// Shared or dedicated app hosting.
	ComputeMode *string `pulumi:"computeMode"`
	// Names of all instances in the worker pool (read only).
	InstanceNames []string `pulumi:"instanceNames"`
	// Number of instances in the worker pool.
	WorkerCount *int `pulumi:"workerCount"`
	// VM size of the worker pool instances.
	WorkerSize *string `pulumi:"workerSize"`
	// Worker size ID for referencing this worker pool.
	WorkerSizeId *int `pulumi:"workerSizeId"`
}

Worker pool of an App Service Environment.

type WorkerPoolResponseArgs

type WorkerPoolResponseArgs struct {
	// Shared or dedicated app hosting.
	ComputeMode pulumi.StringPtrInput `pulumi:"computeMode"`
	// Names of all instances in the worker pool (read only).
	InstanceNames pulumi.StringArrayInput `pulumi:"instanceNames"`
	// Number of instances in the worker pool.
	WorkerCount pulumi.IntPtrInput `pulumi:"workerCount"`
	// VM size of the worker pool instances.
	WorkerSize pulumi.StringPtrInput `pulumi:"workerSize"`
	// Worker size ID for referencing this worker pool.
	WorkerSizeId pulumi.IntPtrInput `pulumi:"workerSizeId"`
}

Worker pool of an App Service Environment.

func (WorkerPoolResponseArgs) ElementType

func (WorkerPoolResponseArgs) ElementType() reflect.Type

func (WorkerPoolResponseArgs) ToWorkerPoolResponseOutput

func (i WorkerPoolResponseArgs) ToWorkerPoolResponseOutput() WorkerPoolResponseOutput

func (WorkerPoolResponseArgs) ToWorkerPoolResponseOutputWithContext

func (i WorkerPoolResponseArgs) ToWorkerPoolResponseOutputWithContext(ctx context.Context) WorkerPoolResponseOutput

type WorkerPoolResponseArray

type WorkerPoolResponseArray []WorkerPoolResponseInput

func (WorkerPoolResponseArray) ElementType

func (WorkerPoolResponseArray) ElementType() reflect.Type

func (WorkerPoolResponseArray) ToWorkerPoolResponseArrayOutput

func (i WorkerPoolResponseArray) ToWorkerPoolResponseArrayOutput() WorkerPoolResponseArrayOutput

func (WorkerPoolResponseArray) ToWorkerPoolResponseArrayOutputWithContext

func (i WorkerPoolResponseArray) ToWorkerPoolResponseArrayOutputWithContext(ctx context.Context) WorkerPoolResponseArrayOutput

type WorkerPoolResponseArrayInput

type WorkerPoolResponseArrayInput interface {
	pulumi.Input

	ToWorkerPoolResponseArrayOutput() WorkerPoolResponseArrayOutput
	ToWorkerPoolResponseArrayOutputWithContext(context.Context) WorkerPoolResponseArrayOutput
}

WorkerPoolResponseArrayInput is an input type that accepts WorkerPoolResponseArray and WorkerPoolResponseArrayOutput values. You can construct a concrete instance of `WorkerPoolResponseArrayInput` via:

WorkerPoolResponseArray{ WorkerPoolResponseArgs{...} }

type WorkerPoolResponseArrayOutput

type WorkerPoolResponseArrayOutput struct{ *pulumi.OutputState }

func (WorkerPoolResponseArrayOutput) ElementType

func (WorkerPoolResponseArrayOutput) Index

func (WorkerPoolResponseArrayOutput) ToWorkerPoolResponseArrayOutput

func (o WorkerPoolResponseArrayOutput) ToWorkerPoolResponseArrayOutput() WorkerPoolResponseArrayOutput

func (WorkerPoolResponseArrayOutput) ToWorkerPoolResponseArrayOutputWithContext

func (o WorkerPoolResponseArrayOutput) ToWorkerPoolResponseArrayOutputWithContext(ctx context.Context) WorkerPoolResponseArrayOutput

type WorkerPoolResponseInput

type WorkerPoolResponseInput interface {
	pulumi.Input

	ToWorkerPoolResponseOutput() WorkerPoolResponseOutput
	ToWorkerPoolResponseOutputWithContext(context.Context) WorkerPoolResponseOutput
}

WorkerPoolResponseInput is an input type that accepts WorkerPoolResponseArgs and WorkerPoolResponseOutput values. You can construct a concrete instance of `WorkerPoolResponseInput` via:

WorkerPoolResponseArgs{...}

type WorkerPoolResponseOutput

type WorkerPoolResponseOutput struct{ *pulumi.OutputState }

Worker pool of an App Service Environment.

func (WorkerPoolResponseOutput) ComputeMode

Shared or dedicated app hosting.

func (WorkerPoolResponseOutput) ElementType

func (WorkerPoolResponseOutput) ElementType() reflect.Type

func (WorkerPoolResponseOutput) InstanceNames

Names of all instances in the worker pool (read only).

func (WorkerPoolResponseOutput) ToWorkerPoolResponseOutput

func (o WorkerPoolResponseOutput) ToWorkerPoolResponseOutput() WorkerPoolResponseOutput

func (WorkerPoolResponseOutput) ToWorkerPoolResponseOutputWithContext

func (o WorkerPoolResponseOutput) ToWorkerPoolResponseOutputWithContext(ctx context.Context) WorkerPoolResponseOutput

func (WorkerPoolResponseOutput) WorkerCount

Number of instances in the worker pool.

func (WorkerPoolResponseOutput) WorkerSize

VM size of the worker pool instances.

func (WorkerPoolResponseOutput) WorkerSizeId

func (o WorkerPoolResponseOutput) WorkerSizeId() pulumi.IntPtrOutput

Worker size ID for referencing this worker pool.

Source Files

Jump to

Keyboard shortcuts

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