ArmMachineLearningModelFactory.MachineLearningWorkspaceNotebookAccessTokenResult 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.
Overloads
MachineLearningWorkspaceNotebookAccessTokenResult(String, Nullable<Int32>, String, String, String, String, String, String)
Initializes a new instance of MachineLearningWorkspaceNotebookAccessTokenResult.
public static Azure.ResourceManager.MachineLearning.Models.MachineLearningWorkspaceNotebookAccessTokenResult MachineLearningWorkspaceNotebookAccessTokenResult(string accessToken = default, int? expiresIn = default, string hostName = default, string notebookResourceId = default, string publicDns = default, string refreshToken = default, string scope = default, string tokenType = default);
static member MachineLearningWorkspaceNotebookAccessTokenResult : string * Nullable<int> * string * string * string * string * string * string -> Azure.ResourceManager.MachineLearning.Models.MachineLearningWorkspaceNotebookAccessTokenResult
Public Shared Function MachineLearningWorkspaceNotebookAccessTokenResult (Optional accessToken As String = Nothing, Optional expiresIn As Nullable(Of Integer) = Nothing, Optional hostName As String = Nothing, Optional notebookResourceId As String = Nothing, Optional publicDns As String = Nothing, Optional refreshToken As String = Nothing, Optional scope As String = Nothing, Optional tokenType As String = Nothing) As MachineLearningWorkspaceNotebookAccessTokenResult
Parameters
- accessToken
- String
- hostName
- String
- notebookResourceId
- String
- publicDns
- String
- refreshToken
- String
- scope
- String
- tokenType
- String
Returns
A new MachineLearningWorkspaceNotebookAccessTokenResult instance for mocking.
Applies to
MachineLearningWorkspaceNotebookAccessTokenResult(String, String, String, String, String, Nullable<Int32>, String, String)
Initializes a new instance of MachineLearningWorkspaceNotebookAccessTokenResult.
public static Azure.ResourceManager.MachineLearning.Models.MachineLearningWorkspaceNotebookAccessTokenResult MachineLearningWorkspaceNotebookAccessTokenResult(string notebookResourceId = default, string hostName = default, string publicDns = default, string accessToken = default, string tokenType = default, int? expiresIn = default, string refreshToken = default, string scope = default);
static member MachineLearningWorkspaceNotebookAccessTokenResult : string * string * string * string * string * Nullable<int> * string * string -> Azure.ResourceManager.MachineLearning.Models.MachineLearningWorkspaceNotebookAccessTokenResult
Public Shared Function MachineLearningWorkspaceNotebookAccessTokenResult (Optional notebookResourceId As String = Nothing, Optional hostName As String = Nothing, Optional publicDns As String = Nothing, Optional accessToken As String = Nothing, Optional tokenType As String = Nothing, Optional expiresIn As Nullable(Of Integer) = Nothing, Optional refreshToken As String = Nothing, Optional scope As String = Nothing) As MachineLearningWorkspaceNotebookAccessTokenResult
Parameters
- notebookResourceId
- String
- hostName
- String
- publicDns
- String
- accessToken
- String
- tokenType
- String
- refreshToken
- String
- scope
- String
Returns
A new MachineLearningWorkspaceNotebookAccessTokenResult instance for mocking.
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET