Versions in this module Expand all Collapse all v0 v0.20241126.2320 Nov 26, 2024 v0.20241126.1723 Nov 26, 2024 Changes in this version + func PossibleValuesForAutoHealActionType() []string + func PossibleValuesForAzureStorageState() []string + func PossibleValuesForAzureStorageType() []string + func PossibleValuesForClientCertMode() []string + func PossibleValuesForComputeModeOptions() []string + func PossibleValuesForConnectionStringType() []string + func PossibleValuesForCustomDnsSuffixProvisioningState() []string + func PossibleValuesForDaprLogLevel() []string + func PossibleValuesForDefaultAction() []string + func PossibleValuesForFtpsState() []string + func PossibleValuesForHostType() []string + func PossibleValuesForHostingEnvironmentStatus() []string + func PossibleValuesForIPFilterTag() []string + func PossibleValuesForLoadBalancingMode() []string + func PossibleValuesForManagedPipelineMode() []string + func PossibleValuesForOperationStatus() []string + func PossibleValuesForProvisioningState() []string + func PossibleValuesForRedundancyMode() []string + func PossibleValuesForScmType() []string + func PossibleValuesForSiteAvailabilityState() []string + func PossibleValuesForSiteLoadBalancing() []string + func PossibleValuesForSslState() []string + func PossibleValuesForStatusOptions() []string + func PossibleValuesForSupportedTlsVersions() []string + func PossibleValuesForTlsCipherSuites() []string + func PossibleValuesForUpgradeAvailability() []string + func PossibleValuesForUpgradePreference() []string + func PossibleValuesForUsageState() []string + func PossibleValuesForWorkerSizeOptions() []string + func ValidateDefaultInstanceID(input interface{}, key string) (warnings []string, errors []error) + func ValidateHostingEnvironmentDiagnosticID(input interface{}, key string) (warnings []string, errors []error) + func ValidateHostingEnvironmentPrivateEndpointConnectionID(input interface{}, key string) (warnings []string, errors []error) + func ValidateWorkerPoolID(input interface{}, key string) (warnings []string, errors []error) + func ValidateWorkerPoolInstanceID(input interface{}, key string) (warnings []string, errors []error) + type AddressResponse struct + Id *string + Kind *string + Name *string + Properties *AddressResponseProperties + Type *string + type AddressResponseProperties struct + InternalIPAddress *string + OutboundIPAddresses *[]string + ServiceIPAddress *string + VipMappings *[]VirtualIPMapping + type ApiDefinitionInfo struct + Url *string + type ApiManagementConfig struct + Id *string + type AppServiceEnvironment struct + ClusterSettings *[]NameValuePair + CustomDnsSuffixConfiguration *CustomDnsSuffixConfiguration + DedicatedHostCount *int64 + DnsSuffix *string + FrontEndScaleFactor *int64 + HasLinuxWorkers *bool + IPsslAddressCount *int64 + InternalLoadBalancingMode *LoadBalancingMode + MaximumNumberOfMachines *int64 + MultiRoleCount *int64 + MultiSize *string + NetworkingConfiguration *AseV3NetworkingConfiguration + ProvisioningState *ProvisioningState + Status *HostingEnvironmentStatus + Suspended *bool + UpgradeAvailability *UpgradeAvailability + UpgradePreference *UpgradePreference + UserWhitelistedIPRanges *[]string + VirtualNetwork VirtualNetworkProfile + ZoneRedundant *bool + type AppServiceEnvironmentPatchResource struct + Id *string + Kind *string + Name *string + Properties *AppServiceEnvironment + Type *string + type AppServiceEnvironmentResource struct + Id *string + Kind *string + Location string + Name *string + Properties *AppServiceEnvironment + Tags *map[string]string + Type *string + type AppServiceEnvironmentResourceOperationPredicate struct + Id *string + Kind *string + Location *string + Name *string + Type *string + func (p AppServiceEnvironmentResourceOperationPredicate) Matches(input AppServiceEnvironmentResource) bool + type AppServiceEnvironmentsClient struct + Client *resourcemanager.Client + func NewAppServiceEnvironmentsClientWithBaseURI(sdkApi sdkEnv.Api) (*AppServiceEnvironmentsClient, error) + func (c AppServiceEnvironmentsClient) ApproveOrRejectPrivateEndpointConnection(ctx context.Context, id HostingEnvironmentPrivateEndpointConnectionId, ...) (result ApproveOrRejectPrivateEndpointConnectionOperationResponse, err error) + func (c AppServiceEnvironmentsClient) ApproveOrRejectPrivateEndpointConnectionThenPoll(ctx context.Context, id HostingEnvironmentPrivateEndpointConnectionId, ...) error + func (c AppServiceEnvironmentsClient) ChangeVnet(ctx context.Context, id commonids.AppServiceEnvironmentId, ...) (result ChangeVnetOperationResponse, err error) + func (c AppServiceEnvironmentsClient) ChangeVnetThenPoll(ctx context.Context, id commonids.AppServiceEnvironmentId, ...) error + func (c AppServiceEnvironmentsClient) CreateOrUpdate(ctx context.Context, id commonids.AppServiceEnvironmentId, ...) (result CreateOrUpdateOperationResponse, err error) + func (c AppServiceEnvironmentsClient) CreateOrUpdateMultiRolePool(ctx context.Context, id commonids.AppServiceEnvironmentId, ...) (result CreateOrUpdateMultiRolePoolOperationResponse, err error) + func (c AppServiceEnvironmentsClient) CreateOrUpdateMultiRolePoolThenPoll(ctx context.Context, id commonids.AppServiceEnvironmentId, ...) error + func (c AppServiceEnvironmentsClient) CreateOrUpdateThenPoll(ctx context.Context, id commonids.AppServiceEnvironmentId, ...) error + func (c AppServiceEnvironmentsClient) CreateOrUpdateWorkerPool(ctx context.Context, id WorkerPoolId, input WorkerPoolResource) (result CreateOrUpdateWorkerPoolOperationResponse, err error) + func (c AppServiceEnvironmentsClient) CreateOrUpdateWorkerPoolThenPoll(ctx context.Context, id WorkerPoolId, input WorkerPoolResource) error + func (c AppServiceEnvironmentsClient) Delete(ctx context.Context, id commonids.AppServiceEnvironmentId, ...) (result DeleteOperationResponse, err error) + func (c AppServiceEnvironmentsClient) DeleteAseCustomDnsSuffixConfiguration(ctx context.Context, id commonids.AppServiceEnvironmentId) (result DeleteAseCustomDnsSuffixConfigurationOperationResponse, err error) + func (c AppServiceEnvironmentsClient) DeletePrivateEndpointConnection(ctx context.Context, id HostingEnvironmentPrivateEndpointConnectionId) (result DeletePrivateEndpointConnectionOperationResponse, err error) + func (c AppServiceEnvironmentsClient) DeletePrivateEndpointConnectionThenPoll(ctx context.Context, id HostingEnvironmentPrivateEndpointConnectionId) error + func (c AppServiceEnvironmentsClient) DeleteThenPoll(ctx context.Context, id commonids.AppServiceEnvironmentId, ...) error + func (c AppServiceEnvironmentsClient) Get(ctx context.Context, id commonids.AppServiceEnvironmentId) (result GetOperationResponse, err error) + func (c AppServiceEnvironmentsClient) GetAseCustomDnsSuffixConfiguration(ctx context.Context, id commonids.AppServiceEnvironmentId) (result GetAseCustomDnsSuffixConfigurationOperationResponse, err error) + func (c AppServiceEnvironmentsClient) GetAseV3NetworkingConfiguration(ctx context.Context, id commonids.AppServiceEnvironmentId) (result GetAseV3NetworkingConfigurationOperationResponse, err error) + func (c AppServiceEnvironmentsClient) GetDiagnosticsItem(ctx context.Context, id HostingEnvironmentDiagnosticId) (result GetDiagnosticsItemOperationResponse, err error) + func (c AppServiceEnvironmentsClient) GetInboundNetworkDependenciesEndpoints(ctx context.Context, id commonids.AppServiceEnvironmentId) (result GetInboundNetworkDependenciesEndpointsOperationResponse, err error) + func (c AppServiceEnvironmentsClient) GetInboundNetworkDependenciesEndpointsComplete(ctx context.Context, id commonids.AppServiceEnvironmentId) (GetInboundNetworkDependenciesEndpointsCompleteResult, error) + func (c AppServiceEnvironmentsClient) GetInboundNetworkDependenciesEndpointsCompleteMatchingPredicate(ctx context.Context, id commonids.AppServiceEnvironmentId, ...) (result GetInboundNetworkDependenciesEndpointsCompleteResult, err error) + func (c AppServiceEnvironmentsClient) GetMultiRolePool(ctx context.Context, id commonids.AppServiceEnvironmentId) (result GetMultiRolePoolOperationResponse, err error) + func (c AppServiceEnvironmentsClient) GetOutboundNetworkDependenciesEndpoints(ctx context.Context, id commonids.AppServiceEnvironmentId) (result GetOutboundNetworkDependenciesEndpointsOperationResponse, err error) + func (c AppServiceEnvironmentsClient) GetOutboundNetworkDependenciesEndpointsComplete(ctx context.Context, id commonids.AppServiceEnvironmentId) (GetOutboundNetworkDependenciesEndpointsCompleteResult, error) + func (c AppServiceEnvironmentsClient) GetOutboundNetworkDependenciesEndpointsCompleteMatchingPredicate(ctx context.Context, id commonids.AppServiceEnvironmentId, ...) (result GetOutboundNetworkDependenciesEndpointsCompleteResult, err error) + func (c AppServiceEnvironmentsClient) GetPrivateEndpointConnection(ctx context.Context, id HostingEnvironmentPrivateEndpointConnectionId) (result GetPrivateEndpointConnectionOperationResponse, err error) + func (c AppServiceEnvironmentsClient) GetPrivateEndpointConnectionList(ctx context.Context, id commonids.AppServiceEnvironmentId) (result GetPrivateEndpointConnectionListOperationResponse, err error) + func (c AppServiceEnvironmentsClient) GetPrivateEndpointConnectionListComplete(ctx context.Context, id commonids.AppServiceEnvironmentId) (GetPrivateEndpointConnectionListCompleteResult, error) + func (c AppServiceEnvironmentsClient) GetPrivateEndpointConnectionListCompleteMatchingPredicate(ctx context.Context, id commonids.AppServiceEnvironmentId, ...) (result GetPrivateEndpointConnectionListCompleteResult, err error) + func (c AppServiceEnvironmentsClient) GetPrivateLinkResources(ctx context.Context, id commonids.AppServiceEnvironmentId) (result GetPrivateLinkResourcesOperationResponse, err error) + func (c AppServiceEnvironmentsClient) GetVipInfo(ctx context.Context, id commonids.AppServiceEnvironmentId) (result GetVipInfoOperationResponse, err error) + func (c AppServiceEnvironmentsClient) GetWorkerPool(ctx context.Context, id WorkerPoolId) (result GetWorkerPoolOperationResponse, err error) + func (c AppServiceEnvironmentsClient) List(ctx context.Context, id commonids.SubscriptionId) (result ListOperationResponse, err error) + func (c AppServiceEnvironmentsClient) ListAppServicePlans(ctx context.Context, id commonids.AppServiceEnvironmentId) (result ListAppServicePlansOperationResponse, err error) + func (c AppServiceEnvironmentsClient) ListAppServicePlansComplete(ctx context.Context, id commonids.AppServiceEnvironmentId) (ListAppServicePlansCompleteResult, error) + func (c AppServiceEnvironmentsClient) ListAppServicePlansCompleteMatchingPredicate(ctx context.Context, id commonids.AppServiceEnvironmentId, ...) (result ListAppServicePlansCompleteResult, err error) + func (c AppServiceEnvironmentsClient) ListByResourceGroup(ctx context.Context, id commonids.ResourceGroupId) (result ListByResourceGroupOperationResponse, err error) + func (c AppServiceEnvironmentsClient) ListByResourceGroupComplete(ctx context.Context, id commonids.ResourceGroupId) (ListByResourceGroupCompleteResult, error) + func (c AppServiceEnvironmentsClient) ListByResourceGroupCompleteMatchingPredicate(ctx context.Context, id commonids.ResourceGroupId, ...) (result ListByResourceGroupCompleteResult, err error) + func (c AppServiceEnvironmentsClient) ListCapacities(ctx context.Context, id commonids.AppServiceEnvironmentId) (result ListCapacitiesOperationResponse, err error) + func (c AppServiceEnvironmentsClient) ListCapacitiesComplete(ctx context.Context, id commonids.AppServiceEnvironmentId) (ListCapacitiesCompleteResult, error) + func (c AppServiceEnvironmentsClient) ListCapacitiesCompleteMatchingPredicate(ctx context.Context, id commonids.AppServiceEnvironmentId, ...) (result ListCapacitiesCompleteResult, err error) + func (c AppServiceEnvironmentsClient) ListComplete(ctx context.Context, id commonids.SubscriptionId) (ListCompleteResult, error) + func (c AppServiceEnvironmentsClient) ListCompleteMatchingPredicate(ctx context.Context, id commonids.SubscriptionId, ...) (result ListCompleteResult, err error) + func (c AppServiceEnvironmentsClient) ListDiagnostics(ctx context.Context, id commonids.AppServiceEnvironmentId) (result ListDiagnosticsOperationResponse, err error) + func (c AppServiceEnvironmentsClient) ListMultiRoleMetricDefinitions(ctx context.Context, id commonids.AppServiceEnvironmentId) (result ListMultiRoleMetricDefinitionsOperationResponse, err error) + func (c AppServiceEnvironmentsClient) ListMultiRoleMetricDefinitionsComplete(ctx context.Context, id commonids.AppServiceEnvironmentId) (ListMultiRoleMetricDefinitionsCompleteResult, error) + func (c AppServiceEnvironmentsClient) ListMultiRoleMetricDefinitionsCompleteMatchingPredicate(ctx context.Context, id commonids.AppServiceEnvironmentId, ...) (result ListMultiRoleMetricDefinitionsCompleteResult, err error) + func (c AppServiceEnvironmentsClient) ListMultiRolePoolInstanceMetricDefinitions(ctx context.Context, id DefaultInstanceId) (result ListMultiRolePoolInstanceMetricDefinitionsOperationResponse, err error) + func (c AppServiceEnvironmentsClient) ListMultiRolePoolInstanceMetricDefinitionsComplete(ctx context.Context, id DefaultInstanceId) (ListMultiRolePoolInstanceMetricDefinitionsCompleteResult, error) + func (c AppServiceEnvironmentsClient) ListMultiRolePoolInstanceMetricDefinitionsCompleteMatchingPredicate(ctx context.Context, id DefaultInstanceId, ...) (result ListMultiRolePoolInstanceMetricDefinitionsCompleteResult, err error) + func (c AppServiceEnvironmentsClient) ListMultiRolePoolSkus(ctx context.Context, id commonids.AppServiceEnvironmentId) (result ListMultiRolePoolSkusOperationResponse, err error) + func (c AppServiceEnvironmentsClient) ListMultiRolePoolSkusComplete(ctx context.Context, id commonids.AppServiceEnvironmentId) (ListMultiRolePoolSkusCompleteResult, error) + func (c AppServiceEnvironmentsClient) ListMultiRolePoolSkusCompleteMatchingPredicate(ctx context.Context, id commonids.AppServiceEnvironmentId, ...) (result ListMultiRolePoolSkusCompleteResult, err error) + func (c AppServiceEnvironmentsClient) ListMultiRolePools(ctx context.Context, id commonids.AppServiceEnvironmentId) (result ListMultiRolePoolsOperationResponse, err error) + func (c AppServiceEnvironmentsClient) ListMultiRolePoolsComplete(ctx context.Context, id commonids.AppServiceEnvironmentId) (ListMultiRolePoolsCompleteResult, error) + func (c AppServiceEnvironmentsClient) ListMultiRolePoolsCompleteMatchingPredicate(ctx context.Context, id commonids.AppServiceEnvironmentId, ...) (result ListMultiRolePoolsCompleteResult, err error) + func (c AppServiceEnvironmentsClient) ListMultiRoleUsages(ctx context.Context, id commonids.AppServiceEnvironmentId) (result ListMultiRoleUsagesOperationResponse, err error) + func (c AppServiceEnvironmentsClient) ListMultiRoleUsagesComplete(ctx context.Context, id commonids.AppServiceEnvironmentId) (ListMultiRoleUsagesCompleteResult, error) + func (c AppServiceEnvironmentsClient) ListMultiRoleUsagesCompleteMatchingPredicate(ctx context.Context, id commonids.AppServiceEnvironmentId, ...) (result ListMultiRoleUsagesCompleteResult, err error) + func (c AppServiceEnvironmentsClient) ListOperations(ctx context.Context, id commonids.AppServiceEnvironmentId) (result ListOperationsOperationResponse, err error) + func (c AppServiceEnvironmentsClient) ListUsages(ctx context.Context, id commonids.AppServiceEnvironmentId, ...) (result ListUsagesOperationResponse, err error) + func (c AppServiceEnvironmentsClient) ListUsagesComplete(ctx context.Context, id commonids.AppServiceEnvironmentId, ...) (ListUsagesCompleteResult, error) + func (c AppServiceEnvironmentsClient) ListUsagesCompleteMatchingPredicate(ctx context.Context, id commonids.AppServiceEnvironmentId, ...) (result ListUsagesCompleteResult, err error) + func (c AppServiceEnvironmentsClient) ListWebApps(ctx context.Context, id commonids.AppServiceEnvironmentId, ...) (result ListWebAppsOperationResponse, err error) + func (c AppServiceEnvironmentsClient) ListWebAppsComplete(ctx context.Context, id commonids.AppServiceEnvironmentId, ...) (ListWebAppsCompleteResult, error) + func (c AppServiceEnvironmentsClient) ListWebAppsCompleteMatchingPredicate(ctx context.Context, id commonids.AppServiceEnvironmentId, ...) (result ListWebAppsCompleteResult, err error) + func (c AppServiceEnvironmentsClient) ListWebWorkerMetricDefinitions(ctx context.Context, id WorkerPoolId) (result ListWebWorkerMetricDefinitionsOperationResponse, err error) + func (c AppServiceEnvironmentsClient) ListWebWorkerMetricDefinitionsComplete(ctx context.Context, id WorkerPoolId) (ListWebWorkerMetricDefinitionsCompleteResult, error) + func (c AppServiceEnvironmentsClient) ListWebWorkerMetricDefinitionsCompleteMatchingPredicate(ctx context.Context, id WorkerPoolId, ...) (result ListWebWorkerMetricDefinitionsCompleteResult, err error) + func (c AppServiceEnvironmentsClient) ListWebWorkerUsages(ctx context.Context, id WorkerPoolId) (result ListWebWorkerUsagesOperationResponse, err error) + func (c AppServiceEnvironmentsClient) ListWebWorkerUsagesComplete(ctx context.Context, id WorkerPoolId) (ListWebWorkerUsagesCompleteResult, error) + func (c AppServiceEnvironmentsClient) ListWebWorkerUsagesCompleteMatchingPredicate(ctx context.Context, id WorkerPoolId, predicate UsageOperationPredicate) (result ListWebWorkerUsagesCompleteResult, err error) + func (c AppServiceEnvironmentsClient) ListWorkerPoolInstanceMetricDefinitions(ctx context.Context, id WorkerPoolInstanceId) (result ListWorkerPoolInstanceMetricDefinitionsOperationResponse, err error) + func (c AppServiceEnvironmentsClient) ListWorkerPoolInstanceMetricDefinitionsComplete(ctx context.Context, id WorkerPoolInstanceId) (ListWorkerPoolInstanceMetricDefinitionsCompleteResult, error) + func (c AppServiceEnvironmentsClient) ListWorkerPoolInstanceMetricDefinitionsCompleteMatchingPredicate(ctx context.Context, id WorkerPoolInstanceId, ...) (result ListWorkerPoolInstanceMetricDefinitionsCompleteResult, err error) + func (c AppServiceEnvironmentsClient) ListWorkerPoolSkus(ctx context.Context, id WorkerPoolId) (result ListWorkerPoolSkusOperationResponse, err error) + func (c AppServiceEnvironmentsClient) ListWorkerPoolSkusComplete(ctx context.Context, id WorkerPoolId) (ListWorkerPoolSkusCompleteResult, error) + func (c AppServiceEnvironmentsClient) ListWorkerPoolSkusCompleteMatchingPredicate(ctx context.Context, id WorkerPoolId, predicate SkuInfoOperationPredicate) (result ListWorkerPoolSkusCompleteResult, err error) + func (c AppServiceEnvironmentsClient) ListWorkerPools(ctx context.Context, id commonids.AppServiceEnvironmentId) (result ListWorkerPoolsOperationResponse, err error) + func (c AppServiceEnvironmentsClient) ListWorkerPoolsComplete(ctx context.Context, id commonids.AppServiceEnvironmentId) (ListWorkerPoolsCompleteResult, error) + func (c AppServiceEnvironmentsClient) ListWorkerPoolsCompleteMatchingPredicate(ctx context.Context, id commonids.AppServiceEnvironmentId, ...) (result ListWorkerPoolsCompleteResult, err error) + func (c AppServiceEnvironmentsClient) Reboot(ctx context.Context, id commonids.AppServiceEnvironmentId) (result RebootOperationResponse, err error) + func (c AppServiceEnvironmentsClient) Resume(ctx context.Context, id commonids.AppServiceEnvironmentId) (result ResumeOperationResponse, err error) + func (c AppServiceEnvironmentsClient) ResumeThenPoll(ctx context.Context, id commonids.AppServiceEnvironmentId) error + func (c AppServiceEnvironmentsClient) Suspend(ctx context.Context, id commonids.AppServiceEnvironmentId) (result SuspendOperationResponse, err error) + func (c AppServiceEnvironmentsClient) SuspendThenPoll(ctx context.Context, id commonids.AppServiceEnvironmentId) error + func (c AppServiceEnvironmentsClient) TestUpgradeAvailableNotification(ctx context.Context, id commonids.AppServiceEnvironmentId) (result TestUpgradeAvailableNotificationOperationResponse, err error) + func (c AppServiceEnvironmentsClient) Update(ctx context.Context, id commonids.AppServiceEnvironmentId, ...) (result UpdateOperationResponse, err error) + func (c AppServiceEnvironmentsClient) UpdateAseCustomDnsSuffixConfiguration(ctx context.Context, id commonids.AppServiceEnvironmentId, ...) (result UpdateAseCustomDnsSuffixConfigurationOperationResponse, err error) + func (c AppServiceEnvironmentsClient) UpdateAseNetworkingConfiguration(ctx context.Context, id commonids.AppServiceEnvironmentId, ...) (result UpdateAseNetworkingConfigurationOperationResponse, err error) + func (c AppServiceEnvironmentsClient) UpdateMultiRolePool(ctx context.Context, id commonids.AppServiceEnvironmentId, ...) (result UpdateMultiRolePoolOperationResponse, err error) + func (c AppServiceEnvironmentsClient) UpdateWorkerPool(ctx context.Context, id WorkerPoolId, input WorkerPoolResource) (result UpdateWorkerPoolOperationResponse, err error) + func (c AppServiceEnvironmentsClient) Upgrade(ctx context.Context, id commonids.AppServiceEnvironmentId) (result UpgradeOperationResponse, err error) + func (c AppServiceEnvironmentsClient) UpgradeThenPoll(ctx context.Context, id commonids.AppServiceEnvironmentId) error + type AppServicePlan struct + ExtendedLocation *ExtendedLocation + Id *string + Kind *string + Location string + Name *string + Properties *AppServicePlanProperties + Sku *SkuDescription + Tags *map[string]string + Type *string + type AppServicePlanOperationPredicate struct + Id *string + Kind *string + Location *string + Name *string + Type *string + func (p AppServicePlanOperationPredicate) Matches(input AppServicePlan) bool + type AppServicePlanProperties struct + ElasticScaleEnabled *bool + FreeOfferExpirationTime *string + GeoRegion *string + HostingEnvironmentProfile *HostingEnvironmentProfile + HyperV *bool + IsSpot *bool + IsXenon *bool + KubeEnvironmentProfile *KubeEnvironmentProfile + MaximumElasticWorkerCount *int64 + MaximumNumberOfWorkers *int64 + NumberOfSites *int64 + NumberOfWorkers *int64 + PerSiteScaling *bool + ProvisioningState *ProvisioningState + Reserved *bool + ResourceGroup *string + SpotExpirationTime *string + Status *StatusOptions + Subscription *string + TargetWorkerCount *int64 + TargetWorkerSizeId *int64 + WorkerTierName *string + ZoneRedundant *bool + func (o *AppServicePlanProperties) GetFreeOfferExpirationTimeAsTime() (*time.Time, error) + func (o *AppServicePlanProperties) GetSpotExpirationTimeAsTime() (*time.Time, error) + func (o *AppServicePlanProperties) SetFreeOfferExpirationTimeAsTime(input time.Time) + func (o *AppServicePlanProperties) SetSpotExpirationTimeAsTime(input time.Time) + type ApproveOrRejectPrivateEndpointConnectionOperationResponse struct + HttpResponse *http.Response + Model *RemotePrivateEndpointConnectionARMResource + OData *odata.OData + Poller pollers.Poller + type ArmIdWrapper struct + Id *string + type AseV3NetworkingConfiguration struct + Id *string + Kind *string + Name *string + Properties *AseV3NetworkingConfigurationProperties + Type *string + type AseV3NetworkingConfigurationProperties struct + AllowNewPrivateEndpointConnections *bool + ExternalInboundIPAddresses *[]string + FtpEnabled *bool + InboundIPAddressOverride *string + InternalInboundIPAddresses *[]string + LinuxOutboundIPAddresses *[]string + RemoteDebugEnabled *bool + WindowsOutboundIPAddresses *[]string + type AutoHealActionType string + const AutoHealActionTypeCustomAction + const AutoHealActionTypeLogEvent + const AutoHealActionTypeRecycle + func (s *AutoHealActionType) UnmarshalJSON(bytes []byte) error + type AutoHealActions struct + ActionType *AutoHealActionType + CustomAction *AutoHealCustomAction + MinProcessExecutionTime *string + type AutoHealCustomAction struct + Exe *string + Parameters *string + type AutoHealRules struct + Actions *AutoHealActions + Triggers *AutoHealTriggers + type AutoHealTriggers struct + PrivateBytesInKB *int64 + Requests *RequestsBasedTrigger + SlowRequests *SlowRequestsBasedTrigger + SlowRequestsWithPath *[]SlowRequestsBasedTrigger + StatusCodes *[]StatusCodesBasedTrigger + StatusCodesRange *[]StatusCodesRangeBasedTrigger + type AzureStorageInfoValue struct + AccessKey *string + AccountName *string + MountPath *string + ShareName *string + State *AzureStorageState + Type *AzureStorageType + type AzureStorageState string + const AzureStorageStateInvalidCredentials + const AzureStorageStateInvalidShare + const AzureStorageStateNotValidated + const AzureStorageStateOk + func (s *AzureStorageState) UnmarshalJSON(bytes []byte) error + type AzureStorageType string + const AzureStorageTypeAzureBlob + const AzureStorageTypeAzureFiles + func (s *AzureStorageType) UnmarshalJSON(bytes []byte) error + type Capability struct + Name *string + Reason *string + Value *string + type ChangeVnetCompleteResult struct + Items []Site + LatestHttpResponse *http.Response + type ChangeVnetCustomPager struct + NextLink *odata.Link + func (p *ChangeVnetCustomPager) NextPageLink() *odata.Link + type ChangeVnetOperationResponse struct + HttpResponse *http.Response + Model *[]Site + OData *odata.OData + Poller pollers.Poller + type ClientCertMode string + const ClientCertModeOptional + const ClientCertModeOptionalInteractiveUser + const ClientCertModeRequired + func (s *ClientCertMode) UnmarshalJSON(bytes []byte) error + type CloningInfo struct + AppSettingsOverrides *map[string]string + CloneCustomHostNames *bool + CloneSourceControl *bool + ConfigureLoadBalancing *bool + CorrelationId *string + HostingEnvironment *string + Overwrite *bool + SourceWebAppId string + SourceWebAppLocation *string + TrafficManagerProfileId *string + TrafficManagerProfileName *string + type ComputeModeOptions string + const ComputeModeOptionsDedicated + const ComputeModeOptionsDynamic + const ComputeModeOptionsShared + func (s *ComputeModeOptions) UnmarshalJSON(bytes []byte) error + type ConnStringInfo struct + ConnectionString *string + Name *string + Type *ConnectionStringType + type ConnectionStringType string + const ConnectionStringTypeApiHub + const ConnectionStringTypeCustom + const ConnectionStringTypeDocDb + const ConnectionStringTypeEventHub + const ConnectionStringTypeMySql + const ConnectionStringTypeNotificationHub + const ConnectionStringTypePostgreSQL + const ConnectionStringTypeRedisCache + const ConnectionStringTypeSQLAzure + const ConnectionStringTypeSQLServer + const ConnectionStringTypeServiceBus + func (s *ConnectionStringType) UnmarshalJSON(bytes []byte) error + type CorsSettings struct + AllowedOrigins *[]string + SupportCredentials *bool + type CreateOrUpdateMultiRolePoolOperationResponse struct + HttpResponse *http.Response + Model *WorkerPoolResource + OData *odata.OData + Poller pollers.Poller + type CreateOrUpdateOperationResponse struct + HttpResponse *http.Response + Model *AppServiceEnvironmentResource + OData *odata.OData + Poller pollers.Poller + type CreateOrUpdateWorkerPoolOperationResponse struct + HttpResponse *http.Response + Model *WorkerPoolResource + OData *odata.OData + Poller pollers.Poller + type CsmUsageQuota struct + CurrentValue *int64 + Limit *int64 + Name *LocalizableString + NextResetTime *string + Unit *string + func (o *CsmUsageQuota) GetNextResetTimeAsTime() (*time.Time, error) + func (o *CsmUsageQuota) SetNextResetTimeAsTime(input time.Time) + type CsmUsageQuotaOperationPredicate struct + CurrentValue *int64 + Limit *int64 + NextResetTime *string + Unit *string + func (p CsmUsageQuotaOperationPredicate) Matches(input CsmUsageQuota) bool + type CustomDnsSuffixConfiguration struct + Id *string + Kind *string + Name *string + Properties *CustomDnsSuffixConfigurationProperties + Type *string + type CustomDnsSuffixConfigurationProperties struct + CertificateURL *string + DnsSuffix *string + KeyVaultReferenceIdentity *string + ProvisioningDetails *string + ProvisioningState *CustomDnsSuffixProvisioningState + type CustomDnsSuffixProvisioningState string + const CustomDnsSuffixProvisioningStateDegraded + const CustomDnsSuffixProvisioningStateFailed + const CustomDnsSuffixProvisioningStateInProgress + const CustomDnsSuffixProvisioningStateSucceeded + func (s *CustomDnsSuffixProvisioningState) UnmarshalJSON(bytes []byte) error + type DaprConfig struct + AppId *string + AppPort *int64 + EnableApiLogging *bool + Enabled *bool + HTTPMaxRequestSize *int64 + HTTPReadBufferSize *int64 + LogLevel *DaprLogLevel + type DaprLogLevel string + const DaprLogLevelDebug + const DaprLogLevelError + const DaprLogLevelInfo + const DaprLogLevelWarn + func (s *DaprLogLevel) UnmarshalJSON(bytes []byte) error + type DefaultAction string + const DefaultActionAllow + const DefaultActionDeny + func (s *DefaultAction) UnmarshalJSON(bytes []byte) error + type DefaultInstanceId struct + HostingEnvironmentName string + InstanceName string + ResourceGroupName string + SubscriptionId string + func NewDefaultInstanceID(subscriptionId string, resourceGroupName string, hostingEnvironmentName string, ...) DefaultInstanceId + func ParseDefaultInstanceID(input string) (*DefaultInstanceId, error) + func ParseDefaultInstanceIDInsensitively(input string) (*DefaultInstanceId, error) + func (id *DefaultInstanceId) FromParseResult(input resourceids.ParseResult) error + func (id DefaultInstanceId) ID() string + func (id DefaultInstanceId) Segments() []resourceids.Segment + func (id DefaultInstanceId) String() string + type DeleteAseCustomDnsSuffixConfigurationOperationResponse struct + HttpResponse *http.Response + Model *interface{} + OData *odata.OData + type DeleteOperationOptions struct + ForceDelete *bool + func DefaultDeleteOperationOptions() DeleteOperationOptions + func (o DeleteOperationOptions) ToHeaders() *client.Headers + func (o DeleteOperationOptions) ToOData() *odata.Query + func (o DeleteOperationOptions) ToQuery() *client.QueryParams + type DeleteOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + Poller pollers.Poller + type DeletePrivateEndpointConnectionOperationResponse struct + HttpResponse *http.Response + Model *interface{} + OData *odata.OData + Poller pollers.Poller + type EndpointDependency struct + DomainName *string + EndpointDetails *[]EndpointDetail + type EndpointDetail struct + IPAddress *string + IsAccessible *bool + Latency *float64 + Port *int64 + type ErrorEntity struct + Code *string + Details *[]ErrorEntity + ExtendedCode *string + InnerErrors *[]ErrorEntity + Message *string + MessageTemplate *string + Parameters *[]string + Target *string + type Experiments struct + RampUpRules *[]RampUpRule + type ExtendedLocation struct + Name *string + Type *string + type FtpsState string + const FtpsStateAllAllowed + const FtpsStateDisabled + const FtpsStateFtpsOnly + func (s *FtpsState) UnmarshalJSON(bytes []byte) error + type GetAseCustomDnsSuffixConfigurationOperationResponse struct + HttpResponse *http.Response + Model *CustomDnsSuffixConfiguration + OData *odata.OData + type GetAseV3NetworkingConfigurationOperationResponse struct + HttpResponse *http.Response + Model *AseV3NetworkingConfiguration + OData *odata.OData + type GetDiagnosticsItemOperationResponse struct + HttpResponse *http.Response + Model *HostingEnvironmentDiagnostics + OData *odata.OData + type GetInboundNetworkDependenciesEndpointsCompleteResult struct + Items []InboundEnvironmentEndpoint + LatestHttpResponse *http.Response + type GetInboundNetworkDependenciesEndpointsCustomPager struct + NextLink *odata.Link + func (p *GetInboundNetworkDependenciesEndpointsCustomPager) NextPageLink() *odata.Link + type GetInboundNetworkDependenciesEndpointsOperationResponse struct + HttpResponse *http.Response + Model *[]InboundEnvironmentEndpoint + OData *odata.OData + type GetMultiRolePoolOperationResponse struct + HttpResponse *http.Response + Model *WorkerPoolResource + OData *odata.OData + type GetOperationResponse struct + HttpResponse *http.Response + Model *AppServiceEnvironmentResource + OData *odata.OData + type GetOutboundNetworkDependenciesEndpointsCompleteResult struct + Items []OutboundEnvironmentEndpoint + LatestHttpResponse *http.Response + type GetOutboundNetworkDependenciesEndpointsCustomPager struct + NextLink *odata.Link + func (p *GetOutboundNetworkDependenciesEndpointsCustomPager) NextPageLink() *odata.Link + type GetOutboundNetworkDependenciesEndpointsOperationResponse struct + HttpResponse *http.Response + Model *[]OutboundEnvironmentEndpoint + OData *odata.OData + type GetPrivateEndpointConnectionListCompleteResult struct + Items []RemotePrivateEndpointConnectionARMResource + LatestHttpResponse *http.Response + type GetPrivateEndpointConnectionListCustomPager struct + NextLink *odata.Link + func (p *GetPrivateEndpointConnectionListCustomPager) NextPageLink() *odata.Link + type GetPrivateEndpointConnectionListOperationResponse struct + HttpResponse *http.Response + Model *[]RemotePrivateEndpointConnectionARMResource + OData *odata.OData + type GetPrivateEndpointConnectionOperationResponse struct + HttpResponse *http.Response + Model *RemotePrivateEndpointConnectionARMResource + OData *odata.OData + type GetPrivateLinkResourcesOperationResponse struct + HttpResponse *http.Response + Model *PrivateLinkResourcesWrapper + OData *odata.OData + type GetVipInfoOperationResponse struct + HttpResponse *http.Response + Model *AddressResponse + OData *odata.OData + type GetWorkerPoolOperationResponse struct + HttpResponse *http.Response + Model *WorkerPoolResource + OData *odata.OData + type HandlerMapping struct + Arguments *string + Extension *string + ScriptProcessor *string + type HostNameSslState struct + HostType *HostType + Name *string + SslState *SslState + Thumbprint *string + ToUpdate *bool + VirtualIP *string + type HostType string + const HostTypeRepository + const HostTypeStandard + func (s *HostType) UnmarshalJSON(bytes []byte) error + type HostingEnvironmentDiagnosticId struct + DiagnosticName string + HostingEnvironmentName string + ResourceGroupName string + SubscriptionId string + func NewHostingEnvironmentDiagnosticID(subscriptionId string, resourceGroupName string, hostingEnvironmentName string, ...) HostingEnvironmentDiagnosticId + func ParseHostingEnvironmentDiagnosticID(input string) (*HostingEnvironmentDiagnosticId, error) + func ParseHostingEnvironmentDiagnosticIDInsensitively(input string) (*HostingEnvironmentDiagnosticId, error) + func (id *HostingEnvironmentDiagnosticId) FromParseResult(input resourceids.ParseResult) error + func (id HostingEnvironmentDiagnosticId) ID() string + func (id HostingEnvironmentDiagnosticId) Segments() []resourceids.Segment + func (id HostingEnvironmentDiagnosticId) String() string + type HostingEnvironmentDiagnostics struct + DiagnosticsOutput *string + Name *string + type HostingEnvironmentPrivateEndpointConnectionId struct + HostingEnvironmentName string + PrivateEndpointConnectionName string + ResourceGroupName string + SubscriptionId string + func NewHostingEnvironmentPrivateEndpointConnectionID(subscriptionId string, resourceGroupName string, hostingEnvironmentName string, ...) HostingEnvironmentPrivateEndpointConnectionId + func ParseHostingEnvironmentPrivateEndpointConnectionID(input string) (*HostingEnvironmentPrivateEndpointConnectionId, error) + func ParseHostingEnvironmentPrivateEndpointConnectionIDInsensitively(input string) (*HostingEnvironmentPrivateEndpointConnectionId, error) + func (id *HostingEnvironmentPrivateEndpointConnectionId) FromParseResult(input resourceids.ParseResult) error + func (id HostingEnvironmentPrivateEndpointConnectionId) ID() string + func (id HostingEnvironmentPrivateEndpointConnectionId) Segments() []resourceids.Segment + func (id HostingEnvironmentPrivateEndpointConnectionId) String() string + type HostingEnvironmentProfile struct + Id *string + Name *string + Type *string + type HostingEnvironmentStatus string + const HostingEnvironmentStatusDeleting + const HostingEnvironmentStatusPreparing + const HostingEnvironmentStatusReady + const HostingEnvironmentStatusScaling + func (s *HostingEnvironmentStatus) UnmarshalJSON(bytes []byte) error + type IPFilterTag string + const IPFilterTagDefault + const IPFilterTagServiceTag + const IPFilterTagXffProxy + func (s *IPFilterTag) UnmarshalJSON(bytes []byte) error + type IPSecurityRestriction struct + Action *string + Description *string + Headers *map[string][]string + IPAddress *string + Name *string + Priority *int64 + SubnetMask *string + SubnetTrafficTag *int64 + Tag *IPFilterTag + VnetSubnetResourceId *string + VnetTrafficTag *int64 + type InboundEnvironmentEndpoint struct + Description *string + Endpoints *[]string + Ports *[]string + type InboundEnvironmentEndpointOperationPredicate struct + Description *string + func (p InboundEnvironmentEndpointOperationPredicate) Matches(input InboundEnvironmentEndpoint) bool + type KubeEnvironmentProfile struct + Id *string + Name *string + Type *string + type ListAppServicePlansCompleteResult struct + Items []AppServicePlan + LatestHttpResponse *http.Response + type ListAppServicePlansCustomPager struct + NextLink *odata.Link + func (p *ListAppServicePlansCustomPager) NextPageLink() *odata.Link + type ListAppServicePlansOperationResponse struct + HttpResponse *http.Response + Model *[]AppServicePlan + OData *odata.OData + type ListByResourceGroupCompleteResult struct + Items []AppServiceEnvironmentResource + LatestHttpResponse *http.Response + type ListByResourceGroupCustomPager struct + NextLink *odata.Link + func (p *ListByResourceGroupCustomPager) NextPageLink() *odata.Link + type ListByResourceGroupOperationResponse struct + HttpResponse *http.Response + Model *[]AppServiceEnvironmentResource + OData *odata.OData + type ListCapacitiesCompleteResult struct + Items []StampCapacity + LatestHttpResponse *http.Response + type ListCapacitiesCustomPager struct + NextLink *odata.Link + func (p *ListCapacitiesCustomPager) NextPageLink() *odata.Link + type ListCapacitiesOperationResponse struct + HttpResponse *http.Response + Model *[]StampCapacity + OData *odata.OData + type ListCompleteResult struct + Items []AppServiceEnvironmentResource + LatestHttpResponse *http.Response + type ListCustomPager struct + NextLink *odata.Link + func (p *ListCustomPager) NextPageLink() *odata.Link + type ListDiagnosticsOperationResponse struct + HttpResponse *http.Response + Model *[]HostingEnvironmentDiagnostics + OData *odata.OData + type ListMultiRoleMetricDefinitionsCompleteResult struct + Items []ResourceMetricDefinition + LatestHttpResponse *http.Response + type ListMultiRoleMetricDefinitionsCustomPager struct + NextLink *odata.Link + func (p *ListMultiRoleMetricDefinitionsCustomPager) NextPageLink() *odata.Link + type ListMultiRoleMetricDefinitionsOperationResponse struct + HttpResponse *http.Response + Model *[]ResourceMetricDefinition + OData *odata.OData + type ListMultiRolePoolInstanceMetricDefinitionsCompleteResult struct + Items []ResourceMetricDefinition + LatestHttpResponse *http.Response + type ListMultiRolePoolInstanceMetricDefinitionsCustomPager struct + NextLink *odata.Link + func (p *ListMultiRolePoolInstanceMetricDefinitionsCustomPager) NextPageLink() *odata.Link + type ListMultiRolePoolInstanceMetricDefinitionsOperationResponse struct + HttpResponse *http.Response + Model *[]ResourceMetricDefinition + OData *odata.OData + type ListMultiRolePoolSkusCompleteResult struct + Items []SkuInfo + LatestHttpResponse *http.Response + type ListMultiRolePoolSkusCustomPager struct + NextLink *odata.Link + func (p *ListMultiRolePoolSkusCustomPager) NextPageLink() *odata.Link + type ListMultiRolePoolSkusOperationResponse struct + HttpResponse *http.Response + Model *[]SkuInfo + OData *odata.OData + type ListMultiRolePoolsCompleteResult struct + Items []WorkerPoolResource + LatestHttpResponse *http.Response + type ListMultiRolePoolsCustomPager struct + NextLink *odata.Link + func (p *ListMultiRolePoolsCustomPager) NextPageLink() *odata.Link + type ListMultiRolePoolsOperationResponse struct + HttpResponse *http.Response + Model *[]WorkerPoolResource + OData *odata.OData + type ListMultiRoleUsagesCompleteResult struct + Items []Usage + LatestHttpResponse *http.Response + type ListMultiRoleUsagesCustomPager struct + NextLink *odata.Link + func (p *ListMultiRoleUsagesCustomPager) NextPageLink() *odata.Link + type ListMultiRoleUsagesOperationResponse struct + HttpResponse *http.Response + Model *[]Usage + OData *odata.OData + type ListOperationResponse struct + HttpResponse *http.Response + Model *[]AppServiceEnvironmentResource + OData *odata.OData + type ListOperationsOperationResponse struct + HttpResponse *http.Response + Model *[]Operation + OData *odata.OData + type ListUsagesCompleteResult struct + Items []CsmUsageQuota + LatestHttpResponse *http.Response + type ListUsagesCustomPager struct + NextLink *odata.Link + func (p *ListUsagesCustomPager) NextPageLink() *odata.Link + type ListUsagesOperationOptions struct + Filter *string + func DefaultListUsagesOperationOptions() ListUsagesOperationOptions + func (o ListUsagesOperationOptions) ToHeaders() *client.Headers + func (o ListUsagesOperationOptions) ToOData() *odata.Query + func (o ListUsagesOperationOptions) ToQuery() *client.QueryParams + type ListUsagesOperationResponse struct + HttpResponse *http.Response + Model *[]CsmUsageQuota + OData *odata.OData + type ListWebAppsCompleteResult struct + Items []Site + LatestHttpResponse *http.Response + type ListWebAppsCustomPager struct + NextLink *odata.Link + func (p *ListWebAppsCustomPager) NextPageLink() *odata.Link + type ListWebAppsOperationOptions struct + PropertiesToInclude *string + func DefaultListWebAppsOperationOptions() ListWebAppsOperationOptions + func (o ListWebAppsOperationOptions) ToHeaders() *client.Headers + func (o ListWebAppsOperationOptions) ToOData() *odata.Query + func (o ListWebAppsOperationOptions) ToQuery() *client.QueryParams + type ListWebAppsOperationResponse struct + HttpResponse *http.Response + Model *[]Site + OData *odata.OData + type ListWebWorkerMetricDefinitionsCompleteResult struct + Items []ResourceMetricDefinition + LatestHttpResponse *http.Response + type ListWebWorkerMetricDefinitionsCustomPager struct + NextLink *odata.Link + func (p *ListWebWorkerMetricDefinitionsCustomPager) NextPageLink() *odata.Link + type ListWebWorkerMetricDefinitionsOperationResponse struct + HttpResponse *http.Response + Model *[]ResourceMetricDefinition + OData *odata.OData + type ListWebWorkerUsagesCompleteResult struct + Items []Usage + LatestHttpResponse *http.Response + type ListWebWorkerUsagesCustomPager struct + NextLink *odata.Link + func (p *ListWebWorkerUsagesCustomPager) NextPageLink() *odata.Link + type ListWebWorkerUsagesOperationResponse struct + HttpResponse *http.Response + Model *[]Usage + OData *odata.OData + type ListWorkerPoolInstanceMetricDefinitionsCompleteResult struct + Items []ResourceMetricDefinition + LatestHttpResponse *http.Response + type ListWorkerPoolInstanceMetricDefinitionsCustomPager struct + NextLink *odata.Link + func (p *ListWorkerPoolInstanceMetricDefinitionsCustomPager) NextPageLink() *odata.Link + type ListWorkerPoolInstanceMetricDefinitionsOperationResponse struct + HttpResponse *http.Response + Model *[]ResourceMetricDefinition + OData *odata.OData + type ListWorkerPoolSkusCompleteResult struct + Items []SkuInfo + LatestHttpResponse *http.Response + type ListWorkerPoolSkusCustomPager struct + NextLink *odata.Link + func (p *ListWorkerPoolSkusCustomPager) NextPageLink() *odata.Link + type ListWorkerPoolSkusOperationResponse struct + HttpResponse *http.Response + Model *[]SkuInfo + OData *odata.OData + type ListWorkerPoolsCompleteResult struct + Items []WorkerPoolResource + LatestHttpResponse *http.Response + type ListWorkerPoolsCustomPager struct + NextLink *odata.Link + func (p *ListWorkerPoolsCustomPager) NextPageLink() *odata.Link + type ListWorkerPoolsOperationResponse struct + HttpResponse *http.Response + Model *[]WorkerPoolResource + OData *odata.OData + type LoadBalancingMode string + const LoadBalancingModeNone + const LoadBalancingModePublishing + const LoadBalancingModeWeb + const LoadBalancingModeWebPublishing + func (s *LoadBalancingMode) UnmarshalJSON(bytes []byte) error + type LocalizableString struct + LocalizedValue *string + Value *string + type ManagedPipelineMode string + const ManagedPipelineModeClassic + const ManagedPipelineModeIntegrated + func (s *ManagedPipelineMode) UnmarshalJSON(bytes []byte) error + type NameValuePair struct + Name *string + Value *string + type Operation struct + CreatedTime *string + Errors *[]ErrorEntity + ExpirationTime *string + GeoMasterOperationId *string + Id *string + ModifiedTime *string + Name *string + Status *OperationStatus + func (o *Operation) GetCreatedTimeAsTime() (*time.Time, error) + func (o *Operation) GetExpirationTimeAsTime() (*time.Time, error) + func (o *Operation) GetModifiedTimeAsTime() (*time.Time, error) + func (o *Operation) SetCreatedTimeAsTime(input time.Time) + func (o *Operation) SetExpirationTimeAsTime(input time.Time) + func (o *Operation) SetModifiedTimeAsTime(input time.Time) + type OperationStatus string + const OperationStatusCreated + const OperationStatusFailed + const OperationStatusInProgress + const OperationStatusSucceeded + const OperationStatusTimedOut + func (s *OperationStatus) UnmarshalJSON(bytes []byte) error + type OutboundEnvironmentEndpoint struct + Category *string + Endpoints *[]EndpointDependency + type OutboundEnvironmentEndpointOperationPredicate struct + Category *string + func (p OutboundEnvironmentEndpointOperationPredicate) Matches(input OutboundEnvironmentEndpoint) bool + type PrivateLinkConnectionState struct + ActionsRequired *string + Description *string + Status *string + type PrivateLinkResource struct + Id string + Name string + Properties PrivateLinkResourceProperties + Type string + type PrivateLinkResourceProperties struct + GroupId *string + RequiredMembers *[]string + RequiredZoneNames *[]string + type PrivateLinkResourcesWrapper struct + Value []PrivateLinkResource + type ProvisioningState string + const ProvisioningStateCanceled + const ProvisioningStateDeleting + const ProvisioningStateFailed + const ProvisioningStateInProgress + const ProvisioningStateSucceeded + func (s *ProvisioningState) UnmarshalJSON(bytes []byte) error + type PushSettings struct + Id *string + Kind *string + Name *string + Properties *PushSettingsProperties + Type *string + type PushSettingsProperties struct + DynamicTagsJson *string + IsPushEnabled bool + TagWhitelistJson *string + TagsRequiringAuth *string + type RampUpRule struct + ActionHostName *string + ChangeDecisionCallbackURL *string + ChangeIntervalInMinutes *int64 + ChangeStep *float64 + MaxReroutePercentage *float64 + MinReroutePercentage *float64 + Name *string + ReroutePercentage *float64 + type RebootOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type RedundancyMode string + const RedundancyModeActiveActive + const RedundancyModeFailover + const RedundancyModeGeoRedundant + const RedundancyModeManual + const RedundancyModeNone + func (s *RedundancyMode) UnmarshalJSON(bytes []byte) error + type RemotePrivateEndpointConnectionARMResource struct + Id *string + Kind *string + Name *string + Properties *RemotePrivateEndpointConnectionARMResourceProperties + Type *string + type RemotePrivateEndpointConnectionARMResourceOperationPredicate struct + Id *string + Kind *string + Name *string + Type *string + func (p RemotePrivateEndpointConnectionARMResourceOperationPredicate) Matches(input RemotePrivateEndpointConnectionARMResource) bool + type RemotePrivateEndpointConnectionARMResourceProperties struct + IPAddresses *[]string + PrivateEndpoint *ArmIdWrapper + PrivateLinkServiceConnectionState *PrivateLinkConnectionState + ProvisioningState *string + type RequestsBasedTrigger struct + Count *int64 + TimeInterval *string + type ResourceConfig struct + Cpu *float64 + Memory *string + type ResourceMetricAvailability struct + Retention *string + TimeGrain *string + type ResourceMetricDefinition struct + Id *string + Kind *string + Name *string + Properties *ResourceMetricDefinitionProperties + Type *string + type ResourceMetricDefinitionOperationPredicate struct + Id *string + Kind *string + Name *string + Type *string + func (p ResourceMetricDefinitionOperationPredicate) Matches(input ResourceMetricDefinition) bool + type ResourceMetricDefinitionProperties struct + MetricAvailabilities *[]ResourceMetricAvailability + PrimaryAggregationType *string + Properties *map[string]string + ResourceUri *string + Unit *string + type ResumeCompleteResult struct + Items []Site + LatestHttpResponse *http.Response + type ResumeCustomPager struct + NextLink *odata.Link + func (p *ResumeCustomPager) NextPageLink() *odata.Link + type ResumeOperationResponse struct + HttpResponse *http.Response + Model *[]Site + OData *odata.OData + Poller pollers.Poller + type ScmType string + const ScmTypeBitbucketGit + const ScmTypeBitbucketHg + const ScmTypeCodePlexGit + const ScmTypeCodePlexHg + const ScmTypeDropbox + const ScmTypeExternalGit + const ScmTypeExternalHg + const ScmTypeGitHub + const ScmTypeLocalGit + const ScmTypeNone + const ScmTypeOneDrive + const ScmTypeTfs + const ScmTypeVSO + const ScmTypeVSTSRM + func (s *ScmType) UnmarshalJSON(bytes []byte) error + type Site struct + ExtendedLocation *ExtendedLocation + Id *string + Identity *identity.SystemAndUserAssignedMap + Kind *string + Location string + Name *string + Properties *SiteProperties + Tags *map[string]string + Type *string + type SiteAvailabilityState string + const SiteAvailabilityStateDisasterRecoveryMode + const SiteAvailabilityStateLimited + const SiteAvailabilityStateNormal + func (s *SiteAvailabilityState) UnmarshalJSON(bytes []byte) error + type SiteConfig struct + AcrUseManagedIdentityCreds *bool + AcrUserManagedIdentityID *string + AlwaysOn *bool + ApiDefinition *ApiDefinitionInfo + ApiManagementConfig *ApiManagementConfig + AppCommandLine *string + AppSettings *[]NameValuePair + AutoHealEnabled *bool + AutoHealRules *AutoHealRules + AutoSwapSlotName *string + AzureStorageAccounts *map[string]AzureStorageInfoValue + ConnectionStrings *[]ConnStringInfo + Cors *CorsSettings + DefaultDocuments *[]string + DetailedErrorLoggingEnabled *bool + DocumentRoot *string + ElasticWebAppScaleLimit *int64 + Experiments *Experiments + FtpsState *FtpsState + FunctionAppScaleLimit *int64 + FunctionsRuntimeScaleMonitoringEnabled *bool + HTTP20Enabled *bool + HTTPLoggingEnabled *bool + HandlerMappings *[]HandlerMapping + HealthCheckPath *string + IPSecurityRestrictions *[]IPSecurityRestriction + IPSecurityRestrictionsDefaultAction *DefaultAction + JavaContainer *string + JavaContainerVersion *string + JavaVersion *string + KeyVaultReferenceIdentity *string + Limits *SiteLimits + LinuxFxVersion *string + LoadBalancing *SiteLoadBalancing + LocalMySqlEnabled *bool + LogsDirectorySizeLimit *int64 + MachineKey *SiteMachineKey + ManagedPipelineMode *ManagedPipelineMode + ManagedServiceIdentityId *int64 + Metadata *[]NameValuePair + MinTlsCipherSuite *TlsCipherSuites + MinTlsVersion *SupportedTlsVersions + MinimumElasticInstanceCount *int64 + NetFrameworkVersion *string + NodeVersion *string + NumberOfWorkers *int64 + PhpVersion *string + PowerShellVersion *string + PreWarmedInstanceCount *int64 + PublicNetworkAccess *string + PublishingUsername *string + Push *PushSettings + PythonVersion *string + RemoteDebuggingEnabled *bool + RemoteDebuggingVersion *string + RequestTracingEnabled *bool + RequestTracingExpirationTime *string + ScmIPSecurityRestrictions *[]IPSecurityRestriction + ScmIPSecurityRestrictionsDefaultAction *DefaultAction + ScmIPSecurityRestrictionsUseMain *bool + ScmMinTlsVersion *SupportedTlsVersions + ScmType *ScmType + TracingOptions *string + Use32BitWorkerProcess *bool + VirtualApplications *[]VirtualApplication + VnetName *string + VnetPrivatePortsCount *int64 + VnetRouteAllEnabled *bool + WebSocketsEnabled *bool + WebsiteTimeZone *string + WindowsFxVersion *string + XManagedServiceIdentityId *int64 + func (o *SiteConfig) GetRequestTracingExpirationTimeAsTime() (*time.Time, error) + func (o *SiteConfig) SetRequestTracingExpirationTimeAsTime(input time.Time) + type SiteLimits struct + MaxDiskSizeInMb *int64 + MaxMemoryInMb *int64 + MaxPercentageCPU *float64 + type SiteLoadBalancing string + const SiteLoadBalancingLeastRequests + const SiteLoadBalancingLeastResponseTime + const SiteLoadBalancingPerSiteRoundRobin + const SiteLoadBalancingRequestHash + const SiteLoadBalancingWeightedRoundRobin + const SiteLoadBalancingWeightedTotalTraffic + func (s *SiteLoadBalancing) UnmarshalJSON(bytes []byte) error + type SiteMachineKey struct + Decryption *string + DecryptionKey *string + Validation *string + ValidationKey *string + type SiteOperationPredicate struct + Id *string + Kind *string + Location *string + Name *string + Type *string + func (p SiteOperationPredicate) Matches(input Site) bool + type SiteProperties struct + AvailabilityState *SiteAvailabilityState + ClientAffinityEnabled *bool + ClientCertEnabled *bool + ClientCertExclusionPaths *string + ClientCertMode *ClientCertMode + CloningInfo *CloningInfo + ContainerSize *int64 + CustomDomainVerificationId *string + DailyMemoryTimeQuota *int64 + DaprConfig *DaprConfig + DefaultHostName *string + Enabled *bool + EnabledHostNames *[]string + EndToEndEncryptionEnabled *bool + HTTPSOnly *bool + HostNameSslStates *[]HostNameSslState + HostNames *[]string + HostNamesDisabled *bool + HostingEnvironmentProfile *HostingEnvironmentProfile + HyperV *bool + InProgressOperationId *string + IsDefaultContainer *bool + IsXenon *bool + KeyVaultReferenceIdentity *string + LastModifiedTimeUtc *string + ManagedEnvironmentId *string + MaxNumberOfWorkers *int64 + OutboundIPAddresses *string + PossibleOutboundIPAddresses *string + PublicNetworkAccess *string + RedundancyMode *RedundancyMode + RepositorySiteName *string + Reserved *bool + ResourceConfig *ResourceConfig + ResourceGroup *string + ScmSiteAlsoStopped *bool + ServerFarmId *string + SiteConfig *SiteConfig + SlotSwapStatus *SlotSwapStatus + State *string + StorageAccountRequired *bool + SuspendedTill *string + TargetSwapSlot *string + TrafficManagerHostNames *[]string + UsageState *UsageState + VirtualNetworkSubnetId *string + VnetContentShareEnabled *bool + VnetImagePullEnabled *bool + VnetRouteAllEnabled *bool + WorkloadProfileName *string + func (o *SiteProperties) GetLastModifiedTimeUtcAsTime() (*time.Time, error) + func (o *SiteProperties) GetSuspendedTillAsTime() (*time.Time, error) + func (o *SiteProperties) SetLastModifiedTimeUtcAsTime(input time.Time) + func (o *SiteProperties) SetSuspendedTillAsTime(input time.Time) + type SkuCapacity struct + Default *int64 + ElasticMaximum *int64 + Maximum *int64 + Minimum *int64 + ScaleType *string + type SkuDescription struct + Capabilities *[]Capability + Capacity *int64 + Family *string + Locations *[]string + Name *string + Size *string + SkuCapacity *SkuCapacity + Tier *string + type SkuInfo struct + Capacity *SkuCapacity + ResourceType *string + Sku *SkuDescription + type SkuInfoOperationPredicate struct + ResourceType *string + func (p SkuInfoOperationPredicate) Matches(input SkuInfo) bool + type SlotSwapStatus struct + DestinationSlotName *string + SourceSlotName *string + TimestampUtc *string + func (o *SlotSwapStatus) GetTimestampUtcAsTime() (*time.Time, error) + func (o *SlotSwapStatus) SetTimestampUtcAsTime(input time.Time) + type SlowRequestsBasedTrigger struct + Count *int64 + Path *string + TimeInterval *string + TimeTaken *string + type SslState string + const SslStateDisabled + const SslStateIPBasedEnabled + const SslStateSniEnabled + func (s *SslState) UnmarshalJSON(bytes []byte) error + type StampCapacity struct + AvailableCapacity *int64 + ComputeMode *ComputeModeOptions + ExcludeFromCapacityAllocation *bool + IsApplicableForAllComputeModes *bool + IsLinux *bool + Name *string + SiteMode *string + TotalCapacity *int64 + Unit *string + WorkerSize *WorkerSizeOptions + WorkerSizeId *int64 + type StampCapacityOperationPredicate struct + AvailableCapacity *int64 + ExcludeFromCapacityAllocation *bool + IsApplicableForAllComputeModes *bool + IsLinux *bool + Name *string + SiteMode *string + TotalCapacity *int64 + Unit *string + WorkerSizeId *int64 + func (p StampCapacityOperationPredicate) Matches(input StampCapacity) bool + type StatusCodesBasedTrigger struct + Count *int64 + Path *string + Status *int64 + SubStatus *int64 + TimeInterval *string + Win32Status *int64 + type StatusCodesRangeBasedTrigger struct + Count *int64 + Path *string + StatusCodes *string + TimeInterval *string + type StatusOptions string + const StatusOptionsCreating + const StatusOptionsPending + const StatusOptionsReady + func (s *StatusOptions) UnmarshalJSON(bytes []byte) error + type SupportedTlsVersions string + const SupportedTlsVersionsOnePointOne + const SupportedTlsVersionsOnePointTwo + const SupportedTlsVersionsOnePointZero + func (s *SupportedTlsVersions) UnmarshalJSON(bytes []byte) error + type SuspendCompleteResult struct + Items []Site + LatestHttpResponse *http.Response + type SuspendCustomPager struct + NextLink *odata.Link + func (p *SuspendCustomPager) NextPageLink() *odata.Link + type SuspendOperationResponse struct + HttpResponse *http.Response + Model *[]Site + OData *odata.OData + Poller pollers.Poller + type TestUpgradeAvailableNotificationOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + type TlsCipherSuites string + const TlsCipherSuitesTLSAESOneTwoEightGCMSHATwoFiveSix + const TlsCipherSuitesTLSAESTwoFiveSixGCMSHAThreeEightFour + const TlsCipherSuitesTLSECDHEECDSAWITHAESOneTwoEightCBCSHATwoFiveSix + const TlsCipherSuitesTLSECDHEECDSAWITHAESOneTwoEightGCMSHATwoFiveSix + const TlsCipherSuitesTLSECDHEECDSAWITHAESTwoFiveSixGCMSHAThreeEightFour + const TlsCipherSuitesTLSECDHERSAWITHAESOneTwoEightCBCSHA + const TlsCipherSuitesTLSECDHERSAWITHAESOneTwoEightCBCSHATwoFiveSix + const TlsCipherSuitesTLSECDHERSAWITHAESOneTwoEightGCMSHATwoFiveSix + const TlsCipherSuitesTLSECDHERSAWITHAESTwoFiveSixCBCSHA + const TlsCipherSuitesTLSECDHERSAWITHAESTwoFiveSixCBCSHAThreeEightFour + const TlsCipherSuitesTLSECDHERSAWITHAESTwoFiveSixGCMSHAThreeEightFour + const TlsCipherSuitesTLSRSAWITHAESOneTwoEightCBCSHA + const TlsCipherSuitesTLSRSAWITHAESOneTwoEightCBCSHATwoFiveSix + const TlsCipherSuitesTLSRSAWITHAESOneTwoEightGCMSHATwoFiveSix + const TlsCipherSuitesTLSRSAWITHAESTwoFiveSixCBCSHA + const TlsCipherSuitesTLSRSAWITHAESTwoFiveSixCBCSHATwoFiveSix + const TlsCipherSuitesTLSRSAWITHAESTwoFiveSixGCMSHAThreeEightFour + func (s *TlsCipherSuites) UnmarshalJSON(bytes []byte) error + type UpdateAseCustomDnsSuffixConfigurationOperationResponse struct + HttpResponse *http.Response + Model *CustomDnsSuffixConfiguration + OData *odata.OData + type UpdateAseNetworkingConfigurationOperationResponse struct + HttpResponse *http.Response + Model *AseV3NetworkingConfiguration + OData *odata.OData + type UpdateMultiRolePoolOperationResponse struct + HttpResponse *http.Response + Model *WorkerPoolResource + OData *odata.OData + type UpdateOperationResponse struct + HttpResponse *http.Response + Model *AppServiceEnvironmentResource + OData *odata.OData + type UpdateWorkerPoolOperationResponse struct + HttpResponse *http.Response + Model *WorkerPoolResource + OData *odata.OData + type UpgradeAvailability string + const UpgradeAvailabilityNone + const UpgradeAvailabilityReady + func (s *UpgradeAvailability) UnmarshalJSON(bytes []byte) error + type UpgradeOperationResponse struct + HttpResponse *http.Response + OData *odata.OData + Poller pollers.Poller + type UpgradePreference string + const UpgradePreferenceEarly + const UpgradePreferenceLate + const UpgradePreferenceManual + const UpgradePreferenceNone + func (s *UpgradePreference) UnmarshalJSON(bytes []byte) error + type Usage struct + Id *string + Kind *string + Name *string + Properties *UsageProperties + Type *string + type UsageOperationPredicate struct + Id *string + Kind *string + Name *string + Type *string + func (p UsageOperationPredicate) Matches(input Usage) bool + type UsageProperties struct + ComputeMode *ComputeModeOptions + CurrentValue *int64 + DisplayName *string + Limit *int64 + NextResetTime *string + ResourceName *string + SiteMode *string + Unit *string + func (o *UsageProperties) GetNextResetTimeAsTime() (*time.Time, error) + func (o *UsageProperties) SetNextResetTimeAsTime(input time.Time) + type UsageState string + const UsageStateExceeded + const UsageStateNormal + func (s *UsageState) UnmarshalJSON(bytes []byte) error + type VirtualApplication struct + PhysicalPath *string + PreloadEnabled *bool + VirtualDirectories *[]VirtualDirectory + VirtualPath *string + type VirtualDirectory struct + PhysicalPath *string + VirtualPath *string + type VirtualIPMapping struct + InUse *bool + InternalHTTPPort *int64 + InternalHTTPSPort *int64 + ServiceName *string + VirtualIP *string + type VirtualNetworkProfile struct + Id string + Name *string + Subnet *string + Type *string + type WorkerPool struct + ComputeMode *ComputeModeOptions + InstanceNames *[]string + WorkerCount *int64 + WorkerSize *string + WorkerSizeId *int64 + type WorkerPoolId struct + HostingEnvironmentName string + ResourceGroupName string + SubscriptionId string + WorkerPoolName string + func NewWorkerPoolID(subscriptionId string, resourceGroupName string, hostingEnvironmentName string, ...) WorkerPoolId + func ParseWorkerPoolID(input string) (*WorkerPoolId, error) + func ParseWorkerPoolIDInsensitively(input string) (*WorkerPoolId, error) + func (id *WorkerPoolId) FromParseResult(input resourceids.ParseResult) error + func (id WorkerPoolId) ID() string + func (id WorkerPoolId) Segments() []resourceids.Segment + func (id WorkerPoolId) String() string + type WorkerPoolInstanceId struct + HostingEnvironmentName string + InstanceName string + ResourceGroupName string + SubscriptionId string + WorkerPoolName string + func NewWorkerPoolInstanceID(subscriptionId string, resourceGroupName string, hostingEnvironmentName string, ...) WorkerPoolInstanceId + func ParseWorkerPoolInstanceID(input string) (*WorkerPoolInstanceId, error) + func ParseWorkerPoolInstanceIDInsensitively(input string) (*WorkerPoolInstanceId, error) + func (id *WorkerPoolInstanceId) FromParseResult(input resourceids.ParseResult) error + func (id WorkerPoolInstanceId) ID() string + func (id WorkerPoolInstanceId) Segments() []resourceids.Segment + func (id WorkerPoolInstanceId) String() string + type WorkerPoolResource struct + Id *string + Kind *string + Name *string + Properties *WorkerPool + Sku *SkuDescription + Type *string + type WorkerPoolResourceOperationPredicate struct + Id *string + Kind *string + Name *string + Type *string + func (p WorkerPoolResourceOperationPredicate) Matches(input WorkerPoolResource) bool + type WorkerSizeOptions string + const WorkerSizeOptionsDOne + const WorkerSizeOptionsDThree + const WorkerSizeOptionsDTwo + const WorkerSizeOptionsDefault + const WorkerSizeOptionsLarge + const WorkerSizeOptionsLargeVThree + const WorkerSizeOptionsMedium + const WorkerSizeOptionsMediumVThree + const WorkerSizeOptionsNestedSmall + const WorkerSizeOptionsNestedSmallLinux + const WorkerSizeOptionsSmall + const WorkerSizeOptionsSmallVThree + func (s *WorkerSizeOptions) UnmarshalJSON(bytes []byte) error