Show / Hide Table of Contents

Class ServiceHostnameConfigurationArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ServiceHostnameConfigurationArgs
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 ServiceHostnameConfigurationArgs : ResourceArgs

Constructors

View Source

ServiceHostnameConfigurationArgs()

Declaration
public ServiceHostnameConfigurationArgs()

Properties

View Source

DeveloperPortals

One or more developer_portal blocks as documented below.

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

Managements

One or more management blocks as documented below.

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

Portals

One or more portal blocks as documented below.

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

Proxies

One or more proxy blocks as documented below.

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

Scms

One or more scm blocks as documented below.

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