These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi
azure-native.media.getMediaGraph
Explore with Pulumi AI
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi
Get the details of a Media Graph in the Media Services account. API Version: 2020-02-01-preview.
Using getMediaGraph
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 getMediaGraph(args: GetMediaGraphArgs, opts?: InvokeOptions): Promise<GetMediaGraphResult>
function getMediaGraphOutput(args: GetMediaGraphOutputArgs, opts?: InvokeOptions): Output<GetMediaGraphResult>def get_media_graph(account_name: Optional[str] = None,
                    media_graph_name: Optional[str] = None,
                    resource_group_name: Optional[str] = None,
                    opts: Optional[InvokeOptions] = None) -> GetMediaGraphResult
def get_media_graph_output(account_name: Optional[pulumi.Input[str]] = None,
                    media_graph_name: Optional[pulumi.Input[str]] = None,
                    resource_group_name: Optional[pulumi.Input[str]] = None,
                    opts: Optional[InvokeOptions] = None) -> Output[GetMediaGraphResult]func LookupMediaGraph(ctx *Context, args *LookupMediaGraphArgs, opts ...InvokeOption) (*LookupMediaGraphResult, error)
func LookupMediaGraphOutput(ctx *Context, args *LookupMediaGraphOutputArgs, opts ...InvokeOption) LookupMediaGraphResultOutput> Note: This function is named LookupMediaGraph in the Go SDK.
public static class GetMediaGraph 
{
    public static Task<GetMediaGraphResult> InvokeAsync(GetMediaGraphArgs args, InvokeOptions? opts = null)
    public static Output<GetMediaGraphResult> Invoke(GetMediaGraphInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetMediaGraphResult> getMediaGraph(GetMediaGraphArgs args, InvokeOptions options)
public static Output<GetMediaGraphResult> getMediaGraph(GetMediaGraphArgs args, InvokeOptions options)
fn::invoke:
  function: azure-native:media:getMediaGraph
  arguments:
    # arguments dictionaryThe following arguments are supported:
- AccountName string
- The Media Services account name.
- MediaGraph stringName 
- The Media Graph name.
- ResourceGroup stringName 
- The name of the resource group within the Azure subscription.
- AccountName string
- The Media Services account name.
- MediaGraph stringName 
- The Media Graph name.
- ResourceGroup stringName 
- The name of the resource group within the Azure subscription.
- accountName String
- The Media Services account name.
- mediaGraph StringName 
- The Media Graph name.
- resourceGroup StringName 
- The name of the resource group within the Azure subscription.
- accountName string
- The Media Services account name.
- mediaGraph stringName 
- The Media Graph name.
- resourceGroup stringName 
- The name of the resource group within the Azure subscription.
- account_name str
- The Media Services account name.
- media_graph_ strname 
- The Media Graph name.
- resource_group_ strname 
- The name of the resource group within the Azure subscription.
- accountName String
- The Media Services account name.
- mediaGraph StringName 
- The Media Graph name.
- resourceGroup StringName 
- The name of the resource group within the Azure subscription.
getMediaGraph Result
The following output properties are available:
- Created string
- Date the Media Graph was created.
- Id string
- Fully qualified resource ID for the resource.
- LastModified string
- Date the Media Graph was last modified.
- Name string
- The name of the resource.
- Sinks
List<Pulumi.Azure Native. Media. Outputs. Media Graph Asset Sink Response> 
- Media Graph sinks.
- Sources
List<Pulumi.Azure Native. Media. Outputs. Media Graph Rtsp Source Response> 
- Media Graph sources.
- State string
- Media Graph state which indicates the resource allocation status for running the media graph pipeline.
- Type string
- The type of the resource.
- Description string
- Media Graph description.
- Created string
- Date the Media Graph was created.
- Id string
- Fully qualified resource ID for the resource.
- LastModified string
- Date the Media Graph was last modified.
- Name string
- The name of the resource.
- Sinks
[]MediaGraph Asset Sink Response 
- Media Graph sinks.
- Sources
[]MediaGraph Rtsp Source Response 
- Media Graph sources.
- State string
- Media Graph state which indicates the resource allocation status for running the media graph pipeline.
- Type string
- The type of the resource.
- Description string
- Media Graph description.
- created String
- Date the Media Graph was created.
- id String
- Fully qualified resource ID for the resource.
- lastModified String
- Date the Media Graph was last modified.
- name String
- The name of the resource.
- sinks
List<MediaGraph Asset Sink Response> 
- Media Graph sinks.
- sources
List<MediaGraph Rtsp Source Response> 
- Media Graph sources.
- state String
- Media Graph state which indicates the resource allocation status for running the media graph pipeline.
- type String
- The type of the resource.
- description String
- Media Graph description.
- created string
- Date the Media Graph was created.
- id string
- Fully qualified resource ID for the resource.
- lastModified string
- Date the Media Graph was last modified.
- name string
- The name of the resource.
- sinks
MediaGraph Asset Sink Response[] 
- Media Graph sinks.
- sources
MediaGraph Rtsp Source Response[] 
- Media Graph sources.
- state string
- Media Graph state which indicates the resource allocation status for running the media graph pipeline.
- type string
- The type of the resource.
- description string
- Media Graph description.
- created str
- Date the Media Graph was created.
- id str
- Fully qualified resource ID for the resource.
- last_modified str
- Date the Media Graph was last modified.
- name str
- The name of the resource.
- sinks
Sequence[MediaGraph Asset Sink Response] 
- Media Graph sinks.
- sources
Sequence[MediaGraph Rtsp Source Response] 
- Media Graph sources.
- state str
- Media Graph state which indicates the resource allocation status for running the media graph pipeline.
- type str
- The type of the resource.
- description str
- Media Graph description.
- created String
- Date the Media Graph was created.
- id String
- Fully qualified resource ID for the resource.
- lastModified String
- Date the Media Graph was last modified.
- name String
- The name of the resource.
- sinks List<Property Map>
- Media Graph sinks.
- sources List<Property Map>
- Media Graph sources.
- state String
- Media Graph state which indicates the resource allocation status for running the media graph pipeline.
- type String
- The type of the resource.
- description String
- Media Graph description.
Supporting Types
MediaGraphAssetSinkResponse    
- asset_name str
- Asset name.
- inputs Sequence[str]
- Sink inputs.
- name str
- Sink name.
MediaGraphClearEndpointResponse    
- Url string
- Url for the endpoint.
- Credentials
Pulumi.Azure Native. Media. Inputs. Media Graph Username Password Credentials Response 
- Polymorphic credentials to present to the endpoint.
- Url string
- Url for the endpoint.
- Credentials
MediaGraph Username Password Credentials Response 
- Polymorphic credentials to present to the endpoint.
- url String
- Url for the endpoint.
- credentials
MediaGraph Username Password Credentials Response 
- Polymorphic credentials to present to the endpoint.
- url string
- Url for the endpoint.
- credentials
MediaGraph Username Password Credentials Response 
- Polymorphic credentials to present to the endpoint.
- url str
- Url for the endpoint.
- credentials
MediaGraph Username Password Credentials Response 
- Polymorphic credentials to present to the endpoint.
- url String
- Url for the endpoint.
- credentials Property Map
- Polymorphic credentials to present to the endpoint.
MediaGraphPemCertificateListResponse     
- Certificates List<string>
- PEM formatted public certificates, one per entry.
- Certificates []string
- PEM formatted public certificates, one per entry.
- certificates List<String>
- PEM formatted public certificates, one per entry.
- certificates string[]
- PEM formatted public certificates, one per entry.
- certificates Sequence[str]
- PEM formatted public certificates, one per entry.
- certificates List<String>
- PEM formatted public certificates, one per entry.
MediaGraphRtspSourceResponse    
- Endpoint
Pulumi.Azure | Pulumi.Native. Media. Inputs. Media Graph Clear Endpoint Response Azure Native. Media. Inputs. Media Graph Tls Endpoint Response 
- RTSP endpoint of the stream being connected to.
- Name string
- Source name.
- Transport string
- Underlying RTSP transport. This can be used to enable or disable HTTP tunneling.
- Endpoint
MediaGraph | MediaClear Endpoint Response Graph Tls Endpoint Response 
- RTSP endpoint of the stream being connected to.
- Name string
- Source name.
- Transport string
- Underlying RTSP transport. This can be used to enable or disable HTTP tunneling.
- endpoint
MediaGraph | MediaClear Endpoint Response Graph Tls Endpoint Response 
- RTSP endpoint of the stream being connected to.
- name String
- Source name.
- transport String
- Underlying RTSP transport. This can be used to enable or disable HTTP tunneling.
- endpoint
MediaGraph | MediaClear Endpoint Response Graph Tls Endpoint Response 
- RTSP endpoint of the stream being connected to.
- name string
- Source name.
- transport string
- Underlying RTSP transport. This can be used to enable or disable HTTP tunneling.
- endpoint
MediaGraph | MediaClear Endpoint Response Graph Tls Endpoint Response 
- RTSP endpoint of the stream being connected to.
- name str
- Source name.
- transport str
- Underlying RTSP transport. This can be used to enable or disable HTTP tunneling.
- endpoint Property Map | Property Map
- RTSP endpoint of the stream being connected to.
- name String
- Source name.
- transport String
- Underlying RTSP transport. This can be used to enable or disable HTTP tunneling.
MediaGraphTlsEndpointResponse    
- Url string
- Url for the endpoint.
- Credentials
Pulumi.Azure Native. Media. Inputs. Media Graph Username Password Credentials Response 
- Polymorphic credentials to present to the endpoint.
- TrustedCertificates Pulumi.Azure Native. Media. Inputs. Media Graph Pem Certificate List Response 
- What certificates should be trusted when authenticating a TLS connection. Null designates that Azure Media's source of trust should be used.
- ValidationOptions Pulumi.Azure Native. Media. Inputs. Media Graph Tls Validation Options Response 
- Validation options to use when authenticating a TLS connection. By default, strict validation is used.
- Url string
- Url for the endpoint.
- Credentials
MediaGraph Username Password Credentials Response 
- Polymorphic credentials to present to the endpoint.
- TrustedCertificates MediaGraph Pem Certificate List Response 
- What certificates should be trusted when authenticating a TLS connection. Null designates that Azure Media's source of trust should be used.
- ValidationOptions MediaGraph Tls Validation Options Response 
- Validation options to use when authenticating a TLS connection. By default, strict validation is used.
- url String
- Url for the endpoint.
- credentials
MediaGraph Username Password Credentials Response 
- Polymorphic credentials to present to the endpoint.
- trustedCertificates MediaGraph Pem Certificate List Response 
- What certificates should be trusted when authenticating a TLS connection. Null designates that Azure Media's source of trust should be used.
- validationOptions MediaGraph Tls Validation Options Response 
- Validation options to use when authenticating a TLS connection. By default, strict validation is used.
- url string
- Url for the endpoint.
- credentials
MediaGraph Username Password Credentials Response 
- Polymorphic credentials to present to the endpoint.
- trustedCertificates MediaGraph Pem Certificate List Response 
- What certificates should be trusted when authenticating a TLS connection. Null designates that Azure Media's source of trust should be used.
- validationOptions MediaGraph Tls Validation Options Response 
- Validation options to use when authenticating a TLS connection. By default, strict validation is used.
- url str
- Url for the endpoint.
- credentials
MediaGraph Username Password Credentials Response 
- Polymorphic credentials to present to the endpoint.
- trusted_certificates MediaGraph Pem Certificate List Response 
- What certificates should be trusted when authenticating a TLS connection. Null designates that Azure Media's source of trust should be used.
- validation_options MediaGraph Tls Validation Options Response 
- Validation options to use when authenticating a TLS connection. By default, strict validation is used.
- url String
- Url for the endpoint.
- credentials Property Map
- Polymorphic credentials to present to the endpoint.
- trustedCertificates Property Map
- What certificates should be trusted when authenticating a TLS connection. Null designates that Azure Media's source of trust should be used.
- validationOptions Property Map
- Validation options to use when authenticating a TLS connection. By default, strict validation is used.
MediaGraphTlsValidationOptionsResponse     
- IgnoreHostname bool
- Ignore the host name (common name) during validation.
- IgnoreSignature bool
- Ignore the integrity of the certificate chain at the current time.
- IgnoreHostname bool
- Ignore the host name (common name) during validation.
- IgnoreSignature bool
- Ignore the integrity of the certificate chain at the current time.
- ignoreHostname Boolean
- Ignore the host name (common name) during validation.
- ignoreSignature Boolean
- Ignore the integrity of the certificate chain at the current time.
- ignoreHostname boolean
- Ignore the host name (common name) during validation.
- ignoreSignature boolean
- Ignore the integrity of the certificate chain at the current time.
- ignore_hostname bool
- Ignore the host name (common name) during validation.
- ignore_signature bool
- Ignore the integrity of the certificate chain at the current time.
- ignoreHostname Boolean
- Ignore the host name (common name) during validation.
- ignoreSignature Boolean
- Ignore the integrity of the certificate chain at the current time.
MediaGraphUsernamePasswordCredentialsResponse     
Package Details
- Repository
- azure-native-v1 pulumi/pulumi-azure-native
- License
- Apache-2.0
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi