Interface PasswordCredential.DefinitionStages.WithSubscriptionInAuthFile<ParentT>
-
- Type Parameters:
ParentT- the stage of the parent definition to return to after attaching this definition
- All Known Subinterfaces:
PasswordCredential.Definition<ParentT>
- Enclosing interface:
- PasswordCredential.DefinitionStages
public static interface PasswordCredential.DefinitionStages.WithSubscriptionInAuthFile<ParentT>A credential definition stage allowing the subscription in the auth file to be set.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PasswordCredential.DefinitionStages.WithAttach<ParentT>withSubscriptionId(String subscriptionId)Specifies the "subscription=" field in the auth file.
-
-
-
Method Detail
-
withSubscriptionId
PasswordCredential.DefinitionStages.WithAttach<ParentT> withSubscriptionId(String subscriptionId)
Specifies the "subscription=" field in the auth file.- Parameters:
subscriptionId- the UUID of the subscription- Returns:
- the next stage in credential definition
-
-