Show / Hide Table of Contents

Class ServiceHostnameConfigurationGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ServiceHostnameConfigurationGetArgs
Inherited Members
ResourceArgs.Empty
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.ApiManagement.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ServiceHostnameConfigurationGetArgs : ResourceArgs

Constructors

View Source

ServiceHostnameConfigurationGetArgs()

Declaration
public ServiceHostnameConfigurationGetArgs()

Properties

View Source

DeveloperPortals

One or more developer_portal blocks as documented below.

Declaration
public InputList<ServiceHostnameConfigurationDeveloperPortalGetArgs> DeveloperPortals { get; set; }
Property Value
Type Description
InputList<ServiceHostnameConfigurationDeveloperPortalGetArgs>
View Source

Managements

One or more management blocks as documented below.

Declaration
public InputList<ServiceHostnameConfigurationManagementGetArgs> Managements { get; set; }
Property Value
Type Description
InputList<ServiceHostnameConfigurationManagementGetArgs>
View Source

Portals

One or more portal blocks as documented below.

Declaration
public InputList<ServiceHostnameConfigurationPortalGetArgs> Portals { get; set; }
Property Value
Type Description
InputList<ServiceHostnameConfigurationPortalGetArgs>
View Source

Proxies

One or more proxy blocks as documented below.

Declaration
public InputList<ServiceHostnameConfigurationProxyGetArgs> Proxies { get; set; }
Property Value
Type Description
InputList<ServiceHostnameConfigurationProxyGetArgs>
View Source

Scms

One or more scm blocks as documented below.

Declaration
public InputList<ServiceHostnameConfigurationScmGetArgs> Scms { get; set; }
Property Value
Type Description
InputList<ServiceHostnameConfigurationScmGetArgs>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.