get Network
Get information about an Azure Mobile Network.
Example Usage
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.azure.mobile.MobileFunctions;
import com.pulumi.azure.mobile.inputs.GetNetworkArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var example = MobileFunctions.getNetwork(GetNetworkArgs.builder()
.name("example-mn")
.resourceGroupName(exampleAzurermResourceGroup.name())
.build());
}
}
Content copied to clipboard
Return
A collection of values returned by getNetwork.
Parameters
argument
A collection of arguments for invoking getNetwork.
Return
A collection of values returned by getNetwork.
See also
Parameters
name
Specifies the name which should be used for this Mobile Network.
resource Group Name
Specifies the name of the Resource Group where the Mobile Network should exist.
Return
A collection of values returned by getNetwork.
See also
Parameters
argument
Builder for com.pulumi.azure.mobile.kotlin.inputs.GetNetworkPlainArgs.