ProviderPermission Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ProviderPermission() |
Initializes a new instance of the ProviderPermission class. |
ProviderPermission(String, RoleDefinition, RoleDefinition, String) |
Initializes a new instance of the ProviderPermission class. |
ProviderPermission()
Initializes a new instance of the ProviderPermission class.
public ProviderPermission ();
Public Sub New ()
Applies to
ProviderPermission(String, RoleDefinition, RoleDefinition, String)
Initializes a new instance of the ProviderPermission class.
public ProviderPermission (string applicationId = default, Microsoft.Azure.Management.ResourceManager.Models.RoleDefinition roleDefinition = default, Microsoft.Azure.Management.ResourceManager.Models.RoleDefinition managedByRoleDefinition = default, string providerAuthorizationConsentState = default);
new Microsoft.Azure.Management.ResourceManager.Models.ProviderPermission : string * Microsoft.Azure.Management.ResourceManager.Models.RoleDefinition * Microsoft.Azure.Management.ResourceManager.Models.RoleDefinition * string -> Microsoft.Azure.Management.ResourceManager.Models.ProviderPermission
Public Sub New (Optional applicationId As String = Nothing, Optional roleDefinition As RoleDefinition = Nothing, Optional managedByRoleDefinition As RoleDefinition = Nothing, Optional providerAuthorizationConsentState As String = Nothing)
Parameters
- applicationId
- String
The application id.
- roleDefinition
- RoleDefinition
Role definition properties.
- managedByRoleDefinition
- RoleDefinition
Role definition properties.
- providerAuthorizationConsentState
- String
The provider authorization consent state. Possible values include: 'NotSpecified', 'Required', 'NotRequired', 'Consented'
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET