This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi
azure-native.servicefabricmesh.getNetwork
Explore with Pulumi AI
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi
Gets the information about the network resource with the given name. The information include the description and other properties of the network. Azure REST API version: 2018-09-01-preview.
Using getNetwork
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 getNetwork(args: GetNetworkArgs, opts?: InvokeOptions): Promise<GetNetworkResult>
function getNetworkOutput(args: GetNetworkOutputArgs, opts?: InvokeOptions): Output<GetNetworkResult>def get_network(network_resource_name: Optional[str] = None,
                resource_group_name: Optional[str] = None,
                opts: Optional[InvokeOptions] = None) -> GetNetworkResult
def get_network_output(network_resource_name: Optional[pulumi.Input[str]] = None,
                resource_group_name: Optional[pulumi.Input[str]] = None,
                opts: Optional[InvokeOptions] = None) -> Output[GetNetworkResult]func LookupNetwork(ctx *Context, args *LookupNetworkArgs, opts ...InvokeOption) (*LookupNetworkResult, error)
func LookupNetworkOutput(ctx *Context, args *LookupNetworkOutputArgs, opts ...InvokeOption) LookupNetworkResultOutput> Note: This function is named LookupNetwork in the Go SDK.
public static class GetNetwork 
{
    public static Task<GetNetworkResult> InvokeAsync(GetNetworkArgs args, InvokeOptions? opts = null)
    public static Output<GetNetworkResult> Invoke(GetNetworkInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetNetworkResult> getNetwork(GetNetworkArgs args, InvokeOptions options)
public static Output<GetNetworkResult> getNetwork(GetNetworkArgs args, InvokeOptions options)
fn::invoke:
  function: azure-native:servicefabricmesh:getNetwork
  arguments:
    # arguments dictionaryThe following arguments are supported:
- NetworkResource stringName 
- The identity of the network.
- ResourceGroup stringName 
- Azure resource group name
- NetworkResource stringName 
- The identity of the network.
- ResourceGroup stringName 
- Azure resource group name
- networkResource StringName 
- The identity of the network.
- resourceGroup StringName 
- Azure resource group name
- networkResource stringName 
- The identity of the network.
- resourceGroup stringName 
- Azure resource group name
- network_resource_ strname 
- The identity of the network.
- resource_group_ strname 
- Azure resource group name
- networkResource StringName 
- The identity of the network.
- resourceGroup StringName 
- Azure resource group name
getNetwork Result
The following output properties are available:
- Id string
- Fully qualified identifier for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- Location string
- The geo-location where the resource lives
- Name string
- The name of the resource
- Properties
Pulumi.Azure Native. Service Fabric Mesh. Outputs. Network Resource Properties Response 
- Describes properties of a network resource.
- Type string
- The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts.
- Dictionary<string, string>
- Resource tags.
- Id string
- Fully qualified identifier for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- Location string
- The geo-location where the resource lives
- Name string
- The name of the resource
- Properties
NetworkResource Properties Response 
- Describes properties of a network resource.
- Type string
- The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts.
- map[string]string
- Resource tags.
- id String
- Fully qualified identifier for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- location String
- The geo-location where the resource lives
- name String
- The name of the resource
- properties
NetworkResource Properties Response 
- Describes properties of a network resource.
- type String
- The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts.
- Map<String,String>
- Resource tags.
- id string
- Fully qualified identifier for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- location string
- The geo-location where the resource lives
- name string
- The name of the resource
- properties
NetworkResource Properties Response 
- Describes properties of a network resource.
- type string
- The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts.
- {[key: string]: string}
- Resource tags.
- id str
- Fully qualified identifier for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- location str
- The geo-location where the resource lives
- name str
- The name of the resource
- properties
NetworkResource Properties Response 
- Describes properties of a network resource.
- type str
- The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts.
- Mapping[str, str]
- Resource tags.
- id String
- Fully qualified identifier for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- location String
- The geo-location where the resource lives
- name String
- The name of the resource
- properties Property Map
- Describes properties of a network resource.
- type String
- The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts.
- Map<String>
- Resource tags.
Supporting Types
NetworkResourcePropertiesResponse   
- ProvisioningState string
- State of the resource.
- Status string
- Status of the network.
- StatusDetails string
- Gives additional information about the current status of the network.
- Description string
- User readable description of the network.
- ProvisioningState string
- State of the resource.
- Status string
- Status of the network.
- StatusDetails string
- Gives additional information about the current status of the network.
- Description string
- User readable description of the network.
- provisioningState String
- State of the resource.
- status String
- Status of the network.
- statusDetails String
- Gives additional information about the current status of the network.
- description String
- User readable description of the network.
- provisioningState string
- State of the resource.
- status string
- Status of the network.
- statusDetails string
- Gives additional information about the current status of the network.
- description string
- User readable description of the network.
- provisioning_state str
- State of the resource.
- status str
- Status of the network.
- status_details str
- Gives additional information about the current status of the network.
- description str
- User readable description of the network.
- provisioningState String
- State of the resource.
- status String
- Status of the network.
- statusDetails String
- Gives additional information about the current status of the network.
- description String
- User readable description of the network.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi