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

identity provider details.
파일 보기 프로젝트 열기: Azure/azure-sdk-for-net

공개 메소드들

메소드 설명
IdentityProviderContract ( ) : System

Initializes a new instance of the IdentityProviderContract class.

IdentityProviderContract ( string clientId, string clientSecret ) : System

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

메소드 상세

IdentityProviderContract() 공개 메소드

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

IdentityProviderContract() 공개 메소드

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