Interface App.Definition
-
- All Superinterfaces:
App.DefinitionStages.Blank
,App.DefinitionStages.WithCreate
,App.DefinitionStages.WithDisplayName
,App.DefinitionStages.WithIdentity
,App.DefinitionStages.WithLocation
,App.DefinitionStages.WithNetworkRuleSets
,App.DefinitionStages.WithPublicNetworkAccess
,App.DefinitionStages.WithResourceGroup
,App.DefinitionStages.WithSku
,App.DefinitionStages.WithSubdomain
,App.DefinitionStages.WithTags
,App.DefinitionStages.WithTemplate
- Enclosing interface:
- App
public static interface App.Definition extends App.DefinitionStages.Blank, App.DefinitionStages.WithLocation, App.DefinitionStages.WithResourceGroup, App.DefinitionStages.WithSku, App.DefinitionStages.WithCreate
The entirety of the App definition.
-
-
Method Summary
-
Methods inherited from interface com.azure.resourcemanager.iotcentral.models.App.DefinitionStages.WithCreate
create, create
-
Methods inherited from interface com.azure.resourcemanager.iotcentral.models.App.DefinitionStages.WithDisplayName
withDisplayName
-
Methods inherited from interface com.azure.resourcemanager.iotcentral.models.App.DefinitionStages.WithIdentity
withIdentity
-
Methods inherited from interface com.azure.resourcemanager.iotcentral.models.App.DefinitionStages.WithLocation
withRegion, withRegion
-
Methods inherited from interface com.azure.resourcemanager.iotcentral.models.App.DefinitionStages.WithNetworkRuleSets
withNetworkRuleSets
-
Methods inherited from interface com.azure.resourcemanager.iotcentral.models.App.DefinitionStages.WithPublicNetworkAccess
withPublicNetworkAccess
-
Methods inherited from interface com.azure.resourcemanager.iotcentral.models.App.DefinitionStages.WithResourceGroup
withExistingResourceGroup
-
Methods inherited from interface com.azure.resourcemanager.iotcentral.models.App.DefinitionStages.WithSku
withSku
-
Methods inherited from interface com.azure.resourcemanager.iotcentral.models.App.DefinitionStages.WithSubdomain
withSubdomain
-
Methods inherited from interface com.azure.resourcemanager.iotcentral.models.App.DefinitionStages.WithTags
withTags
-
Methods inherited from interface com.azure.resourcemanager.iotcentral.models.App.DefinitionStages.WithTemplate
withTemplate
-
-