NotebookAccessTokenResultInner Class

  • java.lang.Object
    • com.azure.resourcemanager.machinelearningservices.fluent.models.NotebookAccessTokenResultInner

public final class NotebookAccessTokenResultInner

The NotebookAccessTokenResult model.

Constructor Summary

Constructor Description
NotebookAccessTokenResultInner()

Method Summary

Modifier and Type Method and Description
String accessToken()

Get the accessToken property: The accessToken property.

Integer expiresIn()

Get the expiresIn property: The expiresIn property.

String hostname()

Get the hostname property: The hostName property.

String notebookResourceId()

Get the notebookResourceId property: The notebookResourceId property.

String publicDns()

Get the publicDns property: The publicDns property.

String refreshToken()

Get the refreshToken property: The refreshToken property.

String scope()

Get the scope property: The scope property.

String tokenType()

Get the tokenType property: The tokenType property.

void validate()

Validates the instance.

Methods inherited from java.lang.Object

Constructor Details

NotebookAccessTokenResultInner

public NotebookAccessTokenResultInner()

Method Details

accessToken

public String accessToken()

Get the accessToken property: The accessToken property.

Returns:

the accessToken value.

expiresIn

public Integer expiresIn()

Get the expiresIn property: The expiresIn property.

Returns:

the expiresIn value.

hostname

public String hostname()

Get the hostname property: The hostName property.

Returns:

the hostname value.

notebookResourceId

public String notebookResourceId()

Get the notebookResourceId property: The notebookResourceId property.

Returns:

the notebookResourceId value.

publicDns

public String publicDns()

Get the publicDns property: The publicDns property.

Returns:

the publicDns value.

refreshToken

public String refreshToken()

Get the refreshToken property: The refreshToken property.

Returns:

the refreshToken value.

scope

public String scope()

Get the scope property: The scope property.

Returns:

the scope value.

tokenType

public String tokenType()

Get the tokenType property: The tokenType property.

Returns:

the tokenType value.

validate

public void validate()

Validates the instance.

Applies to