Show / Hide Table of Contents

Class GroupUserArgs

Inheritance
System.Object
InputArgs
ResourceArgs
GroupUserArgs
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
Assembly: Pulumi.Azure.dll
Syntax
public sealed class GroupUserArgs : ResourceArgs

Constructors

View Source

GroupUserArgs()

Declaration
public GroupUserArgs()

Properties

View Source

ApiManagementName

The name of the API Management Service. Changing this forces a new resource to be created.

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

GroupName

The Name of the API Management Group within the API Management Service. Changing this forces a new resource to be created.

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

ResourceGroupName

The name of the Resource Group in which the API Management Service exists. Changing this forces a new resource to be created.

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

UserId

The ID of the API Management User which should be assigned to this API Management Group. Changing this forces a new resource to be created.

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