Show / Hide Table of Contents

Class BackendProxyGetArgs

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

Constructors

View Source

BackendProxyGetArgs()

Declaration
public BackendProxyGetArgs()

Properties

View Source

Password

The password to connect to the proxy server.

Declaration
public Input<string> Password { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Url

The URL of the proxy server.

Declaration
public Input<string> Url { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Username

The username to connect to the proxy server.

Declaration
public Input<string> Username { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.