ArmProviderHubModelFactory.LinkedAccessCheck Method
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.
public static Azure.ResourceManager.ProviderHub.Models.LinkedAccessCheck LinkedAccessCheck(string actionName = default, string linkedProperty = default, string linkedAction = default, string linkedActionVerb = default, string linkedType = default);
static member LinkedAccessCheck : string * string * string * string * string -> Azure.ResourceManager.ProviderHub.Models.LinkedAccessCheck
Public Shared Function LinkedAccessCheck (Optional actionName As String = Nothing, Optional linkedProperty As String = Nothing, Optional linkedAction As String = Nothing, Optional linkedActionVerb As String = Nothing, Optional linkedType As String = Nothing) As LinkedAccessCheck
Parameters
- actionName
- String
The action name.
- linkedProperty
- String
The linked property.
- linkedAction
- String
The linked action.
- linkedActionVerb
- String
The linked action verb.
- linkedType
- String
The linked type.
Returns
A new LinkedAccessCheck instance for mocking.