Show / Hide Table of Contents

Class GetAppServiceResult

Inheritance
System.Object
GetAppServiceResult
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.AppService
Assembly: Pulumi.Azure.dll
Syntax
public sealed class GetAppServiceResult

Fields

View Source

AppServicePlanId

The ID of the App Service Plan within which the App Service exists.

Declaration
public readonly string AppServicePlanId
Field Value
Type Description
System.String
View Source

AppSettings

A key-value pair of App Settings for the App Service.

Declaration
public readonly ImmutableDictionary<string, string> AppSettings
Field Value
Type Description
System.Collections.Immutable.ImmutableDictionary<System.String, System.String>
View Source

ClientAffinityEnabled

Does the App Service send session affinity cookies, which route client requests in the same session to the same instance?

Declaration
public readonly bool ClientAffinityEnabled
Field Value
Type Description
System.Boolean
View Source

ClientCertEnabled

Does the App Service require client certificates for incoming requests?

Declaration
public readonly bool ClientCertEnabled
Field Value
Type Description
System.Boolean
View Source

ConnectionStrings

An connection_string block as defined below.

Declaration
public readonly ImmutableArray<GetAppServiceConnectionStringResult> ConnectionStrings
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<GetAppServiceConnectionStringResult>
View Source

DefaultSiteHostname

The Default Hostname associated with the App Service - such as mysite.azurewebsites.net

Declaration
public readonly string DefaultSiteHostname
Field Value
Type Description
System.String
View Source

Enabled

Is the App Service Enabled?

Declaration
public readonly bool Enabled
Field Value
Type Description
System.Boolean
View Source

HttpsOnly

Can the App Service only be accessed via HTTPS?

Declaration
public readonly bool HttpsOnly
Field Value
Type Description
System.Boolean
View Source

Id

The provider-assigned unique ID for this managed resource.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

Location

The Azure location where the App Service exists.

Declaration
public readonly string Location
Field Value
Type Description
System.String
View Source

Name

The name for this IP Restriction.

Declaration
public readonly string Name
Field Value
Type Description
System.String
View Source

OutboundIpAddresses

A comma separated list of outbound IP addresses - such as 52.23.25.3,52.143.43.12

Declaration
public readonly string OutboundIpAddresses
Field Value
Type Description
System.String
View Source

PossibleOutboundIpAddresses

A comma separated list of outbound IP addresses - such as 52.23.25.3,52.143.43.12,52.143.43.17 - not all of which are necessarily in use. Superset of outbound_ip_addresses.

Declaration
public readonly string PossibleOutboundIpAddresses
Field Value
Type Description
System.String
View Source

ResourceGroupName

Declaration
public readonly string ResourceGroupName
Field Value
Type Description
System.String
View Source

SiteConfigs

A site_config block as defined below.

Declaration
public readonly ImmutableArray<GetAppServiceSiteConfigResult> SiteConfigs
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<GetAppServiceSiteConfigResult>
View Source

SiteCredentials

Declaration
public readonly ImmutableArray<GetAppServiceSiteCredentialResult> SiteCredentials
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<GetAppServiceSiteCredentialResult>
View Source

SourceControls

Declaration
public readonly ImmutableArray<GetAppServiceSourceControlResult> SourceControls
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<GetAppServiceSourceControlResult>
View Source

Tags

A mapping of tags to assign to the resource.

Declaration
public readonly ImmutableDictionary<string, string> Tags
Field Value
Type Description
System.Collections.Immutable.ImmutableDictionary<System.String, System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.