Show / Hide Table of Contents

Class GetGroupResult

Inheritance
System.Object
GetGroupResult
Inherited Members
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 GetGroupResult

Fields

View Source

ApiManagementName

Declaration
public readonly string ApiManagementName
Field Value
Type Description
System.String
View Source

Description

The description of this API Management Group.

Declaration
public readonly string Description
Field Value
Type Description
System.String
View Source

DisplayName

The display name of this API Management Group.

Declaration
public readonly string DisplayName
Field Value
Type Description
System.String
View Source

ExternalId

The identifier of the external Group.

Declaration
public readonly string ExternalId
Field Value
Type Description
System.String
View Source

Id

The provider-assigned unique ID for this managed resource.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

Name

Declaration
public readonly string Name
Field Value
Type Description
System.String
View Source

ResourceGroupName

Declaration
public readonly string ResourceGroupName
Field Value
Type Description
System.String
View Source

Type

The type of this API Management Group, such as custom or external.

Declaration
public readonly string Type
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.