Show / Hide Table of Contents

Class GroupArgs

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

Constructors

View Source

GroupArgs()

Declaration
public GroupArgs()

Properties

View Source

ApiManagementName

The name of the API Management Service in which the API Management Group should exist. 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

Description

The description of this API Management Group.

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

DisplayName

The display name of this API Management Group.

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

ExternalId

The identifier of the external Group. For example, an Azure Active Directory group aad://&lt;tenant>.onmicrosoft.com/groups/&lt;group object id>.

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

Name

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

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

ResourceGroupName

The name of the Resource Group in which the API Management Group should exist. 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

Type

The type of this API Management Group. Possible values are custom and external. Default is custom.

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