Class VideoAnalyzer


  • public class VideoAnalyzer
    extends com.pulumi.resources.CustomResource
    The Video Analyzer account. Azure REST API version: 2021-11-01-preview. Prior API version in Azure Native 1.x: 2021-05-01-preview. Other available API versions: 2021-05-01-preview. ## Import An existing resource can be imported using its type token, name, and identifier, e.g. ```sh $ pulumi import azure-native:videoanalyzer:VideoAnalyzer contosomovies /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/videoAnalyzers/{accountName} ```
    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.pulumi.resources.CustomResource

        com.pulumi.resources.CustomResource.CustomResourceInternal
      • Nested classes/interfaces inherited from class com.pulumi.resources.Resource

        com.pulumi.resources.Resource.LazyField<T extends java.lang.Object>, com.pulumi.resources.Resource.LazyFields, com.pulumi.resources.Resource.ResourceInternal
    • Field Summary

      • Fields inherited from class com.pulumi.resources.Resource

        childResources, remote
    • Constructor Detail

      • VideoAnalyzer

        public VideoAnalyzer​(java.lang.String name)
        Parameters:
        name - The _unique_ name of the resulting resource.
      • VideoAnalyzer

        public VideoAnalyzer​(java.lang.String name,
                             VideoAnalyzerArgs args)
        Parameters:
        name - The _unique_ name of the resulting resource.
        args - The arguments to use to populate this resource's properties.
      • VideoAnalyzer

        public VideoAnalyzer​(java.lang.String name,
                             VideoAnalyzerArgs args,
                             @Nullable
                             com.pulumi.resources.CustomResourceOptions options)
        Parameters:
        name - The _unique_ name of the resulting resource.
        args - The arguments to use to populate this resource's properties.
        options - A bag of options that control this resource's behavior.
    • Method Detail

      • encryption

        public com.pulumi.core.Output<java.util.Optional<AccountEncryptionResponse>> encryption()
        Returns:
        The account encryption properties.
      • endpoints

        public com.pulumi.core.Output<java.util.List<EndpointResponse>> endpoints()
        Returns:
        The endpoints associated with this resource.
      • identity

        public com.pulumi.core.Output<java.util.Optional<VideoAnalyzerIdentityResponse>> identity()
        Returns:
        The identities associated to the Video Analyzer resource.
      • iotHubs

        public com.pulumi.core.Output<java.util.Optional<java.util.List<IotHubResponse>>> iotHubs()
        Returns:
        The IoT Hubs for this resource.
      • location

        public com.pulumi.core.Output<java.lang.String> location()
        Returns:
        The geo-location where the resource lives
      • name

        public com.pulumi.core.Output<java.lang.String> name()
        Returns:
        The name of the resource
      • networkAccessControl

        public com.pulumi.core.Output<java.util.Optional<NetworkAccessControlResponse>> networkAccessControl()
        Returns:
        Network access control for Video Analyzer.
      • privateEndpointConnections

        public com.pulumi.core.Output<java.util.List<PrivateEndpointConnectionResponse>> privateEndpointConnections()
        Returns:
        Private Endpoint Connections created under Video Analyzer account.
      • provisioningState

        public com.pulumi.core.Output<java.lang.String> provisioningState()
        Returns:
        Provisioning state of the Video Analyzer account.
      • publicNetworkAccess

        public com.pulumi.core.Output<java.util.Optional<java.lang.String>> publicNetworkAccess()
        Returns:
        Whether or not public network access is allowed for resources under the Video Analyzer account.
      • storageAccounts

        public com.pulumi.core.Output<java.util.List<StorageAccountResponse>> storageAccounts()
        Returns:
        The storage accounts for this resource.
      • systemData

        public com.pulumi.core.Output<SystemDataResponse> systemData()
        Returns:
        Azure Resource Manager metadata containing createdBy and modifiedBy information.
      • tags

        public com.pulumi.core.Output<java.util.Optional<java.util.Map<java.lang.String,​java.lang.String>>> tags()
        Returns:
        Resource tags.
      • type

        public com.pulumi.core.Output<java.lang.String> type()
        Returns:
        The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
      • get

        public static VideoAnalyzer get​(java.lang.String name,
                                        com.pulumi.core.Output<java.lang.String> id,
                                        @Nullable
                                        com.pulumi.resources.CustomResourceOptions options)
        Get an existing Host resource's state with the given name, ID, and optional extra properties used to qualify the lookup.
        Parameters:
        name - The _unique_ name of the resulting resource.
        id - The _unique_ provider ID of the resource to lookup.
        options - Optional settings to control the behavior of the CustomResource.