C# 클래스 Microsoft.Azure.Management.ApiManagement.SmapiModels.IdentityProviderCreateParameters

Parameters supplied to the CreateOrUpdate Identity Provider operation.
파일 보기 프로젝트 열기: Azure/azure-sdk-for-net 1 사용 예제들

공개 메소드들

메소드 설명
IdentityProviderCreateParameters ( ) : System

Initializes a new instance of the IdentityProviderCreateParameters class.

IdentityProviderCreateParameters ( string clientId, string clientSecret ) : System

Initializes a new instance of the IdentityProviderCreateParameters class with required arguments.

메소드 상세

IdentityProviderCreateParameters() 공개 메소드

Initializes a new instance of the IdentityProviderCreateParameters class.
public IdentityProviderCreateParameters ( ) : System
리턴 System

IdentityProviderCreateParameters() 공개 메소드

Initializes a new instance of the IdentityProviderCreateParameters class with required arguments.
public IdentityProviderCreateParameters ( string clientId, string clientSecret ) : System
clientId string
clientSecret string
리턴 System