Class AppInsightsCredentialsResponse
- java.lang.Object
-
- com.pulumi.azurenative.machinelearningcompute.outputs.AppInsightsCredentialsResponse
-
public final class AppInsightsCredentialsResponse extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AppInsightsCredentialsResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Optional<java.lang.String>
appId()
static AppInsightsCredentialsResponse.Builder
builder()
static AppInsightsCredentialsResponse.Builder
builder(AppInsightsCredentialsResponse defaults)
java.util.Optional<java.lang.String>
instrumentationKey()
-
-
-
Method Detail
-
appId
public java.util.Optional<java.lang.String> appId()
- Returns:
- The AppInsights application ID.
-
instrumentationKey
public java.util.Optional<java.lang.String> instrumentationKey()
- Returns:
- The AppInsights instrumentation key. This is not returned in response of GET/PUT on the resource. To see this please call listKeys API.
-
builder
public static AppInsightsCredentialsResponse.Builder builder()
-
builder
public static AppInsightsCredentialsResponse.Builder builder(AppInsightsCredentialsResponse defaults)
-
-