azure-native.media.getStreamingEndpoint
Explore with Pulumi AI
Gets a streaming endpoint.
Uses Azure REST API version 2022-11-01.
Other available API versions: 2018-03-30-preview, 2018-06-01-preview, 2018-07-01, 2019-05-01-preview, 2020-05-01, 2021-06-01, 2021-11-01, 2022-08-01. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native media [ApiVersion]
. See the version guide for details.
Using getStreamingEndpoint
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getStreamingEndpoint(args: GetStreamingEndpointArgs, opts?: InvokeOptions): Promise<GetStreamingEndpointResult>
function getStreamingEndpointOutput(args: GetStreamingEndpointOutputArgs, opts?: InvokeOptions): Output<GetStreamingEndpointResult>
def get_streaming_endpoint(account_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
streaming_endpoint_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetStreamingEndpointResult
def get_streaming_endpoint_output(account_name: Optional[pulumi.Input[str]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
streaming_endpoint_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetStreamingEndpointResult]
func LookupStreamingEndpoint(ctx *Context, args *LookupStreamingEndpointArgs, opts ...InvokeOption) (*LookupStreamingEndpointResult, error)
func LookupStreamingEndpointOutput(ctx *Context, args *LookupStreamingEndpointOutputArgs, opts ...InvokeOption) LookupStreamingEndpointResultOutput
> Note: This function is named LookupStreamingEndpoint
in the Go SDK.
public static class GetStreamingEndpoint
{
public static Task<GetStreamingEndpointResult> InvokeAsync(GetStreamingEndpointArgs args, InvokeOptions? opts = null)
public static Output<GetStreamingEndpointResult> Invoke(GetStreamingEndpointInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetStreamingEndpointResult> getStreamingEndpoint(GetStreamingEndpointArgs args, InvokeOptions options)
public static Output<GetStreamingEndpointResult> getStreamingEndpoint(GetStreamingEndpointArgs args, InvokeOptions options)
fn::invoke:
function: azure-native:media:getStreamingEndpoint
arguments:
# arguments dictionary
The following arguments are supported:
- Account
Name string - The Media Services account name.
- Resource
Group stringName - The name of the resource group within the Azure subscription.
- Streaming
Endpoint stringName - The name of the streaming endpoint, maximum length is 24.
- Account
Name string - The Media Services account name.
- Resource
Group stringName - The name of the resource group within the Azure subscription.
- Streaming
Endpoint stringName - The name of the streaming endpoint, maximum length is 24.
- account
Name String - The Media Services account name.
- resource
Group StringName - The name of the resource group within the Azure subscription.
- streaming
Endpoint StringName - The name of the streaming endpoint, maximum length is 24.
- account
Name string - The Media Services account name.
- resource
Group stringName - The name of the resource group within the Azure subscription.
- streaming
Endpoint stringName - The name of the streaming endpoint, maximum length is 24.
- account_
name str - The Media Services account name.
- resource_
group_ strname - The name of the resource group within the Azure subscription.
- streaming_
endpoint_ strname - The name of the streaming endpoint, maximum length is 24.
- account
Name String - The Media Services account name.
- resource
Group StringName - The name of the resource group within the Azure subscription.
- streaming
Endpoint StringName - The name of the streaming endpoint, maximum length is 24.
getStreamingEndpoint Result
The following output properties are available:
- Azure
Api stringVersion - The Azure API version of the resource.
- Created string
- The exact time the streaming endpoint was created.
- Free
Trial stringEnd Time - The free trial expiration time.
- Host
Name string - The streaming endpoint host name.
- Id string
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- Last
Modified string - The exact time the streaming endpoint was last modified.
- Location string
- The geo-location where the resource lives
- Name string
- The name of the resource
- Provisioning
State string - The provisioning state of the streaming endpoint.
- Resource
State string - The resource state of the streaming endpoint.
- Scale
Units int - The number of scale units. Use the Scale operation to adjust this value.
- System
Data Pulumi.Azure Native. Media. Outputs. System Data Response - The system metadata relating to this resource.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Access
Control Pulumi.Azure Native. Media. Outputs. Streaming Endpoint Access Control Response - The access control definition of the streaming endpoint.
- Availability
Set stringName - This feature is deprecated, do not set a value for this property.
- Cdn
Enabled bool - The CDN enabled flag.
- Cdn
Profile string - The CDN profile name.
- Cdn
Provider string - The CDN provider name.
- Cross
Site Pulumi.Access Policies Azure Native. Media. Outputs. Cross Site Access Policies Response - The streaming endpoint access policies.
- Custom
Host List<string>Names - The custom host names of the streaming endpoint
- Description string
- The streaming endpoint description.
- Max
Cache doubleAge - Max cache age
- Sku
Pulumi.
Azure Native. Media. Outputs. Arm Streaming Endpoint Current Sku Response - The streaming endpoint sku.
- Dictionary<string, string>
- Resource tags.
- Azure
Api stringVersion - The Azure API version of the resource.
- Created string
- The exact time the streaming endpoint was created.
- Free
Trial stringEnd Time - The free trial expiration time.
- Host
Name string - The streaming endpoint host name.
- Id string
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- Last
Modified string - The exact time the streaming endpoint was last modified.
- Location string
- The geo-location where the resource lives
- Name string
- The name of the resource
- Provisioning
State string - The provisioning state of the streaming endpoint.
- Resource
State string - The resource state of the streaming endpoint.
- Scale
Units int - The number of scale units. Use the Scale operation to adjust this value.
- System
Data SystemData Response - The system metadata relating to this resource.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Access
Control StreamingEndpoint Access Control Response - The access control definition of the streaming endpoint.
- Availability
Set stringName - This feature is deprecated, do not set a value for this property.
- Cdn
Enabled bool - The CDN enabled flag.
- Cdn
Profile string - The CDN profile name.
- Cdn
Provider string - The CDN provider name.
- Cross
Site CrossAccess Policies Site Access Policies Response - The streaming endpoint access policies.
- Custom
Host []stringNames - The custom host names of the streaming endpoint
- Description string
- The streaming endpoint description.
- Max
Cache float64Age - Max cache age
- Sku
Arm
Streaming Endpoint Current Sku Response - The streaming endpoint sku.
- map[string]string
- Resource tags.
- azure
Api StringVersion - The Azure API version of the resource.
- created String
- The exact time the streaming endpoint was created.
- free
Trial StringEnd Time - The free trial expiration time.
- host
Name String - The streaming endpoint host name.
- id String
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- last
Modified String - The exact time the streaming endpoint was last modified.
- location String
- The geo-location where the resource lives
- name String
- The name of the resource
- provisioning
State String - The provisioning state of the streaming endpoint.
- resource
State String - The resource state of the streaming endpoint.
- scale
Units Integer - The number of scale units. Use the Scale operation to adjust this value.
- system
Data SystemData Response - The system metadata relating to this resource.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- access
Control StreamingEndpoint Access Control Response - The access control definition of the streaming endpoint.
- availability
Set StringName - This feature is deprecated, do not set a value for this property.
- cdn
Enabled Boolean - The CDN enabled flag.
- cdn
Profile String - The CDN profile name.
- cdn
Provider String - The CDN provider name.
- cross
Site CrossAccess Policies Site Access Policies Response - The streaming endpoint access policies.
- custom
Host List<String>Names - The custom host names of the streaming endpoint
- description String
- The streaming endpoint description.
- max
Cache DoubleAge - Max cache age
- sku
Arm
Streaming Endpoint Current Sku Response - The streaming endpoint sku.
- Map<String,String>
- Resource tags.
- azure
Api stringVersion - The Azure API version of the resource.
- created string
- The exact time the streaming endpoint was created.
- free
Trial stringEnd Time - The free trial expiration time.
- host
Name string - The streaming endpoint host name.
- id string
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- last
Modified string - The exact time the streaming endpoint was last modified.
- location string
- The geo-location where the resource lives
- name string
- The name of the resource
- provisioning
State string - The provisioning state of the streaming endpoint.
- resource
State string - The resource state of the streaming endpoint.
- scale
Units number - The number of scale units. Use the Scale operation to adjust this value.
- system
Data SystemData Response - The system metadata relating to this resource.
- type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- access
Control StreamingEndpoint Access Control Response - The access control definition of the streaming endpoint.
- availability
Set stringName - This feature is deprecated, do not set a value for this property.
- cdn
Enabled boolean - The CDN enabled flag.
- cdn
Profile string - The CDN profile name.
- cdn
Provider string - The CDN provider name.
- cross
Site CrossAccess Policies Site Access Policies Response - The streaming endpoint access policies.
- custom
Host string[]Names - The custom host names of the streaming endpoint
- description string
- The streaming endpoint description.
- max
Cache numberAge - Max cache age
- sku
Arm
Streaming Endpoint Current Sku Response - The streaming endpoint sku.
- {[key: string]: string}
- Resource tags.
- azure_
api_ strversion - The Azure API version of the resource.
- created str
- The exact time the streaming endpoint was created.
- free_
trial_ strend_ time - The free trial expiration time.
- host_
name str - The streaming endpoint host name.
- id str
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- last_
modified str - The exact time the streaming endpoint was last modified.
- location str
- The geo-location where the resource lives
- name str
- The name of the resource
- provisioning_
state str - The provisioning state of the streaming endpoint.
- resource_
state str - The resource state of the streaming endpoint.
- scale_
units int - The number of scale units. Use the Scale operation to adjust this value.
- system_
data SystemData Response - The system metadata relating to this resource.
- type str
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- access_
control StreamingEndpoint Access Control Response - The access control definition of the streaming endpoint.
- availability_
set_ strname - This feature is deprecated, do not set a value for this property.
- cdn_
enabled bool - The CDN enabled flag.
- cdn_
profile str - The CDN profile name.
- cdn_
provider str - The CDN provider name.
- cross_
site_ Crossaccess_ policies Site Access Policies Response - The streaming endpoint access policies.
- custom_
host_ Sequence[str]names - The custom host names of the streaming endpoint
- description str
- The streaming endpoint description.
- max_
cache_ floatage - Max cache age
- sku
Arm
Streaming Endpoint Current Sku Response - The streaming endpoint sku.
- Mapping[str, str]
- Resource tags.
- azure
Api StringVersion - The Azure API version of the resource.
- created String
- The exact time the streaming endpoint was created.
- free
Trial StringEnd Time - The free trial expiration time.
- host
Name String - The streaming endpoint host name.
- id String
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- last
Modified String - The exact time the streaming endpoint was last modified.
- location String
- The geo-location where the resource lives
- name String
- The name of the resource
- provisioning
State String - The provisioning state of the streaming endpoint.
- resource
State String - The resource state of the streaming endpoint.
- scale
Units Number - The number of scale units. Use the Scale operation to adjust this value.
- system
Data Property Map - The system metadata relating to this resource.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- access
Control Property Map - The access control definition of the streaming endpoint.
- availability
Set StringName - This feature is deprecated, do not set a value for this property.
- cdn
Enabled Boolean - The CDN enabled flag.
- cdn
Profile String - The CDN profile name.
- cdn
Provider String - The CDN provider name.
- cross
Site Property MapAccess Policies - The streaming endpoint access policies.
- custom
Host List<String>Names - The custom host names of the streaming endpoint
- description String
- The streaming endpoint description.
- max
Cache NumberAge - Max cache age
- sku Property Map
- The streaming endpoint sku.
- Map<String>
- Resource tags.
Supporting Types
AkamaiAccessControlResponse
- Akamai
Signature []AkamaiHeader Authentication Key List Signature Header Authentication Key Response - authentication key list
- akamai
Signature List<AkamaiHeader Authentication Key List Signature Header Authentication Key Response> - authentication key list
- akamai
Signature AkamaiHeader Authentication Key List Signature Header Authentication Key Response[] - authentication key list
- akamai
Signature List<Property Map>Header Authentication Key List - authentication key list
AkamaiSignatureHeaderAuthenticationKeyResponse
- Base64Key string
- authentication key
- Expiration string
- The expiration time of the authentication key.
- Identifier string
- identifier of the key
- Base64Key string
- authentication key
- Expiration string
- The expiration time of the authentication key.
- Identifier string
- identifier of the key
- base64Key String
- authentication key
- expiration String
- The expiration time of the authentication key.
- identifier String
- identifier of the key
- base64Key string
- authentication key
- expiration string
- The expiration time of the authentication key.
- identifier string
- identifier of the key
- base64_
key str - authentication key
- expiration str
- The expiration time of the authentication key.
- identifier str
- identifier of the key
- base64Key String
- authentication key
- expiration String
- The expiration time of the authentication key.
- identifier String
- identifier of the key
ArmStreamingEndpointCurrentSkuResponse
CrossSiteAccessPoliciesResponse
- Client
Access stringPolicy - The content of clientaccesspolicy.xml used by Silverlight.
- Cross
Domain stringPolicy - The content of crossdomain.xml used by Silverlight.
- Client
Access stringPolicy - The content of clientaccesspolicy.xml used by Silverlight.
- Cross
Domain stringPolicy - The content of crossdomain.xml used by Silverlight.
- client
Access StringPolicy - The content of clientaccesspolicy.xml used by Silverlight.
- cross
Domain StringPolicy - The content of crossdomain.xml used by Silverlight.
- client
Access stringPolicy - The content of clientaccesspolicy.xml used by Silverlight.
- cross
Domain stringPolicy - The content of crossdomain.xml used by Silverlight.
- client_
access_ strpolicy - The content of clientaccesspolicy.xml used by Silverlight.
- cross_
domain_ strpolicy - The content of crossdomain.xml used by Silverlight.
- client
Access StringPolicy - The content of clientaccesspolicy.xml used by Silverlight.
- cross
Domain StringPolicy - The content of crossdomain.xml used by Silverlight.
IPAccessControlResponse
- Allow
List<Pulumi.
Azure Native. Media. Inputs. IPRange Response> - The IP allow list.
- Allow
[]IPRange
Response - The IP allow list.
- allow
List<IPRange
Response> - The IP allow list.
- allow
IPRange
Response[] - The IP allow list.
- allow
Sequence[IPRange
Response] - The IP allow list.
- allow List<Property Map>
- The IP allow list.
IPRangeResponse
- Address string
- The IP address.
- Name string
- The friendly name for the IP address range.
- Subnet
Prefix intLength - The subnet mask prefix length (see CIDR notation).
- Address string
- The IP address.
- Name string
- The friendly name for the IP address range.
- Subnet
Prefix intLength - The subnet mask prefix length (see CIDR notation).
- address String
- The IP address.
- name String
- The friendly name for the IP address range.
- subnet
Prefix IntegerLength - The subnet mask prefix length (see CIDR notation).
- address string
- The IP address.
- name string
- The friendly name for the IP address range.
- subnet
Prefix numberLength - The subnet mask prefix length (see CIDR notation).
- address str
- The IP address.
- name str
- The friendly name for the IP address range.
- subnet_
prefix_ intlength - The subnet mask prefix length (see CIDR notation).
- address String
- The IP address.
- name String
- The friendly name for the IP address range.
- subnet
Prefix NumberLength - The subnet mask prefix length (see CIDR notation).
StreamingEndpointAccessControlResponse
- Akamai
Pulumi.
Azure Native. Media. Inputs. Akamai Access Control Response - The access control of Akamai
- Ip
Pulumi.
Azure Native. Media. Inputs. IPAccess Control Response - The IP access control of the streaming endpoint.
- Akamai
Akamai
Access Control Response - The access control of Akamai
- Ip
IPAccess
Control Response - The IP access control of the streaming endpoint.
- akamai
Akamai
Access Control Response - The access control of Akamai
- ip
IPAccess
Control Response - The IP access control of the streaming endpoint.
- akamai
Akamai
Access Control Response - The access control of Akamai
- ip
IPAccess
Control Response - The IP access control of the streaming endpoint.
- akamai
Akamai
Access Control Response - The access control of Akamai
- ip
IPAccess
Control Response - The IP access control of the streaming endpoint.
- akamai Property Map
- The access control of Akamai
- ip Property Map
- The IP access control of the streaming endpoint.
SystemDataResponse
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The timestamp of resource last modification (UTC)
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The timestamp of resource last modification (UTC)
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The timestamp of resource last modification (UTC)
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
- created
At string - The timestamp of resource creation (UTC).
- created
By string - The identity that created the resource.
- created
By stringType - The type of identity that created the resource.
- last
Modified stringAt - The timestamp of resource last modification (UTC)
- last
Modified stringBy - The identity that last modified the resource.
- last
Modified stringBy Type - The type of identity that last modified the resource.
- created_
at str - The timestamp of resource creation (UTC).
- created_
by str - The identity that created the resource.
- created_
by_ strtype - The type of identity that created the resource.
- last_
modified_ strat - The timestamp of resource last modification (UTC)
- last_
modified_ strby - The identity that last modified the resource.
- last_
modified_ strby_ type - The type of identity that last modified the resource.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The timestamp of resource last modification (UTC)
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0