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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET